Searched refs:Z1 (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
H A Ddefault-constructor-initializers.cpp46 struct Z1 { // expected-error {{must explicitly initialize the reference member 'z'}} \ struct
54 Z1 z1; // expected-note {{first required here}}
/external/clang/test/SemaTemplate/
H A Dinstantiate-static-var.cpp67 struct Z1 {}; struct
70 Z1<Y1<X1>::value> x;
72 Z1<Y2<X2>::value> x2;
/external/clang/test/Index/
H A Dindex-templates.cpp16 struct Z1 { }; struct
18 template class vector<Z1>;
122 // CHECK-LOAD: index-templates.cpp:16:8: StructDecl=Z1:16:8 (Definition) Extent=[16:1 - 16:14]
124 // CHECK-LOAD: index-templates.cpp:18:23: TypeRef=struct Z1:16:8 Extent=[18:23 - 18:25]
197 // CHECK-USRS: index-templates.cpp c:@S@Z1 Extent=[16:1 - 16:14]
198 // CHECK-USRS: index-templates.cpp c:@C@vector>#$@S@Z1#$@C@allocator>#S0_ Extent=[18:1 - 18:26]
/external/opencv/cvaux/src/
H A Dcvtrifocal.cpp2001 double X1,Y1,Z1,W1; local
2011 Z1 = cvmGet(points2,2,i);
2021 z = Z1*P[j];

Completed in 164 milliseconds