/llvm-project/clang/test/CodeGenCXX/ |
H A D | override-layout.cpp | 47 struct PACKED X4 { struct 62 X4(); argument
|
H A D | mangle-ms-md5.cpp | 8 #define X4(X) X2(X2(X)) macro
|
/llvm-project/clang/test/Index/ |
H A D | annotate-nested-name-specifier.cpp | 69 struct X4 { struct 76 ::X4<type>::g(t); in h() argument 83 struct X4<Integer> { struct 91 ::X4<type>::g(t); in h() argument
|
/llvm-project/clang/test/SemaCXX/ |
H A D | default-constructor-initializers.cpp | 32 struct X4 { struct 42 …// expected-note@-4 {{default constructor of 'X4' is implicitly deleted because field 'x2' has no … argument 51 X4 x4; argument
|
H A D | static-cast.cpp | 179 struct X4 { struct 180 X3_typedefX4 global() argument 182 fX4 f() argument 186 x2X4 global() argument
|
H A D | invalid-constructor-init.cpp | 30 struct X4 { struct 34 constexpr int* s = X4().p; // expected-error {{must be initialized by}} argument
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | temp_explicit.cpp | 74 template struct X4<int&>; // expected-note{{instantiation}} variable 62 template<typename T> struct X4 { global() struct 70 InnerX4 global() argument 73 template struct X4<int&>; // expected-note{{instantiation}} global() variable
|
H A D | instantiate-member-pointers.cpp | 40 struct X4 { struct 46 int &get_X4(X4<&Y::x> x4, Y& y) { in get_X4() argument
|
H A D | instantiate-function-1.cpp | 40 template <typename T> struct X4 { struct 50 template struct X4<void>; // expected-note{{in instantiation of}} argument 51 template struct X4<int>; // expected-note{{in instantiation of}} variable
|
/llvm-project/clang/test/CXX/expr/expr.post/expr.call/ |
H A D | p7-0x.cpp | 16 struct X4 { struct
|
/llvm-project/clang/test/CXX/class/class.mem/ |
H A D | p13.cpp | 61 struct X4 { // expected-note{{previous}} struct 66 unsigned X4; // expected-error{{redeclares 'X4'}} member
|
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
H A D | p5-cxx0x-no-extra-copy.cpp | 35 struct X4 { struct
|
H A D | p5-cxx03-extra-copy.cpp | 38 struct X4 { struct
|
/llvm-project/clang/test/Preprocessor/ |
H A D | macro_fn_comma_swallow.c | 22 #define X4(...) AA , ## __VA_ARGS__ BB macro
|
/llvm-project/clang/test/Parser/ |
H A D | missing-end-4.m | 27 @interface X4 // expected-note {{class started here}} interface
|
/llvm-project/clang/test/CXX/except/except.spec/ |
H A D | p14-ir.cpp | 22 struct X4 { struct
|
/llvm-project/clang/test/AST/Interp/ |
H A D | memberpointers.cpp |
|
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/ |
H A D | p1.cpp | 20 template <int (*F)(int)> struct X4 { X4(); }; struct 21 template <int (*F)(int)> X4<F>::X4() { } in X4() function in non_type_tmpl_param::X4
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/ |
H A D | copy-constructor-init.cpp | 98 class X4 : public Copyable { class 99 X4(const X4 &other) : Copyable() {} in X4() function in X4
|
/llvm-project/clang/test/CodeGen/ |
H A D | override-layout.c | 49 struct X4 { struct 55 void use_X4(void) { struct X4 x4; x4.y = sizeof(struct X4); }; in use_X4() argument
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | typedefs.cpp | 46 IntTypedef *X4; in main() local
|
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | multi-level-substitution.cpp | 145 struct X4 { struct 146 template<typename> struct Inner { 151 struct Inner<tuple<unsigned_pair<Values1, Values2>...>> {
|
/llvm-project/clang/test/Sema/ |
H A D | sugar-common-types.c | 18 typedef B4 X4; typedef
|
/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/ |
H A D | p20.cpp | 70 struct X4 { struct
|
/llvm-project/clang/test/ASTMerge/class-template-partial-spec/Inputs/ |
H A D | class-template-partial-spec2.cpp | 24 TwoOptionTemplate<int, int> X4; variable
|