/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ValistChecker.cpp | 139 const MemRegion *VAList = in checkPreCall() local 191 const MemRegion *VAList = in checkPreStmt() local 247 void ValistChecker::reportUninitializedAccess(const MemRegion *VAList, in reportUninitializedAccess() 310 const MemRegion *VAList = in checkVAListStartCall() local 357 const MemRegion *VAList = in checkVAListEndCall() local
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | BuildLibCalls.cpp | 1663 emitVSNPrintf(Value * Dest,Value * Size,Value * Fmt,Value * VAList,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitVSNPrintf() argument 1674 emitVSPrintf(Value * Dest,Value * Fmt,Value * VAList,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitVSPrintf() argument
|
/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | PPC.cpp | 426 EmitVAArg(CodeGenFunction & CGF,Address VAList,QualType Ty,AggValueSlot Slot) const EmitVAArg() argument
|
/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreISelLowering.cpp | 737 SDValue VAList = in LowerVAARG() local
|
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
H A D | Execution.cpp | 1734 GenericValue VAList = getOperandValue(I.getOperand(0), SF); in visitVAArgInst() local
|
/llvm-project/llvm/lib/Target/VE/ |
H A D | VEISelLowering.cpp | 1592 SDValue VAList = lowerVAARG() local [all...] |
/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 2767 SDValue VAList = LowerVAARG() local
|
/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXISelLowering.cpp | 2834 SDValue VAList = VAListLoad; LowerVAARG() local [all...] |
/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsISelLowering.cpp | 2312 SDValue VAList = VAListLoad; lowerVAARG() local [all...] |
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegalizerHelper.cpp | 8419 auto VAList = MIRBuilder.buildLoad(PtrTy, ListPtr, *PtrLoadMMO).getReg(0); lowerVAArg() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 10775 SDValue VAList = Op.getOperand(1); LowerAAPCS_VASTART() local 10886 SDValue VAList = LowerVAARG() local [all...] |
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 2424 SDValue VAList = VAListLoad; expandVAArg() local [all...] |