Searched refs:VAL2 (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86CallingConv.td | 351 // Return: HP, P, VAL1, VAL2 406 // Return: HP, P, VAL1, VAL2
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 6821 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator 6862 assert(NumSubExprs > VAL2); in getVal2() 6863 return cast<Expr>(SubExprs[VAL2]); in getVal2()
|