Home
last modified time | relevance | path

Searched refs:VAL2 (Results 1 – 9 of 9) sorted by relevance

/external/valgrind/main/none/tests/x86-linux/
Dsigcontext.c10 #define VAL2 0x44332211 macro
34 sc.eax = VAL2; in handler2()
86 if (ret == VAL2) in main()
89 printf("FAIL ret=%x not %x\n", ret, VAL2); in main()
/external/llvm/test/Transforms/ObjCARC/
Dintrinsic-use.ll31 ; CHECK-NEXT: [[VAL2:%.*]] = load i8** %temp1
33 ; CHECK-NEXT: @objc_retain(i8* [[VAL2]])
38 ; CHECK-NEXT: @objc_release(i8* [[VAL2]])
79 ; CHECK-NEXT: [[VAL2:%.*]] = load i8** %temp1
81 ; CHECK-NEXT: @objc_retain(i8* [[VAL2]])
84 ; CHECK-NEXT: @objc_release(i8* [[VAL2]])
/external/llvm/test/TableGen/
DDag.td29 def VAL2 : C2<Y2>;
31 // CHECK: def VAL2 {
/external/bison/data/m4sugar/
Dforeach.m483 # m4_case(SWITCH, VAL1, IF-VAL1, VAL2, IF-VAL2, ..., DEFAULT)
106 # m4_bmatch(SWITCH, RE1, VAL1, RE2, VAL2, ..., DEFAULT)
113 # VAL2;
142 # m4_cond(TEST1, VAL1, IF-VAL1, TEST2, VAL2, IF-VAL2, ..., [DEFAULT])
Dm4sugar.m4382 # m4_case(SWITCH, VAL1, IF-VAL1, VAL2, IF-VAL2, ..., DEFAULT)
390 # case VAL2:
391 # IF-VAL2;
410 # m4_bmatch(SWITCH, RE1, VAL1, RE2, VAL2, ..., DEFAULT)
417 # VAL2;
473 # m4_cond(TEST1, VAL1, IF-VAL1, TEST2, VAL2, IF-VAL2, ..., [DEFAULT])
/external/clang/test/CodeGenObjC/
Ddebug-info-block-line.m74 // CHECK-NEXT: call void @objc_storeStrong(i8** [[VAL2:%.*]], i8* null) [[NUW]]
/external/llvm/lib/Target/X86/
DX86CallingConv.td121 // Return: HP, P, VAL1, VAL2
150 // Return: HP, P, VAL1, VAL2
/external/clang/include/clang/AST/
DExpr.h4651 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator
4689 assert(NumSubExprs > VAL2); in getVal2()
4690 return cast<Expr>(SubExprs[VAL2]); in getVal2()
/external/llvm/docs/
DLangRef.rst2294 ``select (COND, VAL1, VAL2)``
2296 ``icmp COND (VAL1, VAL2)``
2298 ``fcmp COND (VAL1, VAL2)``