/llvm-project/clang/test/SemaCXX/ |
H A D | bool-compare.cpp | 179 template<typename T, typename U, typename V> struct X6 { struct 203 template struct X6<ConvertibleToInt, float, char>; variable 204 template struct X6<bool, int, int*>; // expected-note{{instantiation}} variable
|
H A D | new-delete.cpp | 251 class X6 { global() class
|
/llvm-project/clang/test/Index/ |
H A D | annotate-nested-name-specifier.cpp | 105 struct X6 { struct 106 typedef T* type; 107 typedef typename outer_alias::inner::vector<type>::template rebind<type> type1; 108 typedef typename outer_alias::inner::vector<type>::template rebind<type>::other type2; 109 typedef class outer_alias::inner::vector<type>::template rebind<type> type3; 110 typedef class outer_alias::inner::vector<type>::template rebind<type>::other type4;
|
/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/ |
H A D | p20.cpp | 98 struct X6 { struct 111 new X6<3>; // expected-note 2{{instantiation}} in test_X6() argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-function-1.cpp | 62 template<typename T, typename U, typename V> struct X6 { struct 83 template struct X6<ConvertibleToInt, float, char>; argument 84 template struct X6<bool, int, int*>; // expected-note{{instantiation}} variable
|
H A D | temp_explicit.cpp | 111 struct X6 { global() struct 117 InnerX6 global() argument
|
H A D | constructor-template.cpp | 109 struct X6 { struct
|
H A D | default-arguments.cpp | 119 struct X6 {}; global() struct
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | override-layout.cpp | 76 struct __attribute__((aligned(16))) X6 { struct 79 virtual ~X6(); argument
|
/llvm-project/clang/test/Parser/ |
H A D | missing-end-4.m | 17 @interface X6 // expected-note {{class started here}} interface
|
/llvm-project/clang/test/CXX/except/except.spec/ |
H A D | p14-ir.cpp | 46 struct X6 { struct
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | multi-level-substitution.cpp | 194 struct X6 { struct 196 constexpr auto f1(A ...a) const -> decltype(g(A(a + B())...)) { return g(A(a + B())...); } in f1() 199 …..b) const -> decltype(g((&a)[b] ...)) { return g((&a)[b] ...); } // expected-note {{past-the-end}} in f2() 201 template<typename...B> struct Inner {
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | copy-constructor-init.cpp | 110 class X6 : public Copyable2, public Copyable3 { class 111 X6(const X6 &other) {} in X6() function in X6
|
/llvm-project/clang/test/CodeGen/ |
H A D | override-layout.c | 63 struct PACKED X6 { long double a; char b; }; argument
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | typedefs.cpp | 48 RefTypedef X6 = Ptr; in main() local
|
/llvm-project/clang/test/Sema/ |
H A D | sugar-common-types.c | 26 typedef B6 X6; typedef
|
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/ |
H A D | p2-associated-namespaces-classes.cpp | 91 namespace X6 { namespace
|