Home
last modified time | relevance | path

Searched defs:X6 (Results 1 – 17 of 17) sorted by relevance

/llvm-project/clang/test/SemaCXX/
H A Dbool-compare.cpp179 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 Dnew-delete.cpp251 class X6 { global() class
/llvm-project/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp105 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 Dp20.cpp98 struct X6 { struct
111 new X6<3>; // expected-note 2{{instantiation}} in test_X6() argument
/llvm-project/clang/test/SemaTemplate/
H A Dinstantiate-function-1.cpp62 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 Dtemp_explicit.cpp111 struct X6 { global() struct
117 InnerX6 global() argument
H A Dconstructor-template.cpp109 struct X6 { struct
H A Ddefault-arguments.cpp119 struct X6 {}; global() struct
/llvm-project/clang/test/CodeGenCXX/
H A Doverride-layout.cpp76 struct __attribute__((aligned(16))) X6 { struct
79 virtual ~X6(); argument
/llvm-project/clang/test/Parser/
H A Dmissing-end-4.m17 @interface X6 // expected-note {{class started here}} interface
/llvm-project/clang/test/CXX/except/except.spec/
H A Dp14-ir.cpp46 struct X6 { struct
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp194 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 Dcopy-constructor-init.cpp110 class X6 : public Copyable2, public Copyable3 { class
111 X6(const X6 &other) {} in X6() function in X6
/llvm-project/clang/test/CodeGen/
H A Doverride-layout.c63 struct PACKED X6 { long double a; char b; }; argument
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dtypedefs.cpp48 RefTypedef X6 = Ptr; in main() local
/llvm-project/clang/test/Sema/
H A Dsugar-common-types.c26 typedef B6 X6; typedef
/llvm-project/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp2-associated-namespaces-classes.cpp91 namespace X6 { namespace