Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DValistChecker.cpp140 const MemRegion *VAList = checkPreCall() local
192 const MemRegion *VAList = checkPreStmt() local
248 reportUninitializedAccess(const MemRegion * VAList,StringRef Msg,CheckerContext & C) const reportUninitializedAccess() argument
311 const MemRegion *VAList = checkVAListStartCall() local
358 const MemRegion *VAList = checkVAListEndCall() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DPPC.cpp370 EmitVAArg(CodeGenFunction & CGF,Address VAList,QualType Ty) const EmitVAArg() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1671 Value *llvm::emitVSNPrintf(Value *Dest, Value *Size, Value *Fmt, Value *VAList, in emitVSPrintf() argument
1660 emitVSNPrintf(Value * Dest,Value * Size,Value * Fmt,Value * VAList,IRBuilderBase & B,const TargetLibraryInfo * TLI) emitVSNPrintf() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp737 SDValue VAList = in LowerVAARG() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1770 GenericValue VAList = getOperandValue(I.getOperand(0), SF); visitVAArgInst() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.cpp1593 SDValue Chain = VAList.getValue(1); in lowerVAARG() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2756 SDValue VAList = VAListLoad; LowerVAARG() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2762 SDValue VAList = LowerVAARG() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp2286 SDValue VAList = VAListLoad; lowerVAARG() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp8088 auto VAList = MIRBuilder.buildLoad(PtrTy, ListPtr, *PtrLoadMMO).getReg(0); lowerVAArg() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9964 SDValue VAList = Op.getOperand(1); LowerAAPCS_VASTART() local
10075 SDValue VAList = LowerVAARG() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp2384 SDValue VAList = VAListLoad; expandVAArg() local
[all...]