Home
last modified time | relevance | path

Searched defs:T3 (Results 1 – 25 of 48) sorted by relevance

12

/llvm-project/clang/test/Layout/
H A Dms-x86-misalignedarray.cpp7 struct T3 { T2 a[1]; char c; }; struct
H A Dms-x86-alias-avoidance-padding.cpp140 struct __declspec(align(1)) T3 : virtual T1, virtual T2 { struct
141 T3() { in T3() argument
/llvm-project/clang/test/SemaCXX/
H A DPR10243.cpp20 struct T3 { struct
22 ~T3() = default; argument
H A Dtrivial-destructor.cpp12 struct T3 { struct
H A Dtrivial-constructor.cpp12 struct T3 { struct
H A Dattr-mode-tmpl.cpp12 …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 Daccess-base-class.cpp24 namespace T3 { namespace
/llvm-project/libcxx/test/std/utilities/utility/utility.inplace/
H A Dinplace.pass.cpp53 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 Diter_common_reference_t.compile.pass.cpp46 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 Dp3.cpp125 template<typename T> struct T3 { using type = typename T::type; }; struct
/llvm-project/clang/test/CodeGen/
H A Dpragma-pack-1.c31 struct T3 struct
33 char b;
34 int c;
H A D2007-02-04-AddrLValue.c14 } T3; typedef
H A Dattr-mode-enums.c15 typedef enum { A3, B3 } __attribute__((mode(SI))) T3; in main() typedef
/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/
H A Dtypes.pass.cpp30 typedef std::adopt_lock_t T3; in main() typedef
/llvm-project/libcxx/test/std/ranges/range.req/range.refinements/
H A Dviewable_range.compile.pass.cpp56 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 Dp6.cpp62 …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 Dp3.cpp41 template<typename T> struct T3 : T1<int> { struct
/llvm-project/clang/test/Parser/
H A Dcxx-ambig-init-templ.cpp44 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 Dcomplete-documentation-templates.cpp25 class T3 { class
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.req/
H A Dtype-requirement.cpp210 template <typename T> struct T3 { struct
211 static void m(auto) requires requires { T::fail; } {} in m()
/llvm-project/llvm/unittests/Support/
H A DCasting.cpp91 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 Dconvert_move.pass.cpp208 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 Dattr-mode-vector-types-tmpl.cpp9 typedef T __attribute__((mode(SI))) T3; in CheckIntScalarTypes() typedef
/llvm-project/llvm/unittests/ADT/
H A DAnyTest.cpp151 TestType T3 = llvm::any_cast<TestType>(std::move(A)); in TEST() local
/llvm-project/clang/test/PCH/
H A Dchain-cxx.cpp131 typedef S<int>::I T3; in test() typedef

12