Home
last modified time | relevance | path

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

/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp53 template <typename T> constexpr union TU1 {}; // expected-error {{union cannot be marked constexpr}} union
/llvm-project/clang/test/Sema/
H A Dtransparent-union.c84 } TU1 __attribute__((transparent_union)); typedef
/llvm-project/clang/unittests/AST/
H A DStructuralEquivalenceTest.cpp752 auto *TU1 = get<1>(t); in TEST_F() local