Searched defs:x1b (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp4.cpp10 X1<float> x1b; // expected-note {{in instantiation of}} variable
/external/clang/test/CXX/class.access/class.friend/
H A Dp3-cxx0x.cpp28 X1<Y3> x1b; variable
/external/swiftshader/src/Renderer/
H A DQuadRasterizer.cpp134 Int x1b = Int(*Pointer<Short>(primitive + OFFSET(Primitive,outline->right) + (y + 1) * sizeof(Primitive::Span))); local
135 Int x1 = Max(x1a, x1b);
140 x1b = Int(*Pointer<Short>(primitive + q * sizeof(Primitive) + OFFSET(Primitive,outline->right) + (y + 1) * sizeof(Primitive::Span)));
141 x1 = Max(x1, Max(x1a, x1b));
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp1.cpp100 X1<f_tmpl> x1b; local
/external/clang/test/SemaCXX/
H A Dc99-variable-length-array.cpp64 X1<HasNonConstantValue> x1b; // expected-note{{in instantiation of}} variable

Completed in 147 milliseconds