Home
last modified time | relevance | path

Searched defs:T4 (Results 1 – 25 of 36) sorted by relevance

12

/llvm-project/clang/test/CodeCompletion/
H A Ddocumentation.cpp13 int T4; ///< Ddd. member in T2
/llvm-project/clang/test/CodeGen/
H A Dpragma-pack-1.c48 struct T4 struct
50 char b;
51 int c;
H A Dms-inline-asm.cpp77 struct T4 { struct
84 void T4::test() { in test() argument
H A Dcmse-clear-return.c69 typedef struct T4 { struct
71 } T4; argument
H A Dattr-mode-enums.c19 typedef enum { A4, B4 } T4 __attribute__((mode(DI))); in main() typedef
/llvm-project/clang/test/Index/
H A Dcomplete-documentation.cpp13 int T4; ///< Ddd. member in T2
/llvm-project/libcxx/test/std/ranges/range.req/range.refinements/
H A Dviewable_range.compile.pass.cpp71 struct T4 : test_range<cpp20_input_iterator>, std::ranges::view_base { struct
/llvm-project/clang/test/SemaCXX/
H A Dtrivial-destructor.cpp17 struct T4 : virtual T3 { struct
H A Dtrivial-constructor.cpp17 struct T4 : virtual T3 { struct
H A Dattr-mode-tmpl.cpp15 typedef enum __attribute__((mode(HI))) { A4, B4 } T4; in CheckEnumerations() typedef
39 …typedef T __attribute__((mode(DI))) T4; // expected-error{{type of machine mode does not match typ… in CheckMachineMode() typedef
H A Daccess-base-class.cpp35 namespace T4 { namespace
H A Dvirtual-override.cpp45 namespace T4 { global() namespace
/llvm-project/compiler-rt/test/hwasan/TestCases/
H A Dprint-memory-usage.c35 void *T4(void *arg) { return NULL; } T4() function
/llvm-project/llvm/unittests/Support/
H A DCasting.cpp101 struct T4 { struct
102 T4() : hasValue(false) {} in T4() argument
103 T4(const T3 &x) : hasValue(true) {} in T4() argument
105 static bool classof(const T3 *x) { return true; } in classof()
106 bool hasValue = false;
/llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.id/
H A Dp3.cpp172 class T4 { static constexpr bool f = true; }; class
/llvm-project/clang/test/CXX/special/class.inhctor/
H A Dp3.cpp59 template<typename T> struct T4 : B4 { struct
/llvm-project/clang/test/CodeGenCXX/
H A Drtti-linkage.cpp155 struct T4 {}; struct
H A Dattr-mode-vector-types-tmpl.cpp10 typedef T __attribute__((mode(DI))) T4; in CheckIntScalarTypes() typedef
H A Dmangle-ms.cpp418 typedef struct {} *T3, T4; typedef
425 void f(S::T4) {} in f()
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
H A Dconvert_move.pass.cpp209 using T4 = std::tuple<CopyAssignable&&, int>; in main() typedef
221 using T4 = std::tuple<NonAssignable&&, int>; in main() typedef
H A Dmove.pass.cpp169 using T4 = std::tuple<CopyAssignable&&, int>; in main() typedef
/llvm-project/clang/test/PCH/
H A Dchain-cxx.cpp132 typedef S<double &>::J T4; in test() typedef
/llvm-project/clang/test/SemaTemplate/
H A Dalias-template-with-lambdas.cpp52 using T4 = S<int>::type4<void>; in bar() typedef
H A Dtypename-specifier-4.cpp130 typedef typename T3::W T4; typedef
/llvm-project/clang/test/CodeGen/X86/
H A Dx86_64-arguments.c379 typedef struct T4 { T5 field0; T7 field1; } T4; struct

12