Home
last modified time | relevance | path

Searched defs:VarArgs (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/subzero/runtime/
Dwasm-runtime.cpp298 int env$$__syscall3(int Which, WasmArray<int> VarArgs) { in env$$__syscall3()
308 int env$$__syscall4(int Which, WasmArray<int> VarArgs) { in env$$__syscall4()
318 int env$$__syscall5(int Which, WasmArray<int> VarArgs) { in env$$__syscall5()
329 int env$$__syscall6(int Which, WasmArray<int> VarArgs) { in env$$__syscall6()
337 int env$$__syscall10(int Which, WasmArray<int> VarArgs) { in env$$__syscall10()
346 int env$$__syscall20(int Which, WasmArray<int> VarArgs) { in env$$__syscall20()
355 int env$$__syscall40(int Which, WasmArray<int> VarArgs) { in env$$__syscall40()
364 int env$$__syscall54(int Which, WasmArray<int> VarArgs) { in env$$__syscall54()
388 int env$$__syscall145(int Which, WasmArray<int> VarArgs) { in env$$__syscall145()
408 int env$$__syscall146(int Which, WasmArray<int> VarArgs) { in env$$__syscall146()
[all …]
/external/javassist/src/test/test4/
DVarArgs.java3 public class VarArgs { class
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h66 std::vector<GenericValue> VarArgs; // Values passed through an ellipsis member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h67 std::vector<GenericValue> VarArgs; // Values passed through an ellipsis member
/external/llvm-project/clang/lib/AST/
DOSLog.cpp185 ArrayRef<const Expr *> VarArgs; in computeOSLogBufferLayout() local
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h71 std::vector<GenericValue> VarArgs; // Values passed through an ellipsis member
/external/python/cpython2/Tools/framer/framer/
Dfunction.py79 class VarArgs(_ArgumentList): class