Home
last modified time | relevance | path

Searched defs:__is_trivially_copyable (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/PCH/
H A Dcxx-traits.h64 struct __is_trivially_copyable {}; // expected-warning {{made available}} struct
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-exprs.cpp398 template<typename T> void g(decltype(__is_trivially_copyable(int) + T())) {} in __is_trivially_copyable() function