Home
last modified time | relevance | path

Searched defs:T6 (Results 1 – 19 of 19) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dtrivial-destructor.cpp25 struct T6 { struct
30 static_assert(__has_trivial_destructor(T6), "All nonstatic data members of T6 have trivial destruct… argument
H A Dtrivial-constructor.cpp25 struct T6 { struct
30 static_assert(__has_trivial_constructor(T6), "All nonstatic data members of T6 have trivial constru… argument
H A Dattr-mode-tmpl.cpp17 …typedef enum __attribute__((mode(V2SI))) { A6, B6 } T6; // expected-error{{mode 'V2SI' is not supp… in CheckEnumerations() typedef
41 …typedef T __attribute__((mode(DF))) T6; // expected-error2{{type of machine mode does not match ty… in CheckMachineMode() typedef
H A Daccess-base-class.cpp61 namespace T6 { namespace
H A Dvirtual-override.cpp79 namespace T6 { global() namespace
H A Dundefined-internal.cpp306 class T1 {}; class T2 {}; class T3 {}; class T4 {}; class T5 {}; class T6 {}; class
/llvm-project/clang/test/Index/
H A Dcomplete-documentation.cpp20 struct T6 { struct
/llvm-project/libcxx/test/std/ranges/range.req/range.refinements/
H A Dviewable_range.compile.pass.cpp114 struct T6 : test_range<cpp20_input_iterator> { T6(T6&&); T6& operator=(T6&&) = delete; }; struct
/llvm-project/clang/test/Preprocessor/
H A Dassembler-with-cpp.c56 #define T6() T6 #nostring macro
/llvm-project/clang/test/CodeGen/
H A Dattr-mode-enums.c27 typedef enum X __attribute__((mode(QI))) T6; in main() typedef
H A Dcmse-clear-return.c95 typedef struct T6 { struct
97 } T6; typedef
/llvm-project/clang/test/PCH/
H A Dchain-cxx.cpp134 typedef S<int &>::L T6; in test() typedef
/llvm-project/clang/test/SemaTemplate/
H A Dalias-template-with-lambdas.cpp60 using T6 = S<int>::type6<void>; in bar() typedef
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/
H A Dmove.pass.cpp176 using T6 = std::tuple<NonAssignable&&, int>; in main() typedef
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-ms.cpp420 using T6 = struct {} *; typedef
427 void f(S::T6) {} in f()
H A Dsanitize-dtor-zero-size-field.cpp114 namespace T6 { namespace
292 namespace T6 { namespace
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.common/
H A Dcommon_with.compile.pass.cpp400 struct T6 {}; global() struct
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp982 llvm::Value *T6 = Builder.CreateFSub(LHSi, T5); // b-ar EmitRangeReductionDiv() local
/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp2529 SDValue T6 = DAG.getNode(ISD::ADD, dl, VecTy, {T3, T5}); emitHvxMulHsV60() local