Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp31 struct __impl { struct in std::source_location
32 const char *_M_file_name;
33 const char *_M_function_name;
34 unsigned _M_line;
35 unsigned _M_column;
/llvm-project-15.0.7/clang/test/CodeGenCXX/
H A Dbuiltin-source-location.cpp34 struct __impl { struct in std::source_location
52 …NE-DAG: @[[IMPL:.*]] = private unnamed_addr constant %"struct.std::source_location::__impl" { {{[^…
/llvm-project-15.0.7/libcxx/test/std/utilities/variant/variant.visit/
H A Dvisit.pass.cpp386 Callable __impl; in test_derived_from_variant() member
H A Dvisit_return_type.pass.cpp457 Callable __impl; in test_derived_from_variant() member