Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
H A Dtest-wunaligned-access.cpp52 struct __attribute__((aligned(4), packed)) U6 { struct
53 char a;
54 char b;
55 short c;
56 T1 d;
H A Dtest-wunaligned-access.c51 struct U6 { struct
52 char a;
53 int b;
54 struct T1 c __attribute__((aligned(2)));
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.pass.cpp135 using U6 = std::unique_ptr<VT, GenericConvertingDeleter<1> const&>; in test_sfinae() typedef
/llvm-project/clang/test/CXX/class/class.union/
H A Dp1.cpp108 union U6 { union
/llvm-project/llvm/lib/Target/ARC/Disassembler/
H A DARCDisassembler.cpp328 Field U6 = fieldFromInstruction(Insn, 6, 6); in DecodeSOPwithRU6() local
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp249 using U6 = std::unique_ptr<VT, GenericConvertingDeleter<1> const&>; in test_sfinae() typedef
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp702 auto U6 = &testing::UnitTest::GetTestCase; in unitTestCallAndReference() local
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp1831 template <class T> struct U6 {}; struct
1837 template <class T> struct U6 {}; struct