/llvm-project/clang/test/SemaCXX/ |
H A D | trivial-destructor.cpp | 25 struct T6 { struct 30 static_assert(__has_trivial_destructor(T6), "All nonstatic data members of T6 have trivial destruct… argument
|
H A D | trivial-constructor.cpp | 25 struct T6 { struct 30 static_assert(__has_trivial_constructor(T6), "All nonstatic data members of T6 have trivial constru… argument
|
H A D | attr-mode-tmpl.cpp | 17 …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 D | access-base-class.cpp | 61 namespace T6 { namespace
|
H A D | virtual-override.cpp | 79 namespace T6 { global() namespace
|
H A D | undefined-internal.cpp | 306 class T1 {}; class T2 {}; class T3 {}; class T4 {}; class T5 {}; class T6 {}; class
|
/llvm-project/clang/test/Index/ |
H A D | complete-documentation.cpp | 20 struct T6 { struct
|
/llvm-project/libcxx/test/std/ranges/range.req/range.refinements/ |
H A D | viewable_range.compile.pass.cpp | 114 struct T6 : test_range<cpp20_input_iterator> { T6(T6&&); T6& operator=(T6&&) = delete; }; struct
|
/llvm-project/clang/test/Preprocessor/ |
H A D | assembler-with-cpp.c | 56 #define T6() T6 #nostring macro
|
/llvm-project/clang/test/CodeGen/ |
H A D | attr-mode-enums.c | 27 typedef enum X __attribute__((mode(QI))) T6; in main() typedef
|
H A D | cmse-clear-return.c | 95 typedef struct T6 { struct 97 } T6; typedef
|
/llvm-project/clang/test/PCH/ |
H A D | chain-cxx.cpp | 134 typedef S<int &>::L T6; in test() typedef
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | alias-template-with-lambdas.cpp | 60 using T6 = S<int>::type6<void>; in bar() typedef
|
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.assign/ |
H A D | move.pass.cpp | 176 using T6 = std::tuple<NonAssignable&&, int>; in main() typedef
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | mangle-ms.cpp | 420 using T6 = struct {} *; typedef 427 void f(S::T6) {} in f()
|
H A D | sanitize-dtor-zero-size-field.cpp | 114 namespace T6 { namespace 292 namespace T6 { namespace
|
/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.common/ |
H A D | common_with.compile.pass.cpp | 400 struct T6 {}; global() struct [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprComplex.cpp | 982 llvm::Value *T6 = Builder.CreateFSub(LHSi, T5); // b-ar EmitRangeReductionDiv() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 2529 SDValue T6 = DAG.getNode(ISD::ADD, dl, VecTy, {T3, T5}); emitHvxMulHsV60() local
|