Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
Dcopy.pass.cpp25 struct NonT { struct
26 NonT(int v) : value(v) {} in NonT() argument
27 NonT(const NonT &o) : value(o.value) {} in NonT() function
30 static_assert(!std::is_trivially_copy_constructible<NonT>::value, ""); argument
/external/clang/test/OpenMP/
Ddeclare_target_messages.cpp20 struct NonT { struct
38 NonT member1; argument