Searched refs:XYZ (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/Analysis/diagnostics/
H A Dundef-value-param.c30 void initArray(int x, double XYZ[3]) { argument
34 XYZ[0] = 1;
35 XYZ[1] = 1;
36 XYZ[2] = 1;
39 double XYZ[3]; local
40 initArray(x, XYZ); //expected-note {{Calling 'initArray'}}
42 return 1 * XYZ[1]; //expected-warning {{The right operand of '*' is a garbage value}}
/external/clang/test/CodeGenCXX/
H A D2007-04-10-PackedUnion.cpp14 typedef void (*XYZ)(); typedef
21 XYZ bg;
/external/clang/test/Preprocessor/
H A Dmacro_paste_bad.c3 #define XYZ x ## + macro
4 XYZ // expected-error {{pasting formed 'x+', an invalid preprocessing token}}
/external/bison/djgpp/
H A Ddjunpack.bat28 Rem djunpack bison-XYZ.tar.gz
30 Rem djunpack bison-XYZ.tar.bz2
32 Rem where XYZ is the version number. If the argument includes leading
/external/chromium_org/third_party/sqlite/src/test/
H A Drandexpr1.tcl155 regsub -all {[^XYZ]} $a {} a
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtoken.rb226 named XYZ will have a base module named XYZ and a customized CommonToken
227 subclass named XYZ::Token.

Completed in 455 milliseconds