/llvm-project/clang/test/Layout/ |
H A D | ms-x86-misalignedarray.cpp | 7 struct T3 { T2 a[1]; char c; }; struct
|
H A D | ms-x86-alias-avoidance-padding.cpp | 140 struct __declspec(align(1)) T3 : virtual T1, virtual T2 { struct 141 T3() { in T3() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | PR10243.cpp | 20 struct T3 { struct 22 ~T3() = default; argument
|
H A D | trivial-destructor.cpp | 12 struct T3 { struct
|
H A D | trivial-constructor.cpp | 12 struct T3 { struct
|
H A D | attr-mode-tmpl.cpp | 12 …typedef T __attribute__((mode(V8SI))) T3; // expected-error{{mode 'V8SI' is not supported for enum… in CheckEnumerations() typedef 38 …typedef T __attribute__((mode(SI))) T3; // expected-error{{type of machine mode does not match typ… in CheckMachineMode() typedef
|
H A D | access-base-class.cpp | 24 namespace T3 { namespace
|
/llvm-project/libcxx/test/std/utilities/utility/utility.inplace/ |
H A D | inplace.pass.cpp | 53 using T3 = std::in_place_type_t<const int>; in main() typedef 64 using T3 = std::in_place_index_t<static_cast<std::size_t>(-1)>; in main() typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.readable/ |
H A D | iter_common_reference_t.compile.pass.cpp | 46 struct T3 { struct 50 static_assert(std::same_as<std::iter_common_reference_t<T3>, Common>); argument
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.id/ |
H A D | p3.cpp | 125 template<typename T> struct T3 { using type = typename T::type; }; struct
|
/llvm-project/clang/test/CodeGen/ |
H A D | pragma-pack-1.c | 31 struct T3 struct 33 char b; 34 int c;
|
H A D | 2007-02-04-AddrLValue.c | 14 } T3; typedef
|
H A D | attr-mode-enums.c | 15 typedef enum { A3, B3 } __attribute__((mode(SI))) T3; in main() typedef
|
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/ |
H A D | types.pass.cpp | 30 typedef std::adopt_lock_t T3; in main() typedef
|
/llvm-project/libcxx/test/std/ranges/range.req/range.refinements/ |
H A D | viewable_range.compile.pass.cpp | 56 struct T3 : test_range<cpp20_input_iterator>, std::ranges::view_base { struct
|
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
H A D | p6.cpp | 62 …template<typename T> class T3 : public T { // expected-note {{class with virtual base class is not… class 64 constexpr T3() {} in T3() function in TemplateVBase::T3
|
/llvm-project/clang/test/CXX/special/class.inhctor/ |
H A D | p3.cpp | 41 template<typename T> struct T3 : T1<int> { struct
|
/llvm-project/clang/test/Parser/ |
H A D | cxx-ambig-init-templ.cpp | 44 template<typename, int=0> struct T3 { T3(int); operator int(); }; struct 169 template<int, Fn> struct T3 { enum { val }; }; struct
|
/llvm-project/clang/test/Index/ |
H A D | complete-documentation-templates.cpp | 25 class T3 { class
|
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/ |
H A D | type-requirement.cpp | 210 template <typename T> struct T3 { struct 211 static void m(auto) requires requires { T::fail; } {} in m()
|
/llvm-project/llvm/unittests/Support/ |
H A D | Casting.cpp | 91 struct T3 { struct 92 T3(const T1 *x) : hasValue(x != nullptr) {} in T3() function 94 static bool classof(const T1 *x) { return true; } in classof() 95 bool hasValue = false;
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
H A D | convert_move.pass.cpp | 208 using T3 = std::tuple<CopyAssignable&&, long>; in main() typedef 220 using T3 = std::tuple<NonAssignable&&, long>; in main() typedef
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | attr-mode-vector-types-tmpl.cpp | 9 typedef T __attribute__((mode(SI))) T3; in CheckIntScalarTypes() typedef
|
/llvm-project/llvm/unittests/ADT/ |
H A D | AnyTest.cpp | 151 TestType T3 = llvm::any_cast<TestType>(std::move(A)); in TEST() local
|
/llvm-project/clang/test/PCH/ |
H A D | chain-cxx.cpp | 131 typedef S<int>::I T3; in test() typedef
|