Home
last modified time | relevance | path

Searched defs:VAList (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp139 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 DBuildLibCalls.cpp1663 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 DPPC.cpp426 EmitVAArg(CodeGenFunction & CGF,Address VAList,QualType Ty,AggValueSlot Slot) const EmitVAArg() argument
/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp737 SDValue VAList = in LowerVAARG() local
/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1734 GenericValue VAList = getOperandValue(I.getOperand(0), SF); in visitVAArgInst() local
/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1592 SDValue VAList = lowerVAARG() local
[all...]
/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2767 SDValue VAList = LowerVAARG() local
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2834 SDValue VAList = VAListLoad; LowerVAARG() local
[all...]
/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2312 SDValue VAList = VAListLoad; lowerVAARG() local
[all...]
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8419 auto VAList = MIRBuilder.buildLoad(PtrTy, ListPtr, *PtrLoadMMO).getReg(0); lowerVAArg() local
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp10775 SDValue VAList = Op.getOperand(1); LowerAAPCS_VASTART() local
10886 SDValue VAList = LowerVAARG() local
[all...]
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2424 SDValue VAList = VAListLoad; expandVAArg() local
[all...]