/llvm-project/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/ |
H A D | to_sys.pass.cpp | 92 [[maybe_unused]] std::string_view what = in test_nonexistent() local 106 [[maybe_unused]] std::string_view what = in test_nonexistent() local 120 std::string_view what = test_nonexistent() local 134 std::string_view what = test_nonexistent() local 176 std::string_view what = test_ambiguous() local 189 std::string_view what = test_ambiguous() local 202 std::string_view what = test_ambiguous() local 215 std::string_view what = test_ambiguous() local [all...] |
/llvm-project/libcxx/test/std/thread/futures/futures.future_error/ |
H A D | what.pass.cpp | 36 [[maybe_unused]] char const* what = f.what(); in main() local 42 [[maybe_unused]] char const* what = f.what(); in main() local 48 [[maybe_unused]] char const* what = f.what(); in main() local 53 [[maybe_unused]] char const* what = f.what(); in main() local
|
/llvm-project/libcxxabi/src/ |
H A D | stdlib_exception.cpp | 21 const char* exception::what() const noexcept in what() function in std::exception 32 const char* bad_exception::what() const noexcept in what() function in std::bad_exception 49 bad_alloc::what() const noexcept in what() function in std::bad_alloc 65 bad_array_new_length::what() const noexcept in what() function in std::bad_array_new_length
|
H A D | stdlib_typeinfo.cpp | 31 bad_cast::what() const noexcept in what() function in std::bad_cast 47 bad_typeid::what() const noexcept in what() function in std::bad_typeid
|
H A D | stdlib_stdexcept.cpp | 25 logic_error::what() const noexcept in what() function in std::logic_error 33 runtime_error::what() const noexcept in what() function in std::runtime_error
|
/llvm-project/libcxx/src/ |
H A D | any.cpp | 12 const char* bad_any_cast::what() const noexcept { return "bad any cast"; } in what() function in std::bad_any_cast 26 const char* bad_any_cast::what() const noexcept { return "bad any cast"; } in what() function in bad_any_cast
|
H A D | expected.cpp | 12 const char* bad_expected_access<void>::what() const noexcept { return "bad access to std::expected"… in what() function in bad_expected_access
|
H A D | functional.cpp | 16 const char* bad_function_call::what() const noexcept { return "std::bad_function_call"; } in what() function in bad_function_call
|
H A D | variant.cpp | 13 const char* bad_variant_access::what() const noexcept { return "bad_variant_access"; } in what() function in std::bad_variant_access
|
H A D | optional.cpp | 16 const char* bad_optional_access::what() const noexcept { return "bad_optional_access"; } in what() function in std::bad_optional_access
|
/llvm-project/clang/test/SemaObjC/ |
H A D | default-synthesize-1.m | 11 @property (retain) NSString* what; // expected-warning {{auto property synthesis is synthesizing pr… property 21 @property (nonatomic, retain) NSString* what; // expected-warning {{auto property synthesis is syn… property 32 - (NSString*) what { method 41 @property (nonatomic, retain) NSString* what; // expected-warning {{auto property synthesis is synt… property 64 @property (retain) NSString* what; property 77 - (NSString*) what { method
|
H A D | bad-property-synthesis-crash.m | 4 @property (nonatomic, retain) NSString* what; // expected-error {{unknown type name 'NSString'}} \ property 19 - (NSString*) what { // expected-error {{expected a type}} method
|
H A D | default-synthesize.m | 9 @property (retain) NSString* what; property 21 @property (nonatomic, retain) NSString* what; property 34 - (NSString*) what { method in objc_default_synthesize_properties 43 @property (nonatomic, retain) NSString* what; property 66 @property (retain) NSString* what; property 81 - (NSString*) what { method in objc_default_synthesize_properties
|
/llvm-project/libcxx/test/libcxx/utilities/format/format.string/format.string.std/ |
H A D | test_exception.h | 17 test_exception(std::string_view what,const CharT * fmt) test_exception() argument 41 test_exception(std::string_view what,const CharT * fmt) test_exception() argument
|
/llvm-project/libcxx/test/std/utilities/expected/expected.bad/ |
H A D | what.pass.cpp | 23 char const* what = exc.what(); main() local 29 char const* what = exc.what(); main() local
|
/llvm-project/libcxx/test/std/input.output/iostream.format/print.fun/ |
H A D | print.file.pass.cpp | 81 [[maybe_unused]] std::string_view what{"failed to write formatted output"}; test_wide_stream() local 97 [[maybe_unused]] std::string_view what{ test_read_only() local [all...] |
H A D | vprint_unicode.file.pass.cpp | 97 [[maybe_unused]] std::string_view what{"failed to write formatted output"}; test_wide_stream() local 113 [[maybe_unused]] std::string_view what{ test_read_only() local [all...] |
H A D | println.file.pass.cpp | 84 [[maybe_unused]] std::string_view what{"failed to write formatted output"}; test_wide_stream() local 100 [[maybe_unused]] std::string_view what{ test_read_only() local [all...] |
H A D | vprint_nonunicode.file.pass.cpp | 90 [[maybe_unused]] std::string_view what{"failed to write formatted output"}; test_wide_stream() local 106 [[maybe_unused]] std::string_view what{ test_read_only() local [all...] |
/llvm-project/libcxx/test/std/time/time.syn/ |
H A D | formatter_tests.h | 56 check_exception(std::string_view what,std::basic_string_view<CharT> fmt,const Args &...args) check_exception() argument 72 check_invalid_type(const std::set<std::basic_string_view<CharT>> & valid_types,std::string_view what,std::basic_string<CharT> type,const T & arg) check_invalid_type() argument
|
/llvm-project/libcxx/test/libcxx/time/time.zone/time.zone.timezone/time.zone.members/ |
H A D | get_info.sys_time.pass.cpp | 69 …d test_exception([[maybe_unused]] std::string_view input, [[maybe_unused]] std::string_view what) { in test_exception() 100 std::string what = "tzdb: corrupt db"; in zone_without_until_entry() local
|
/llvm-project/bolt/test/ |
H A D | lsda-section-name.cpp | 16 const char *what() const throw() { in what() function in MyException
|
/llvm-project/libcxx/src/filesystem/ |
H A D | error.h | 155 string what = string("in ") + func_name_; report() local 173 string what = string("in ") + func_name_ + ": " + detail::vformat_string(msg, ap); report_impl() local
|
/llvm-project/libcxx/test/std/utilities/format/format.string/format.string.std/ |
H A D | lwg3720_arg_id_width_precision_allowed_types.pass.cpp | 37 [[maybe_unused]] std::string_view what = "Replacement argument isn't a standard signed or unsigned integer type"; test_exception() local
|
/llvm-project/clang/test/Rewriter/ |
H A D | rewrite-modern-default-property-synthesis.mm | 44 @property (nonatomic, retain) NSString* what; property
|