HomeSort by relevance Sort by last modified time
    Searched refs:VAL2 (Results 1 - 5 of 5) sorted by null

  /external/clang/test/Preprocessor/
print-pragma-microsoft.c 12 #define VAL2 "VAL2"
14 #pragma detect_mismatch(KEY1 KEY2, VAL1 VAL2)
15 // CHECK: #pragma detect_mismatch("KEY1" "KEY2", "VAL1\"" "VAL2")
  /external/valgrind/none/tests/x86-linux/
sigcontext.c 10 #define VAL2 0x44332211
34 sc.eax = VAL2;
86 if (ret == VAL2)
89 printf("FAIL ret=%x not %x\n", ret, VAL2);
  /ndk/tests/standalone/builtin-macros/
run.sh 85 local VAL2 FOUND
87 for VAL2 in "$@"; do
88 if [ "$VAL2" = "$VAL" ]; then
  /external/elfutils/src/tests/
cleanup-13.c 19 #define VAL2(x) ((x)>>8)&0xff,(x)&0xff
23 #define VAL2(x) (x)&0xff,((x)>>8)&0xff
29 #define OP_const2u(x) 0x0a,VAL2(x),
30 #define OP_const2s(x) 0x0b,VAL2(x),
59 #define OP_bra(x) 0x28,VAL2(x),
66 #define OP_skip(x) 0x2f,VAL2(x),
172 #define OP_call2(x) 0x98,VAL2(x),
  /external/clang/include/clang/AST/
Expr.h     [all...]

Completed in 367 milliseconds