Home
last modified time | relevance | path

Searched refs:VarArgs (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp186 ArrayRef<const Expr *> VarArgs; in computeOSLogBufferLayout() local
192 VarArgs = Args.slice(1); in computeOSLogBufferLayout()
198 VarArgs = Args.slice(2); in computeOSLogBufferLayout()
207 OSLogFormatStringHandler H(VarArgs); in computeOSLogBufferLayout()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h66 std::vector<GenericValue> VarArgs; // Values passed through an ellipsis member
184 return &(ECStack.back ().VarArgs[0]); in getFirstVarArg()
H A DExecution.cpp1773 .VarArgs[VAList.UIntPairVal.second]; in visitVAArgInst()
2152 StackFrame.VarArgs.assign(ArgVals.begin()+i, ArgVals.end()); in callFunction()
/freebsd/tools/tools/shlib-compat/
H A Dshlib-compat.py335 class VarArgs(AnonymousDef): class
598 return VarArgs(raw.id)
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallingConvention.td433 // same as the normal Darwin VarArgs handling.