Home
last modified time | relevance | path

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

/llvm-project/clang/test/AST/
H A Dattr-swift_newtype.m9 typedef int T5; typedef
11 typedef int T5; typedef
/llvm-project/clang/test/CodeCompletion/
H A Ddocumentation.cpp17 namespace T5 { namespace
/llvm-project/clang/test/Index/
H A Dcomplete-documentation.cpp17 namespace T5 { namespace
H A Dcomplete-documentation-templates.cpp31 static int T5; member in T3
/llvm-project/libcxx/test/std/ranges/range.req/range.refinements/
H A Dviewable_range.compile.pass.cpp86 struct T5 : test_range<cpp20_input_iterator> { }; struct
/llvm-project/clang/test/SemaCXX/
H A Dtrivial-destructor.cpp21 struct T5 : T1 { struct
H A Dtrivial-constructor.cpp21 struct T5 : T1 { struct
H A Dattr-mode-tmpl.cpp16 typedef enum { A5, B5 } __attribute__((mode(SI))) T5; in CheckEnumerations() typedef
40 …typedef T __attribute__((mode(SF))) T5; // expected-error2{{type of machine mode does not match ty… in CheckMachineMode() typedef
H A Daccess-base-class.cpp51 namespace T5 { namespace
H A Dvirtual-override.cpp63 namespace T5 { global() namespace
H A Dundefined-internal.cpp306 class T1 {}; class T2 {}; class T3 {}; class T4 {}; class T5 {}; class T6 {}; class
/llvm-project/clang/test/CodeGen/
H A Dattr-mode-enums.c23 typedef enum __attribute__((mode(QI))) { A5, B5 } T5; in main() typedef
H A Dcmse-clear-return.c82 typedef struct T5 { struct
84 } T5; typedef
H A Dms-inline-asm.cpp96 template <class T> struct T5 { struct
/llvm-project/clang/test/PCH/
H A Dchain-cxx.cpp133 typedef S<int *>::K T5; in test() typedef
/llvm-project/clang/test/SemaTemplate/
H A Dalias-template-with-lambdas.cpp53 using T5 = S<int>::type5<void>; // #T5 in bar() typedef
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
H A Dmove.pass.cpp175 using T5 = std::tuple<NonAssignable&, int>; in main() typedef
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms.cpp419 using T5 = struct {}; typedef
426 void f(S::T5) {} in f()
H A Dsanitize-dtor-zero-size-field.cpp99 namespace T5 { namespace
276 namespace T5 { namespace
/llvm-project/clang/test/Sema/
H A Dtest-wunaligned-access.c271 struct T5 { struct
273 …struct T1 b; // expected-warning {{field b within 'struct T5' is less aligned than 'struct T1' and… argument
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.common/
H A Dcommon_with.compile.pass.cpp378 struct T5 {}; global() struct
/llvm-project/clang/test/CodeGen/X86/
H A Dx86_64-arguments.c377 typedef _Complex char T5; typedef
/llvm-project/clang/test/Modules/
H A Dodr_hash.cpp1510 struct T5 { using Type = int; }; argument
1515 namespace T5 { using Type = int; }; namespace
5141 typedef struct T5_Other {} T5; typedef
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp981 llvm::Value *T5 = Builder.CreateFMul(LHSr, DdC); // ar EmitRangeReductionDiv() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2527 SDValue T5 = LoHalf(P3, DAG); emitHvxMulHsV60() local