/aosp_15_r20/external/clang/test/SemaTemplate/ |
H A D | temp_class_order.cpp | 4 struct X1 { struct 9 struct X1<T*, U*> { struct 14 struct X1<T*, T*> { argument 19 struct X1<const T*, const T*> { struct 23 int array0[X1<int, int>::value == 0? 1 : -1]; argument
|
H A D | instantiate-member-template.cpp | 25 struct X1 { struct 27 struct Inner0 { 33 struct Inner1 { 39 struct Inner2 { 63 struct X1<T>::Inner4 { argument 124 struct X1 { struct 125 template<typename T> void f(X0<T>& vals) { g(vals); } in f() 126 template<typename T> void g(X0<T>& vals) { } in g() 149 struct X1 { struct 150 typedef T E; [all …]
|
H A D | instantiate-non-type-template-parameter.cpp | 49 struct X1 : X0<T> { struct 50 X1() {} in X1() function 51 template<typename U> X1(const X1<U> &x) : X0<T>(x) { } in X1() argument
|
H A D | current-instantiation.cpp | 32 struct X1 { struct 33 typedef T my_T_type; 147 struct X1 { struct 150 X1<T>::a = b; // expected-error{{incompatible}} in f() argument
|
H A D | instantiate-method.cpp | 96 struct X1 : X0<U> { struct 102 void test_X1(X1<int> x1i) { in test_X1() argument 158 struct X1 struct 160 typedef int state_t( ); 161 state_t g ;
|
H A D | instantiate-member-pointers.cpp | 7 struct X1 { struct 13 template struct X1<Y>; argument 14 template struct X1<int>; // expected-note{{instantiation}} variable
|
H A D | instantiate-static-var.cpp | 51 struct X1 { struct 115 struct X1 : public X0<T> { struct 116 static const bool var = false; 123 template class X1<char>; variable
|
H A D | instantiate-template-template-parm.cpp | 35 struct X1 { }; struct 70 template<class T> struct X1 struct 74 template<class U> void g() in g() 79 template<int N> void f () in f()
|
H A D | member-template-access-expr.cpp | 53 struct X1 { struct 137 struct X1 { struct 138 X0<int> x0; 140 void f() { in f()
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
H A D | partial-ordering.cpp | 8 struct X1 { struct 13 struct X1<tuple<Head, Tail...> > { struct 18 struct X1<tuple<Head, Tail&...> > { struct 23 struct X1<tuple<Head&, Tail&...> > { struct 27 int check0[X1<tuple<>>::value == 0? 1 : -1]; argument
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | static-init-3.cpp | 7 struct X1 struct 21 template<class T> T & X1<T>::instance = X1<T>::get(); argument
|
H A D | visibility-inlines-hidden.cpp | 18 struct X1 { struct 28 inline void X1<T>::f3() { } in f3() argument
|
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/nistec/ |
D | p256_asm_s390x.s | 548 #define X1 V1 macro 936 #define X1 V1 // Not modified macro 1320 #define X1 V1 macro 1334 #define p256SubInternal(T1, T0, X1, X0, Y1, Y0) \ argument 1349 #define p256AddInternal(T1, T0, X1, X0, Y1, Y0) \ argument 1365 #define p256HalfInternal(T1, T0, X1, X0) \ argument 1398 #define X1 V1 macro 1458 #define X1 V1 macro 1537 #define X1 V1 macro 1917 #define X1 V1 macro [all …]
|
D | p256_asm_ppc64le.s | 648 #define X1 V1 // Not modified macro 1068 #define p256SubInternal(T1, T0, X1, X0, Y1, Y0) \ argument 1083 #define p256AddInternal(T1, T0, X1, X0, Y1, Y0) \ argument 1099 #define p256HalfInternal(T1, T0, X1, X0) \ argument 1132 #define X1 V1 macro 1259 #define X1 V1 macro 1653 #define X1 V1 macro 1894 #define X1 V1 macro
|
/aosp_15_r20/external/clang/test/CXX/special/class.ctor/ |
H A D | p1.cpp | 22 struct X1 { struct 25 X1<T>(); argument 40 template<typename T> X1<T>::X1() { } in X1() function in X1 43 template<typename T> X1<T> (X1<T>::f1)(type) { return 0; } in X1() function
|
/aosp_15_r20/external/clang/test/CXX/temp/temp.spec/temp.explicit/ |
H A D | p8.cpp | 31 struct X1 { struct 36 template struct X1<int>; // expected-note {{here}} argument 40 template struct X1<char>; // expected-note {{here}} variable
|
H A D | p1.cpp | 29 struct X1 { struct 42 template struct X1<int>::Inner<float>; argument
|
/aosp_15_r20/external/clang/test/CXX/basic/basic.lookup/basic.lookup.qual/class.qual/ |
H A D | p2.cpp | 9 struct X1 { struct 18 template<typename T> X1<T>::X1<T>(int) { } // expected-error{{out-of-line constructor for 'X1' cann… in X1() function in X1 27 template<typename T> X1<T>::X1<T> (X1<T>::f2)(int) { } // expected-error{{qualified reference to 'X… in X1() function in X1 28 template<typename T> struct X1<T>::X1<T> (X1<T>::f2)(float) { } in X1() function in X1
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/serialization/test/ |
D | multi_shared1.cpp | 13 struct X1{ struct 18 BOOST_CLASS_IMPLEMENTATION(X1, boost::serialization::object_class_info) in BOOST_CLASS_IMPLEMENTATION() argument
|
/aosp_15_r20/external/clang/test/CXX/class/class.mem/ |
H A D | p14.cpp | 11 struct X1 { struct 12 int X1; // expected-note{{hidden by a non-type declaration of 'X1' here}} argument
|
H A D | p13.cpp | 17 struct X1 { struct 18 enum X1 { }; // expected-error{{member 'X1' has the same name as its class}} enum
|
/aosp_15_r20/external/clang/test/CXX/expr/expr.unary/expr.new/ |
H A D | p19.cpp | 28 struct X1 { struct 43 ::new X1<2> [17]; in test_X1() argument
|
/aosp_15_r20/external/clang/test/CXX/basic/basic.scope/basic.scope.pdecl/ |
H A D | p9.cpp | 12 template<int N = N> struct X1 { }; struct 13 template<> struct X1<17> { static const bool value = true; }; struct
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | member-pointers-2.cpp | 42 struct X1 struct 44 X0* x0; 45 FuncPtr X0::*fptr;
|
/aosp_15_r20/external/pdfium/third_party/lcms/src/ |
H A D | cmsintrp.c | 369 X0, Y0, X1, Y1; in BilinearInterpFloat() local 424 CMSREGISTER int X0, X1, Y0, Y1; in BilinearInterp16() local 482 X0, Y0, Z0, X1, Y1, Z1; in TrilinearInterpFloat() local 557 CMSREGISTER int X0, X1, Y0, Y1, Z0, Z1; in TrilinearInterp16() local 630 X0, Y0, Z0, X1, Y1, Z1; in TetrahedralInterpFloat() local 730 cmsUInt32Number X0, X1, Y0, Y1, Z0, Z1; in TetrahedralInterp16() local 866 cmsS15Fixed16Number X0, X1, Y0, Y1, Z0, Z1; in Eval4Inputs() local
|