Searched refs:VarArgs (Results 1 - 4 of 4) sorted by last modified time

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h67 std::vector<GenericValue> VarArgs; // Values passed through an ellipsis member in struct:llvm::ExecutionContext
184 return &(ECStack.back ().VarArgs[0]);
H A DExecution.cpp1778 .VarArgs[VAList.UIntPairVal.second];
2156 StackFrame.VarArgs.assign(ArgVals.begin()+i, ArgVals.end());
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOSLog.cpp185 ArrayRef<const Expr *> VarArgs; local
191 VarArgs = Args.slice(1);
197 VarArgs = Args.slice(2);
206 OSLogFormatStringHandler H(VarArgs);
/freebsd-11-stable/tools/tools/shlib-compat/
H A Dshlib-compat.py336 class VarArgs(AnonymousDef): class in inherits:AnonymousDef
599 return VarArgs(raw.id)

Completed in 81 milliseconds