Home
last modified time | relevance | path

Searched defs:X3 (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project/clang/test/SemaCXX/
H A Dinvalid-constructor-init.cpp16 struct X3 { struct
18 constexpr X3() in X3() function
/llvm-project/clang/test/CXX/temp/temp.param/
H A Dp9-0x.cpp16 struct X3 { struct
21 friend void f1(X3) { in f1() argument
50 template<typename T = int> struct Inner::X3 { }; struct in PR8748::Inner
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/temp.class.order/
H A Dp2.cpp41 struct X3 { struct
42 typedef void is_a;
43 typedef void is_b;
/llvm-project/clang/test/SemaTemplate/
H A Dexplicit-instantiation.cpp88 template<typename> struct X3 { }; struct
89 inline template struct X3<int>; // expected-warning{{ignoring 'inline' keyword on explicit template… variable
90 static template struct X3<float>; // expected-warning{{ignoring 'static' keyword on explicit templa… variable
H A Dtemp_explicit.cpp52 template<typename T> struct X3 { global() struct
58 InnerX3 global() argument
60 template struct X3<int&>; // expected-note{{instantiation}} global() variable
H A Dinstantiate-member-pointers.cpp29 struct X3 { struct
30 X3<T, Class, Ptr> &operator=(const T& value) { in operator =() argument
H A Dinstantiate-method.cpp112 struct X3 { struct
119 template struct X3<double>; argument
H A Dinstantiate-function-1.cpp30 struct X3 { struct
38 template struct X3<int>; variable
H A Dcopy-ctor-assign.cpp47 struct X3 : X2<int> { struct
/llvm-project/clang/test/CodeGenCXX/
H A Dempty-classes.cpp111 struct X3 : X2<int> { struct
112 X3() : X2<int>() {} in X3() argument
H A Doverride-layout.cpp41 struct PACKED X3 : virtual public X1, public X0 { struct
42 short x;
43 int y;
H A Dvalue-init.cpp168 struct X3 : X2<int> { struct
169 X3() : X2<int>() { } in X3() function
170 int i;
/llvm-project/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp18 template <int& N> struct X3 { X3(); }; struct
19 template <int& N> X3<N>::X3() { } in X3() function in non_type_tmpl_param::X3
42 template <int (&fp)(int)> struct X3 { }; // precxx17-note 4{{here}} global() struct
[all...]
/llvm-project/clang/test/CXX/expr/expr.post/expr.call/
H A Dp7-0x.cpp12 struct X3 { struct
/llvm-project/clang/test/CXX/class/class.mem/
H A Dp13.cpp49 struct X3 { struct
51 X3 // expected-error{{member 'X3' has the same name as its class}} argument
/llvm-project/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
H A Dp5-cxx0x-no-extra-copy.cpp20 struct X3 { struct
H A Dp5-cxx03-extra-copy.cpp21 struct X3 { struct
/llvm-project/clang/test/Preprocessor/
H A Dmacro_fn_comma_swallow.c15 #define X3(b, ...) {b, ## __VA_ARGS__} macro
/llvm-project/clang/test/Modules/
H A Dcxx20-10-1-ex2.cpp86 module B:X3; // does not implicitly import B global() partition
/llvm-project/clang/test/CXX/expr/expr.unary/expr.new/
H A Dp20.cpp53 struct X3 { struct
66 new (0, 0) X3; // expected-note{{instantiation}} in test_X3() argument
/llvm-project/clang/test/CXX/dcl.decl/dcl.decomp/
H A Dp2.cpp16 using X3 = X[3]; in array() typedef
/llvm-project/clang/test/CXX/special/class.ctor/
H A Dp1.cpp52 struct X3 { struct
/llvm-project/clang/test/CXX/except/except.spec/
H A Dp14-ir.cpp18 struct X3 : X0, X1 { struct
/llvm-project/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp31 struct X3 { struct
/llvm-project/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp55 struct X3 { struct
56 void f(T *t) { in f()

123