Home
last modified time | relevance | path

Searched defs:NonT (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
H A Dcopy.pass.cpp34 struct NonT { struct
35 NonT(int v) : value(v) {} in NonT() function
36 NonT(const NonT &o) : value(o.value) {} in NonT() function
39 static_assert(!std::is_trivially_copy_constructible<NonT>::value, ""); argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/variant/variant.variant/variant.ctor/
H A Dcopy.pass.cpp24 struct NonT { struct
25 NonT(int v) : value(v) {} in NonT() function
26 NonT(const NonT &o) : value(o.value) {} in NonT() function
29 static_assert(!std::is_trivially_copy_constructible<NonT>::value, ""); argument
/aosp_15_r20/external/clang/test/OpenMP/
H A Ddeclare_target_messages.cpp20 struct NonT { struct
38 NonT member1; argument