Home
last modified time | relevance | path

Searched defs:what (Results 1 – 25 of 57) sorted by relevance

123

/llvm-project/libcxx/test/std/time/time.zone/time.zone.timezone/time.zone.members/
H A Dto_sys.pass.cpp92 [[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 Dwhat.pass.cpp36 [[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 Dstdlib_exception.cpp21 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 Dstdlib_typeinfo.cpp31 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 Dstdlib_stdexcept.cpp25 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 Dany.cpp12 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 Dexpected.cpp12 const char* bad_expected_access<void>::what() const noexcept { return "bad access to std::expected"… in what() function in bad_expected_access
H A Dfunctional.cpp16 const char* bad_function_call::what() const noexcept { return "std::bad_function_call"; } in what() function in bad_function_call
H A Dvariant.cpp13 const char* bad_variant_access::what() const noexcept { return "bad_variant_access"; } in what() function in std::bad_variant_access
H A Doptional.cpp16 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 Ddefault-synthesize-1.m11 @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 Dbad-property-synthesis-crash.m4 @property (nonatomic, retain) NSString* what; // expected-error {{unknown type name 'NSString'}} \ property
19 - (NSString*) what { // expected-error {{expected a type}} method
H A Ddefault-synthesize.m9 @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 Dtest_exception.h17 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 Dwhat.pass.cpp23 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 Dprint.file.pass.cpp81 [[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 Dvprint_unicode.file.pass.cpp97 [[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 Dprintln.file.pass.cpp84 [[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 Dvprint_nonunicode.file.pass.cpp90 [[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 Dformatter_tests.h56 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 Dget_info.sys_time.pass.cpp69 …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 Dlsda-section-name.cpp16 const char *what() const throw() { in what() function in MyException
/llvm-project/libcxx/src/filesystem/
H A Derror.h155 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 Dlwg3720_arg_id_width_precision_allowed_types.pass.cpp37 [[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 Drewrite-modern-default-property-synthesis.mm44 @property (nonatomic, retain) NSString* what; property

123