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