Searched refs:VAL1 (Results 1 – 4 of 4) sorted by relevance
/external/valgrind/main/none/tests/x86-linux/ |
D | sigcontext.c | 9 #define VAL1 0x11223344 macro 18 uc->uc_mcontext.gregs[REG_EAX] = VAL1; in handler1() 71 if (ret == VAL1) in main() 74 printf("FAIL ret=%x not %x\n", ret, VAL1); in main()
|
/external/llvm/test/TableGen/ |
D | Dag.td | 12 def VAL1 : C1<13>; 14 // CHECK: def VAL1 {
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 335 # m4_case(SWITCH, VAL1, IF-VAL1, VAL2, IF-VAL2, ..., DEFAULT) 340 # case VAL1: 341 # IF-VAL1; 361 # m4_bmatch(SWITCH, RE1, VAL1, RE2, VAL2, ..., DEFAULT) 366 # VAL1;
|
/external/clang/include/clang/AST/ |
D | Expr.h | 4490 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator 4518 assert(NumSubExprs > VAL1); in getVal1() 4519 return cast<Expr>(SubExprs[VAL1]); in getVal1()
|