Home
last modified time | relevance | path

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

/external/v8/src/torque/
Dtypes.cc204 if (sig.parameter_types.var_args) { in PrintSignature()
241 if (p.var_args) { in operator <<()
250 parameter_types.var_args == other.parameter_types.var_args && in HasSameTypesAs()
283 if (!sig.parameter_types.var_args) return false; in IsCompatibleSignature()
Ddeclarations.cc141 !m->signature().parameter_types.var_args) { in TryLookupMacro()
260 signature.parameter_types.var_args == in GetMacroListForName()
261 macro->signature().parameter_types.var_args) { in GetMacroListForName()
Ddeclarable.h254 if (signature.parameter_types.var_args) { in Macro()
Dtypes.h397 bool var_args; member
Ddeclaration-visitor.cc158 if (signature.parameter_types.var_args) { in Visit()
Dimplementation-visitor.cc1262 !result->signature().parameter_types.var_args) { in LookupCall()
/external/llvm/test/CodeGen/X86/
Dmcu-abi.ll77 ; CHECK-LABEL: var_args:
80 define i32 @var_args(i32 %i1, ...) #0 {
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmcu-abi.ll77 ; CHECK-LABEL: var_args:
80 define i32 @var_args(i32 %i1, ...) #0 {
/external/owasp/sanitizer/empiricism/
Dhtml-containment.js268 function when(f, var_args) { argument
/external/v8/src/inspector/
Dinjected-script-source.js45 function push(array, var_args) argument