Home
last modified time | relevance | path

Searched defs:X2 (Results 1 – 25 of 116) sorted by relevance

12345

/llvm-project/clang/test/CXX/class/class.mem/
H A Dp14.cpp16 struct X2 { struct
18 float X2; // expected-error{{member 'X2' has the same name as its class}} argument
/llvm-project/clang/test/SemaTemplate/
H A Dtemp_class_order.cpp30 struct X2 { }; struct
33 struct X2<T*, U> { }; // expected-note{{matches}} struct
36 struct X2<T, U*> { }; // expected-note{{matches}} struct
39 struct X2<const T*, const U*> { }; struct
H A Dexplicit-instantiation.cpp46 struct X2 { struct
56 template int X2::f0(int); // expected-error{{not an instantiation}} argument
H A Dinstantiate-member-pointers.cpp17 struct X2 { struct
24 template struct X2<int, Y>; variable
25 template struct X2<int&, Y>; // expected-note{{instantiation}} variable
26 template struct X2<const void, Y>; // expected-note{{instantiation}} variable
H A Dtemplate-friend-definition-in-template.cpp7 template <class F2> friend int foo1(F2 X2) { in foo1()
20 template <class F2> friend int foo2(F2 X2) { in foo2()
H A Dcanonical-expr-type.cpp41 struct X2 { struct
42 typedef T __attribute__((ext_vector_type(N))) type1;
43 typedef T __attribute__((ext_vector_type(M))) type2;
44 typedef T __attribute__((ext_vector_type(N))) type3;
H A Dtemp_explicit_cxx0x.cpp14 template<typename T> struct X2 { }; // expected-note{{here}} struct
23 template struct X2<float>; // expected-error{{at global scope}} variable
H A Dtemp_explicit.cpp49 template struct X2<int>; // okay variable
41 template struct X2<float>; // expected-error{{undefined template}} global() variable
44 struct X2 { global() struct
48 template struct X2<int>; // okay global() variable
H A Dargument-dependent-lookup.cpp26 struct X2 : B<X2> { struct
27 enum E { value };
H A Dinstantiate-method.cpp107 struct X2 : X0Base, U { struct
108 int &f2() { return X0Base::f(); } in f2()
164 template < typename U = X1<int> > struct X2 struct
166 X2( U = U()) in X2() function
H A Dinstantiate-non-dependent-types.cpp11 struct X2 { struct
15 X2<int> x; argument
/llvm-project/clang/test/CodeGenCXX/
H A Dattr-used.cpp19 struct X2 { struct
25 // CHECK-DAG: define linkonce_odr {{.*}} @_ZN2X23barEv argument
H A Dinstantiate-temporaries.cpp12 struct X2 { struct
29 (X2){}; in compound_literal() argument
H A Dglobal-llvm-constant.cpp26 struct X2 { struct
31 extern const X2 x2b; argument
/llvm-project/clang/test/SemaCXX/
H A Dinvalid-constructor-init.cpp11 struct X2 { struct
13 constexpr X2() {} in X2() argument
H A Dcxx1y-generic-lambdas.cpp876 struct X2 { struct
910 struct X2 { struct
877 __anon11d644c65903inclass_lambdas_within_nested_classes::ns1::X1::X2 __anon11d644c65a02() argument
880 Linclass_lambdas_within_nested_classes::ns1::X1::X2 __anon11d644c65b02() argument
881 fooinclass_lambdas_within_nested_classes::ns1::X1::X2 foo() argument
882 __anon11d644c65d02inclass_lambdas_within_nested_classes::ns1::X1::X2 __anon11d644c65d02() argument
885 arrinclass_lambdas_within_nested_classes::ns1::X1::X2 __anon11d644c65e02() argument
889 fpinclass_lambdas_within_nested_classes::ns1::X1::X2 __anon11d644c65f02() argument
890 fooptrinclass_lambdas_within_nested_classes::ns1::X1::X2 __anon11d644c66002() argument
891 L2inclass_lambdas_within_nested_classes::ns1::X1::X2 __anon11d644c66102() argument
892 fooGinclass_lambdas_within_nested_classes::ns1::X1::X2 fooG() argument
893 __anon11d644c66302inclass_lambdas_within_nested_classes::ns1::X1::X2 __anon11d644c66302() argument
896 arrGinclass_lambdas_within_nested_classes::ns1::X1::X2 __anon11d644c66402() argument
901 fpGinclass_lambdas_within_nested_classes::ns1::X1::X2 __anon11d644c66502() argument
902 fooptrGinclass_lambdas_within_nested_classes::ns1::X1::X2 fooptrG() argument
911 Linclass_lambdas_within_nested_classes::ns2::X1::X2 __anon11d644c66702() argument
912 fooinclass_lambdas_within_nested_classes::ns2::X1::X2 foo() argument
913 __anon11d644c66902inclass_lambdas_within_nested_classes::ns2::X1::X2 __anon11d644c66902() argument
916 arrinclass_lambdas_within_nested_classes::ns2::X1::X2 __anon11d644c66a02() argument
921 fpinclass_lambdas_within_nested_classes::ns2::X1::X2 __anon11d644c66b02() argument
922 fooptrinclass_lambdas_within_nested_classes::ns2::X1::X2 fooptr() argument
923 L2inclass_lambdas_within_nested_classes::ns2::X1::X2 __anon11d644c66d02() argument
924 fooGinclass_lambdas_within_nested_classes::ns2::X1::X2 fooG() argument
925 __anon11d644c66f02inclass_lambdas_within_nested_classes::ns2::X1::X2 __anon11d644c66f02() argument
928 arrGinclass_lambdas_within_nested_classes::ns2::X1::X2 __anon11d644c67002() argument
933 fpGinclass_lambdas_within_nested_classes::ns2::X1::X2 __anon11d644c67102() argument
934 fooptrGinclass_lambdas_within_nested_classes::ns2::X1::X2 __anon11d644c67202() argument
935 fooG2inclass_lambdas_within_nested_classes::ns2::X1::X2 fooG2() argument
936 __anon11d644c67402inclass_lambdas_within_nested_classes::ns2::X1::X2 __anon11d644c67402() argument
/llvm-project/clang/test/CXX/temp/temp.spec/temp.explicit/
H A Dp1.cpp61 struct X2 { struct
76 T X2<T, U>::static_member1 = 17; // expected-error{{cannot initialize}} argument
/llvm-project/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/
H A Dp9.cpp17 template<template<class> class X0 = X0> struct X2 { }; struct
18 template<> struct X2<X0> { static const bool value = true; }; argument
/llvm-project/clang/test/CodeGenObjCXX/
H A Dimplicit-copy-constructor.mm67 struct X2 { X1<int> result; }; argument
68 void test_X2() argument
/llvm-project/clang/test/Parser/
H A Dmissing-end-4.m10 @interface X2 interface
12 @implementation X2 // expected-note {{implementation started here}} implementation
/llvm-project/clang/test/CXX/temp/temp.param/
H A Dp3.cpp27 template<class T, T i> struct X2 { struct
28 void f(T t) in f()
H A Dp2.cpp49 template<class X1 *xptr> struct X2 { }; struct
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
H A DF_incomplete.pass.cpp52 IncompleteReturnType X2 = CX; in test_pr34298() local
60 IncompleteReturnType X2 = Empty; in test_pr34298() local
/llvm-project/clang/test/Sema/
H A Drounding-math.c34 struct X2 { vla2 v; }; in vlas() argument
/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp8-0x.cpp10 template<int ...Values> struct X2<X1<Values...>, Values+1 ...> {}; // ok (DR1315) struct

12345