Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Ddiscrim-union.cpp110 struct non_triv { struct
111 constexpr non_triv() : n(5) {} in non_triv() function
114 constexpr either<const icd*, non_triv> icd4 = a<const icd*>(&icd2); argument