/llvm-project/compiler-rt/lib/asan/tests/ |
H A D | asan_test_utils.h | 59 typedef uint32_t U4; typedef
|
/llvm-project/clang/test/Sema/ |
H A D | static-assert.c | 60 typedef UNION(float, 0.5f) U4; // expected-error {{expected a type}} \ global() typedef
|
H A D | test-wunaligned-access.cpp | 41 struct __attribute__((packed)) U4 { struct 42 T1 a; 43 int b;
|
H A D | test-wunaligned-access.c | 39 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 D | p3.cpp | 63 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 D | move_convert.pass.cpp | 117 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 D | err_typecheck_assign_const.cpp | 61 struct U4 { struct 66 U4 u4; in test6() argument
|
H A D | cxx0x-nontrivial-union.cpp | 171 union U4 { union
|
/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.asgn/ |
H A D | move_convert.pass.cpp | 215 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 D | p1.cpp | 64 union U4 {} constexpr u4 = {}; union
|
/llvm-project/clang/test/CXX/class/class.union/ |
H A D | p1.cpp | 99 union U4 { union
|
/llvm-project/clang/test/CodeGen/ |
H A D | xcore-stringtype.c | 158 union U4{union U1 u1;}; union
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/ |
H A D | upgrade-googletest-case.cpp | 696 auto U4 = &testing::UnitTest::total_test_case_count; in unitTestCallAndReference() local
|
/llvm-project/clang/test/Modules/ |
H A D | odr_hash.cpp | 1798 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 D | msan_test.cpp | 139 typedef unsigned int U4; typedef [all...] |