Searched defs:xyz (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGen/
H A Ddebug-dead-local-var.c5 // local variable xyz.
8 struct X { int a; int b; } xyz; local
/external/clang/test/SemaCXX/
H A Daddress-of.cpp35 void (*xyz)(void) = &xpto; variable
/external/clang/test/Parser/
H A Ddeclarators.c48 struct xyz { int y; }; struct
50 xyz b; // expected-error {{must use 'struct' tag to refer to type 'xyz'}}
54 // We should recover 'b' by parsing it with a valid type of "struct xyz", which
59 struct xyz test8() { return a; } // a should be be marked invalid, no diag.
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
H A DlibGLESv2.cpp5021 GLfloat xyz[3] = {x, y, z}; local
5023 glUniform3fv(location, 1, (GLfloat*)&xyz);
5067 GLint xyz[3] = {x, y, z}; local
5069 glUniform3iv(location, 1, (GLint*)&xyz);

Completed in 114 milliseconds