Searched defs:source_location (Results 1 – 4 of 4) sorted by relevance
20 struct source_location { struct32 struct source_location { struct33 struct __impl { int x; };41 struct source_location { struct51 auto test3 = __builtin_source_location(); // expected-error {{'std::source_location::__impl' must b…55 struct source_location { struct65 auto test4 = __builtin_source_location(); // expected-error {{'std::source_location::__impl' must b…70 struct source_location { struct71 struct __impl {78 using BuiltinT = decltype(__builtin_source_location()); // OK.
28 class source_location { class [all...]
16 class source_location { class