llvm-project/libcxx/test/std/strings/string.view/string.view.find
zoecarver dea74b2820 [libc++] Add `noexcept` to `string::find` and similar members.
Adds `noexcept` to `string_view`/`string::find` and similar members
(`rfind`, etc.). See discussion in D95251. Refs D95821.

Reviewed By: curdeius, ldionne

Differential Revision: https://reviews.llvm.org/D95848
2021-02-09 11:47:40 -08:00
..
find_char_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_not_of_char_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_not_of_pointer_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_not_of_pointer_size_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_not_of_string_view_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_of_char_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_of_pointer_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_of_pointer_size_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_first_of_string_view_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_not_of_char_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_not_of_pointer_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_not_of_pointer_size_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_not_of_string_view_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_of_char_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_of_pointer_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_of_pointer_size_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_last_of_string_view_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_pointer_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_pointer_size_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
find_string_view_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
rfind_char_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
rfind_pointer_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
rfind_pointer_size_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00
rfind_string_view_size.pass.cpp [libc++] Add `noexcept` to `string::find` and similar members. 2021-02-09 11:47:40 -08:00