Home
last modified time | relevance | path

Searched refs:not_trivially_copyable (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CXX/special/class.copy/
Dp12-0x.cpp14 template<typename T> using not_trivially_copyable = typedef
24 using _ = not_trivially_copyable<UserProvided>;
31 using _ = not_trivially_copyable<NonConstCopy>;
37 using _ = not_trivially_copyable<VFn>;
41 using _ = not_trivially_copyable<VBase>;
/external/llvm-project/clang/test/CXX/special/class.copy/
Dp12-0x.cpp14 template<typename T> using not_trivially_copyable = typedef
24 using _ = not_trivially_copyable<UserProvided>;
31 using _ = not_trivially_copyable<NonConstCopy>;
37 using _ = not_trivially_copyable<VFn>;
41 using _ = not_trivially_copyable<VBase>;
/external/llvm-project/clang/test/SemaCXX/
Dbuiltin-bit-cast.cpp31 struct not_trivially_copyable { struct
36 constexpr unsigned long ul = __builtin_bit_cast(unsigned long, not_trivially_copyable{}); argument