Searched refs:X2 (Results 76 - 100 of 105) sorted by relevance

12345

/external/clang/test/SemaTemplate/
H A Dmember-function-template.cpp70 template<typename T> struct X2; // expected-note{{here}}
72 void test_incomplete_access(X1<int> *x1, X2<int> *x2) {
H A Dcanonical-expr-type.cpp45 struct X2 { struct
H A Ddependent-base-classes.cpp12 struct X2 : vector<T> { }; // expected-error{{unknown template name 'vector'}} struct in inherits:vector
H A Ddefault-expr-arguments.cpp91 struct X2 { struct
95 void test_x2(X2<int> x2i, X2<NotDefaultConstructible> x2n) {
/external/clang/test/CXX/except/except.spec/
H A Dp14.cpp13 struct X2 : public X0, public X1 { }; // expected-error 2{{exception specification of overriding function is more lax than base version}} struct in inherits:X0,X1
/external/clang/test/Parser/
H A Dcxx-template-decl.cpp39 template <typename = int> class X2;
/external/clang/test/SemaCXX/
H A Dcxx0x-initializer-constructor.cpp41 struct X2 { explicit X2(int); }; // expected-note {{constructor declared here}} struct in namespace:objects
96 { X2 x{0}; }
97 { X2 x = {0}; } // expected-error {{constructor is explicit}}
H A Doverloaded-operator.cpp369 struct X2 { }; struct in namespace:N
376 N::X2 &operator<<(N::X2&, const T&);
384 N::X2 x;
H A Dnullptr.cpp173 struct X2 {}; struct in namespace:templates
175 X2<nullptr, nullptr, nullptr, nullptr> x2;
H A Dwarn-bad-memaccess.cpp20 struct X2 : virtual S1 {} x2; struct in inherits:S1
H A Dnew-delete.cpp118 struct X2 { struct
123 void test_delete_conv(X0 x0, X1 x1, X2 x2) {
126 delete x2; // expected-error{{ambiguous conversion of delete expression of type 'X2' to a pointer}}
H A Denum-scoped.cpp68 X<bool> X2; // expected-note{{in instantiation of template}} member in struct:E1::E2
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp60 template <X1*> struct X2 { }; struct in namespace:pointer_to_object_parameters
61 template <X1* Value> struct X3 : X2<Value> { };
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dmulti-level-substitution.cpp83 struct X2 { struct in namespace:PacksAtDifferentLevels
94 int check4[X2<short, int, long>::Inner<int(pair<short, unsigned short>,
99 int check5[X2<short, int>::Inner<int(pair<short, unsigned short>,
/external/openfst/src/include/fst/
H A Darc.h277 template <class A, class X2>
283 typedef ExpectationWeight<X1, X2> Weight;
293 type = "expectation_" + A::Type() + "_" + X2::Type();
/external/clang/test/Index/
H A Dannotate-nested-name-specifier.cpp38 struct X2 : outer::inner::vector<T> { struct in inherits:outer::inner::vector
218 // CHECK: Punctuation: ";" [40:54 - 40:55] ClassTemplate=X2:38:8 (Definition)
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCBaseInfo.h33 case R2 : case X2 : case F2 : case V2 : case CR2: case CR0EQ: return 2;
/external/opencv/cv/src/
H A Dcvoptflowbm.cpp434 int X2 = X1 + offX + ss[k].x;
447 if( X2 < 0 )
452 if( X2 + CurrentWidth >= imgSize.width )
459 icvCopyBM_8u_C1R( imgB + Y2 * imgStep + X2,
/external/llvm/include/llvm/ADT/
H A DImmutableList.h219 static bool isEqual(ImmutableList<T> X1, ImmutableList<T> X2) { argument
220 return X1 == X2;
/external/dropbear/libtomcrypt/src/ciphers/twofish/
H A Dtwofish.c83 { 0xE, 0XC, 0XB, 0X8, 0X1, 0X2, 0X3, 0X5, 0XF, 0X4, 0XA, 0X6, 0X7, 0X0, 0X9, 0XD },
84 { 0XB, 0XA, 0X5, 0XE, 0X6, 0XD, 0X9, 0X0, 0XC, 0X8, 0XF, 0X3, 0X2, 0X4, 0X7, 0X1 },
85 { 0XD, 0X7, 0XF, 0X4, 0X1, 0X2, 0X6, 0XE, 0X9, 0XB, 0X3, 0X0, 0X8, 0X5, 0XC, 0XA }
88 { 0X2, 0X8, 0XB, 0XD, 0XF, 0X7, 0X6, 0XE, 0X3, 0X1, 0X9, 0X4, 0X0, 0XA, 0XC, 0X5 },
89 { 0X1, 0XE, 0X2, 0XB, 0X4, 0XC, 0X3, 0X7, 0X6, 0XD, 0XA, 0X5, 0XF, 0X9, 0X0, 0X8 },
90 { 0X4, 0XC, 0X7, 0X5, 0X1, 0X6, 0X9, 0XA, 0X0, 0XE, 0XD, 0X8, 0X2, 0XB, 0X3, 0XF },
91 { 0xB, 0X9, 0X5, 0X1, 0XC, 0X3, 0XD, 0XE, 0X6, 0X4, 0X7, 0XF, 0X2, 0X0, 0X8, 0XA }
/external/webkit/Source/WebCore/svg/
H A DSVGLineElement.cpp38 DEFINE_ANIMATED_LENGTH(SVGLineElement, SVGNames::x2Attr, X2, x2)
H A DSVGLinearGradientElement.cpp45 DEFINE_ANIMATED_LENGTH(SVGLinearGradientElement, SVGNames::x2Attr, X2, x2)
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/LexicalConventions/
H A D7.7.3.js157 array[item++] = new TestCase( SECTION, "0X2", 2, 0X2 );
191 array[item++] = new TestCase( SECTION, "0X2", 2, 0X2 );
/external/llvm/lib/Target/PowerPC/
H A DPPCRegisterInfo.cpp163 Reserved.set(PPC::X2);
165 // Reserve X2 on Darwin to hack around the problem of save/restore of CR
169 Reserved.set(PPC::X2);
411 unsigned Reg = Subtarget.isDarwinABI() ? (LP64 ? PPC::X2 : PPC::R2) :
454 unsigned Reg = Subtarget.isDarwinABI() ? (LP64 ? PPC::X2 : PPC::R2) :
H A DPPCInstrInfo.cpp510 (is64Bit ? PPC::X2 : PPC::R2) :

Completed in 1070 milliseconds

12345