Searched refs:VAL1 (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 6664 assert(NumSubExprs > VAL1); in getVal1() 6665 return cast<Expr>(SubExprs[VAL1]); in getVal1()
|