Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/runtime/
Dwasm-runtime.cpp298 int env$$__syscall3(int Which, WasmArray<int> VarArgs) { in env$$__syscall3() argument
300 int Fd = VarArgs[0]; in env$$__syscall3()
301 int Buffer = VarArgs[1]; in env$$__syscall3()
302 int Length = VarArgs[2]; in env$$__syscall3()
308 int env$$__syscall4(int Which, WasmArray<int> VarArgs) { in env$$__syscall4() argument
310 int Fd = VarArgs[0]; in env$$__syscall4()
311 int Buffer = VarArgs[1]; in env$$__syscall4()
312 int Length = VarArgs[2]; in env$$__syscall4()
318 int env$$__syscall5(int Which, WasmArray<int> VarArgs) { in env$$__syscall5() argument
320 int WasmPath = VarArgs[0]; in env$$__syscall5()
[all …]
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h71 std::vector<GenericValue> VarArgs; // Values passed through an ellipsis member
79 VarArgs(std::move(O.VarArgs)), Allocas(std::move(O.Allocas)) {} in ExecutionContext()
87 VarArgs = std::move(O.VarArgs);
203 return &(ECStack.back ().VarArgs[0]); in getFirstVarArg()
DExecution.cpp1726 .VarArgs[VAList.UIntPairVal.second]; in visitVAArgInst()
2109 StackFrame.VarArgs.assign(ArgVals.begin()+i, ArgVals.end()); in callFunction()
/external/python/cpython2/Tools/framer/framer/
Dfunction.py79 class VarArgs(_ArgumentList): class
82 super(VarArgs, self).__init__(args)
108 args = VarArgs(args, pyarg)
122 return VarArgs(args)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/BPF/
Dvararg1.ll3 ; CHECK: with VarArgs
/external/llvm/test/CodeGen/BPF/
Dvararg1.ll3 ; CHECK: with VarArgs
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h68 std::vector<GenericValue> VarArgs; // Values passed through an ellipsis member
184 return &(ECStack.back ().VarArgs[0]); in getFirstVarArg()
DExecution.cpp1725 .VarArgs[VAList.UIntPairVal.second]; in visitVAArgInst()
2108 StackFrame.VarArgs.assign(ArgVals.begin()+i, ArgVals.end()); in callFunction()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h75 std::vector<GenericValue> VarArgs; // Values passed through an ellipsis member
190 return &(ECStack.back ().VarArgs[0]); in getFirstVarArg()
DExecution.cpp1160 .VarArgs[VAList.UIntPairVal.second]; in visitVAArgInst()
1315 StackFrame.VarArgs.assign(ArgVals.begin()+i, ArgVals.end()); in callFunction()