Searched defs:VarArgs (Results  1 – 5 of 5) sorted by relevance
| /external/swiftshader/third_party/subzero/runtime/ | 
| D | wasm-runtime.cpp | 298 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/ | 
| D | VarArgs.java | 3 public class VarArgs {  class
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ | 
| D | Interpreter.h | 67   std::vector<GenericValue>  VarArgs; // Values passed through an ellipsis  member
  | 
| /external/llvm/lib/ExecutionEngine/Interpreter/ | 
| D | Interpreter.h | 71   std::vector<GenericValue>  VarArgs; // Values passed through an ellipsis  member
  | 
| /external/python/cpython2/Tools/framer/framer/ | 
| D | function.py | 79 class VarArgs(_ArgumentList):  class
  |