| /netbsd-src/lib/libwrap/ |
| H A D | mystdarg.h | 11 #define VASTART(ap,type,name) va_start(ap,name) macro 16 #define VASTART(ap,type,name) {type name; va_start(ap); name = va_arg(ap, type) macro
|
| H A D | update.c | 105 VASTART(ap, struct request_info *, request); in VARARGS() 124 VASTART(ap, struct request_info *, request); in VARARGS()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
| H A D | intrinsics.def | 153 DEF_D_BUILTIN (VASTART, VASTART, "va_start", "core.stdc.stdarg",
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
| H A D | ISDOpcodes.h | 1032 VASTART, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARC/ |
| H A D | ARCISelLowering.cpp | 127 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARCTargetLowering() 762 case ISD::VASTART: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/ |
| H A D | LanaiISelLowering.cpp | 101 setOperationAction(ISD::VASTART, MVT::Other, Custom); in LanaiTargetLowering() 198 case ISD::VASTART: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelLowering.cpp | 146 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MSP430TargetLowering() 353 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 394 case ISD::VASTART: return "vastart"; in getOperationName()
|
| H A D | SelectionDAGBuilder.cpp | 8897 DAG.setRoot(DAG.getNode(ISD::VASTART, getCurSDLoc(), in visitVAStart()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
| H A D | AVRISelLowering.cpp | 128 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AVRTargetLowering() 806 case ISD::VASTART: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyISelLowering.cpp | 95 setOperationAction(ISD::VASTART, MVT::Other, Custom); in WebAssemblyTargetLowering() 1231 case ISD::VASTART: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 140 setOperationAction(ISD::VASTART, MVT::Other, Custom); in XCoreTargetLowering() 209 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/VE/ |
| H A D | VEISelLowering.cpp | 130 setOperationAction(ISD::VASTART, MVT::Other, Custom); in initSPUActions() 1712 case ISD::VASTART: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/M68k/ |
| H A D | M68kISelLowering.cpp | 145 setOperationAction(ISD::VASTART, MVT::Other, Custom); in M68kTargetLowering() 1350 case ISD::VASTART: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.cpp | 1525 setOperationAction(ISD::VASTART, MVT::Other, Custom); in HexagonTargetLowering() 3166 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/ |
| H A D | SparcISelLowering.cpp | 1692 setOperationAction(ISD::VASTART , MVT::Other, Custom); in SparcTargetLowering() 3038 case ISD::VASTART: return LowerVASTART(Op, DAG, *this); in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.cpp | 458 setOperationAction(ISD::VASTART, MVT::Other, Custom); in MipsTargetLowering() 1218 case ISD::VASTART: return lowerVASTART(Op, DAG); in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 635 setOperationAction(ISD::VASTART, MVT::Other, Custom); in SystemZTargetLowering() 5397 case ISD::VASTART: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelLowering.cpp | 180 setOperationAction(ISD::VASTART, MVT::Other, Custom); in RISCVTargetLowering() 1930 case ISD::VASTART: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
| H A D | PPCISelLowering.cpp | 558 setOperationAction(ISD::VASTART , MVT::Other, Custom); in PPCTargetLowering() 10796 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.cpp | 480 setOperationAction(ISD::VASTART, MVT::Other, Custom); in AArch64TargetLowering() 4491 case ISD::VASTART: in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.cpp | 1271 setOperationAction(ISD::VASTART, MVT::Other, Custom); in ARMTargetLowering() 9857 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 537 setOperationAction(ISD::VASTART , MVT::Other, Custom); in X86TargetLowering() 30332 case ISD::VASTART: return LowerVASTART(Op, DAG); in LowerOperation()
|