Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/utilities/variant/variant.variant/variant.ctor/
H A Dcopy.pass.cpp24 struct NonT { struct
25 constexpr NonT(int v) : value(v) {} in NonT() function
26 constexpr NonT(const NonT& o) : value(o.value) {} in NonT() function
29 static_assert(!std::is_trivially_copy_constructible<NonT>::value, ""); argument
/llvm-project/clang/test/OpenMP/
H A Ddeclare_target_messages.cpp80 struct NonT { global() struct
81 aNonT global() argument