Home
last modified time | relevance | path

Searched defs:__impl (Results 1 – 10 of 10) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dsource_location_err.cpp33 struct __impl { int x; }; struct
42 struct __impl { struct
51 auto test3 = __builtin_source_location(); // expected-error {{'std::source_location::__impl' must b…
57 struct __impl : public parent { struct
65 auto test4 = __builtin_source_location(); // expected-error {{'std::source_location::__impl' must b…
71 struct __impl { struct
72 signed char _M_line; // odd integral type to choose, but ok!
73 const char *_M_file_name;
74 signed char _M_column;
75 const char *_M_function_name;
[all …]
H A Dsource_location.cpp48 struct __impl { struct in std::source_location
49 _M_file_namestd::source_location::__impl global() argument
50 _M_function_namestd::source_location::__impl global() argument
51 _M_linestd::source_location::__impl global() argument
52 _M_columnstd::source_location::__impl global() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dbuiltin-source-location.cpp36 struct __impl { struct in std::source_location
54 …NE-DAG: @[[IMPL:.*]] = private unnamed_addr constant %"struct.std::source_location::__impl" { {{[^…
/llvm-project/libcxx/src/experimental/include/tzdb/
H A Dtime_zone_private.h27 …explicit _LIBCPP_HIDE_FROM_ABI __impl(string&& __name, const __tz::__rules_storage_type& __rules_d… in __impl() function
H A Dtzdb_list_private.h48 __impl() { __load_no_lock(); } in __impl() function
/llvm-project/clang/test/AST/Interp/
H A Dbuiltin-functions.cpp
/llvm-project/libcxx/test/std/utilities/variant/variant.visit.member/
H A Dvisit.pass.cpp205 Callable __impl; in test_derived_from_variant() member
H A Dvisit_return_type.pass.cpp282 Callable __impl; test_derived_from_variant() member
/llvm-project/libcxx/test/std/utilities/variant/variant.visit/
H A Dvisit.pass.cpp354 Callable __impl; test_derived_from_variant() member
H A Dvisit_return_type.pass.cpp425 Callable __impl; in test_derived_from_variant() member