Home
last modified time | relevance | path

Searched defs:X4 (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project/clang/test/CodeGenCXX/
H A Doverride-layout.cpp47 struct PACKED X4 { struct
62 X4(); argument
H A Dmangle-ms-md5.cpp8 #define X4(X) X2(X2(X)) macro
/llvm-project/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp69 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 Ddefault-constructor-initializers.cpp32 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 Dstatic-cast.cpp179 struct X4 { struct
180 X3_typedefX4 global() argument
182 fX4 f() argument
186 x2X4 global() argument
H A Dinvalid-constructor-init.cpp30 struct X4 { struct
34 constexpr int* s = X4().p; // expected-error {{must be initialized by}} argument
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_explicit.cpp74 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 Dinstantiate-member-pointers.cpp40 struct X4 { struct
46 int &get_X4(X4<&Y::x> x4, Y& y) { in get_X4() argument
H A Dinstantiate-function-1.cpp40 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 Dp7-0x.cpp16 struct X4 { struct
/llvm-project/clang/test/CXX/class/class.mem/
H A Dp13.cpp61 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 Dp5-cxx0x-no-extra-copy.cpp35 struct X4 { struct
H A Dp5-cxx03-extra-copy.cpp38 struct X4 { struct
/llvm-project/clang/test/Preprocessor/
H A Dmacro_fn_comma_swallow.c22 #define X4(...) AA , ## __VA_ARGS__ BB macro
/llvm-project/clang/test/Parser/
H A Dmissing-end-4.m27 @interface X4 // expected-note {{class started here}} interface
/llvm-project/clang/test/CXX/except/except.spec/
H A Dp14-ir.cpp22 struct X4 { struct
/llvm-project/clang/test/AST/Interp/
H A Dmemberpointers.cpp
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp20 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 Dcopy-constructor-init.cpp98 class X4 : public Copyable { class
99 X4(const X4 &other) : Copyable() {} in X4() function in X4
/llvm-project/clang/test/CodeGen/
H A Doverride-layout.c49 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 Dtypedefs.cpp46 IntTypedef *X4; in main() local
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp145 struct X4 { struct
146 template<typename> struct Inner {
151 struct Inner<tuple<unsigned_pair<Values1, Values2>...>> {
/llvm-project/clang/test/Sema/
H A Dsugar-common-types.c18 typedef B4 X4; typedef
/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp20.cpp70 struct X4 { struct
/llvm-project/clang/test/ASTMerge/class-template-partial-spec/Inputs/
H A Dclass-template-partial-spec2.cpp24 TwoOptionTemplate<int, int> X4; variable

12