Searched refs:UNARY (Results 1 - 7 of 7) sorted by relevance

/external/valgrind/main/memcheck/tests/vbit-test/
H A Dutil.c204 # define UNARY(_ta1,_td) \ macro
337 UNARY(Ity_I8, Ity_I8);
339 UNARY(Ity_I16, Ity_I16);
342 UNARY(Ity_I32, Ity_I32);
362 UNARY(Ity_I64, Ity_I64);
386 case Iop_Left8: UNARY(Ity_I8, Ity_I8);
387 case Iop_Left16: UNARY(Ity_I16,Ity_I16);
388 case Iop_CmpwNEZ32: case Iop_Left32: UNARY(Ity_I32,Ity_I32);
389 case Iop_CmpwNEZ64: case Iop_Left64: UNARY(Ity_I64,Ity_I64);
401 UNARY(Ity_I3
1043 # undef UNARY macro
[all...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglcpp-parse.h74 UNARY = 292 enumerator in enum:yytokentype
112 #define UNARY 292 macro
H A Dglcpp-parse.c286 UNARY = 292 enumerator in enum:yytokentype
324 #define UNARY 292 macro
711 "'-'", "'*'", "'/'", "'%'", "UNARY", "'('", "')'", "'!'", "'~'", "','",
/external/valgrind/main/VEX/priv/
H A Dir_defs.c2383 # define UNARY(_ta1,_td) \ macro
2516 UNARY(Ity_I8, Ity_I8);
2518 UNARY(Ity_I16, Ity_I16);
2521 UNARY(Ity_I32, Ity_I32);
2541 UNARY(Ity_I64, Ity_I64);
2565 case Iop_Left8: UNARY(Ity_I8, Ity_I8);
2566 case Iop_Left16: UNARY(Ity_I16,Ity_I16);
2567 case Iop_CmpwNEZ32: case Iop_Left32: UNARY(Ity_I32,Ity_I32);
2568 case Iop_CmpwNEZ64: case Iop_Left64: UNARY(Ity_I64,Ity_I64);
2570 case Iop_GetMSBs8x8: UNARY(Ity_I6
3289 # undef UNARY macro
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dd3basics.c815 #define UNARY(name, op, s) \ macro
824 UNARY (neg, -, u);
825 UNARY (not, ~, u);
838 #undef UNARY macro
/external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
H A Dglcpp-parse.y180 %right UNARY
443 | '!' expression %prec UNARY {
446 | '~' expression %prec UNARY {
449 | '-' expression %prec UNARY {
452 | '+' expression %prec UNARY {
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.y180 %right UNARY
443 | '!' expression %prec UNARY {
446 | '~' expression %prec UNARY {
449 | '-' expression %prec UNARY {
452 | '+' expression %prec UNARY {

Completed in 437 milliseconds