Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/asan/tests/
H A Dasan_test_utils.h59 typedef uint32_t U4; typedef
/llvm-project/clang/test/Sema/
H A Dstatic-assert.c60 typedef UNION(float, 0.5f) U4; // expected-error {{expected a type}} \ global() typedef
H A Dtest-wunaligned-access.cpp41 struct __attribute__((packed)) U4 { struct
42 T1 a;
43 int b;
H A Dtest-wunaligned-access.c39 struct __attribute__((aligned(2))) U4 { struct
40 char a;
41 struct T1 b;
42 int c;
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp3.cpp63 template<typename T> struct U4 : T4<T> { struct
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.ctor/
H A Dmove_convert.pass.cpp117 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
133 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
/llvm-project/clang/test/SemaCXX/
H A Derr_typecheck_assign_const.cpp61 struct U4 { struct
66 U4 u4; in test6() argument
H A Dcxx0x-nontrivial-union.cpp171 union U4 { union
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/
H A Dmove_convert.pass.cpp215 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
230 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
247 using U4 = std::unique_ptr<VT, GenericConvertingDeleter<1> >; in test_sfinae() typedef
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp1.cpp64 union U4 {} constexpr u4 = {}; union
/llvm-project/clang/test/CXX/class/class.union/
H A Dp1.cpp99 union U4 { union
/llvm-project/clang/test/CodeGen/
H A Dxcore-stringtype.c158 union U4{union U1 u1;}; union
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/
H A Dupgrade-googletest-case.cpp696 auto U4 = &testing::UnitTest::total_test_case_count; in unitTestCallAndReference() local
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp1798 template <template <class> class T> struct U4 {}; struct
1804 template <template <class> class T> struct U4 {}; struct
/llvm-project/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp139 typedef unsigned int U4; typedef
[all...]