Searched refs:VAL1 (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/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-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 6422 enum { PTR, ORDER, VAL1, ORDER_FAIL, VAL2, WEAK, END_EXPR }; enumerator 6453 assert(NumSubExprs > VAL1); in getVal1() 6454 return cast<Expr>(SubExprs[VAL1]); in getVal1()
|