/third_party/ltp/tools/sparse/sparse-src/ |
H A D | builtin.c | 109 struct expression *arg, *args[3]; in evaluate_choose() local [all...] |
H A D | expression.c | 51 va_list args; in match_oplist() local
|
/third_party/node/deps/v8/src/compiler/ |
H A D | js-type-hint-lowering.cc | 461 ReduceCallOperation( const Operator* op, Node* const* args, int arg_count, Node* effect, Node* control, FeedbackSlot slot) const ReduceCallOperation() argument 474 ReduceConstructOperation( const Operator* op, Node* const* args, int arg_count, Node* effect, Node* control, FeedbackSlot slot) const ReduceConstructOperation() argument
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-intl.cc | 168 DateTimeFormatRange( BuiltinArguments args, Isolate* isolate, const char* const method_name) DateTimeFormatRange() argument 262 LegacyFormatConstructor(BuiltinArguments args, Isolate* isolate, v8::Isolate::UseCounterFeature feature, Handle<Object> constructor, const char* method_name) LegacyFormatConstructor() argument 336 DisallowCallConstructor(BuiltinArguments args, Isolate* isolate, v8::Isolate::UseCounterFeature feature, const char* method_name) DisallowCallConstructor() argument 369 CallOrConstructConstructor(BuiltinArguments args, Isolate* isolate, const char* method_name) CallOrConstructConstructor() argument 532 NumberFormatRange(BuiltinArguments args, Isolate* isolate, const char* const method_name) NumberFormatRange() argument [all...] |
H A D | builtins-async-generator-gen.cc | 140 AsyncGeneratorEnqueue( CodeStubArguments* args, TNode<Context> context, TNode<Object> receiver, TNode<Object> value, JSAsyncGeneratorObject::ResumeMode resume_mode, const char* method_name) AsyncGeneratorEnqueue() argument [all...] |
/third_party/node/deps/v8/src/debug/ |
H A D | interface-types.h | 123 virtual void Debug(const ConsoleCallArguments& args, in Debug() argument 125 virtual void Error(const ConsoleCallArguments& args, in Error() argument 127 virtual void Info(const ConsoleCallArguments& args, in Info() argument 129 virtual void Log(const ConsoleCallArguments& args, in Log() argument 131 virtual void Warn(const ConsoleCallArguments& args, in Warn() argument 133 virtual void Dir(const ConsoleCallArguments& args, in Dir() argument 135 virtual void DirXml(const ConsoleCallArguments& args, in DirXml() argument 137 virtual void Table(const ConsoleCallArguments& args, in Table() argument 139 virtual void Trace(const ConsoleCallArguments& args, in Trace() argument 141 virtual void Group(const ConsoleCallArguments& args, in Group() argument 143 GroupCollapsed(const ConsoleCallArguments& args, const ConsoleContext& context) GroupCollapsed() argument 145 GroupEnd(const ConsoleCallArguments& args, const ConsoleContext& context) GroupEnd() argument 147 Clear(const ConsoleCallArguments& args, const ConsoleContext& context) Clear() argument 149 Count(const ConsoleCallArguments& args, const ConsoleContext& context) Count() argument 151 CountReset(const ConsoleCallArguments& args, const ConsoleContext& context) CountReset() argument 153 Assert(const ConsoleCallArguments& args, const ConsoleContext& context) Assert() argument 155 Profile(const ConsoleCallArguments& args, const ConsoleContext& context) Profile() argument 157 ProfileEnd(const ConsoleCallArguments& args, const ConsoleContext& context) ProfileEnd() argument 159 Time(const ConsoleCallArguments& args, const ConsoleContext& context) Time() argument 161 TimeLog(const ConsoleCallArguments& args, const ConsoleContext& context) TimeLog() argument 163 TimeEnd(const ConsoleCallArguments& args, const ConsoleContext& context) TimeEnd() argument 165 TimeStamp(const ConsoleCallArguments& args, const ConsoleContext& context) TimeStamp() argument [all...] |
/third_party/node/deps/v8/src/ic/ |
H A D | accessor-assembler.h | 574 ReturnCallRuntime(Runtime::FunctionId function, TNode<Context> context, TArgs... args) ReturnCallRuntime() argument 584 ReturnCallStub(Callable const& callable, TNode<Context> context, TArgs... args) ReturnCallStub() argument 594 ReturnCallStub(const CallInterfaceDescriptor& descriptor, TNode<CodeT> target, TNode<Context> context, TArgs... args) ReturnCallStub() argument
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-classes.cc | 146 GetMethodAndSetName(Isolate* isolate, RuntimeArguments& args, Smi index, Handle<String> name_prefix, Handle<Object> key) GetMethodAndSetName() argument 178 GetMethodWithSharedName(Isolate* isolate, RuntimeArguments& args, Object index) GetMethodWithSharedName() argument 211 SubstituteValues(Isolate* isolate, Handle<Dictionary> dictionary, RuntimeArguments& args) SubstituteValues() argument 279 AddDescriptorsByTemplate( Isolate* isolate, Handle<Map> map, Handle<DescriptorArray> descriptors_template, Handle<NumberDictionary> elements_dictionary_template, Handle<JSObject> receiver, RuntimeArguments& args) AddDescriptorsByTemplate() argument 401 AddDescriptorsByTemplate( Isolate* isolate, Handle<Map> map, Handle<Dictionary> properties_dictionary_template, Handle<NumberDictionary> elements_dictionary_template, Handle<FixedArray> computed_properties, Handle<JSObject> receiver, RuntimeArguments& args) AddDescriptorsByTemplate() argument 478 InitClassPrototype(Isolate* isolate, Handle<ClassBoilerplate> class_boilerplate, Handle<JSObject> prototype, Handle<HeapObject> prototype_parent, Handle<JSFunction> constructor, RuntimeArguments& args) InitClassPrototype() argument 531 InitClassConstructor(Isolate* isolate, Handle<ClassBoilerplate> class_boilerplate, Handle<HeapObject> constructor_parent, Handle<JSFunction> constructor, RuntimeArguments& args) InitClassConstructor() argument 589 DefineClass(Isolate* isolate, Handle<ClassBoilerplate> class_boilerplate, Handle<Object> super_class, Handle<JSFunction> constructor, RuntimeArguments& args) DefineClass() argument [all...] |
H A D | runtime-test-wasm.cc | 84 bool WasmModuleOverride(const v8::FunctionCallbackInfo<v8::Value>& args) { in WasmModuleOverride() argument 90 bool WasmInstanceOverride(const v8::FunctionCallbackInfo<v8::Value>& args) { in WasmInstanceOverride() argument [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | csa-generator.cc | 157 std::vector<std::string> args; in ProcessArgumentsCommon() local 180 std::vector<std::string> args = ProcessArgumentsCommon( in EmitInstruction() local 301 PrintCommaSeparatedList(out(), args); in EmitInstruction() local 316 std::vector<std::string> args = ProcessArgumentsCommon( in EmitInstruction() local 352 PrintCommaSeparatedList(out(), args); EmitInstruction() local 368 std::vector<std::string> args = ProcessArgumentsCommon( EmitInstruction() local 421 PrintCommaSeparatedList(out(), args); EmitInstruction() local 489 std::vector<std::string> args = ProcessArgumentsCommon( EmitInstruction() local 515 PrintCommaSeparatedList(out(), args); EmitInstruction() local [all...] |
H A D | type-visitor.cc | 349 auto& args = basic->generic_arguments; in ComputeType() local
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_fpc_translate.c | 100 va_list args; in i915_program_error() local
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_screen.c | 710 va_list args; in iris_shader_debug_log() local 724 va_list args; in iris_shader_perf_log() local
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_compute_transforms.cpp | 35 get_indirect_draw_base_vertex_transform(const nir_shader_compiler_options *options, const d3d12_compute_transform_key *args) in get_indirect_draw_base_vertex_transform() argument
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_aos.c | 860 LLVMValueRef args[4]; in lp_build_fetch_rgba_aos() local 960 LLVMValueRef args[ in lp_build_fetch_rgba_aos() local [all...] |
/third_party/musl/Benchmark/musl/ |
H A D | benchmark_framework.cpp | 173 args_vector *ResolveArgs(args_vector *argsVector, std::string args, in ResolveArgs() argument 210 args_vector args; in GetArgs() local 219 args_vector args; in GetArgs() local 228 args_vector args; GetArgs() local [all...] |
/third_party/mksh/ |
H A D | shf.c | 732 va_list args; in shf_fprintf() local 746 va_list args; in shf_snprintf() local 766 va_list args; in shf_smprintf() local 790 shf_vfprintf(struct shf *shf, const char *fmt, va_list args) shf_vfprintf() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator.c | 242 struct drm_vc4_submit_cl *args = exec->args; in vc4_simulator_pin_bos() local 368 vc4_simulator_submit_cl_ioctl(int fd, struct drm_vc4_submit_cl *args) in vc4_simulator_submit_cl_ioctl() argument 452 vc4_simulator_create_bo_ioctl(int fd, struct drm_vc4_create_bo *args) in vc4_simulator_create_bo_ioctl() argument 478 vc4_simulator_create_shader_bo_ioctl(int fd, struct drm_vc4_create_shader_bo *args) vc4_simulator_create_shader_bo_ioctl() argument 521 vc4_simulator_mmap_bo_ioctl(int fd, struct drm_vc4_mmap_bo *args) vc4_simulator_mmap_bo_ioctl() argument 535 vc4_simulator_gem_close_ioctl(int fd, struct drm_gem_close *args) vc4_simulator_gem_close_ioctl() argument 549 vc4_simulator_get_param_ioctl(int fd, struct drm_vc4_get_param *args) vc4_simulator_get_param_ioctl() argument 580 vc4_simulator_ioctl(int fd, unsigned long request, void *args) vc4_simulator_ioctl() argument [all...] |
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_st.c | 367 struct notify_before_flush_cb_args *args = (struct notify_before_flush_cb_args *) _args; in notify_before_flush_cb() local 395 struct notify_before_flush_cb_args args; stw_st_flush() local [all...] |
/third_party/node/deps/openssl/openssl/apps/lib/ |
H A D | vms_term_sock.c | 550 va_list args; LogMessage() local
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | storeutl.c | 339 va_list args; in indent_printf() local
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | ty.rs | 904 let mut args = vec![]; in from_clang_ty() variables
|
/third_party/rust/crates/cxx/gen/src/include/ |
H A D | cxx.h | 950 void Vec<T>::emplace_back(Args &&...args) { in emplace_back() argument
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/include/ |
H A D | cxx.h | 950 void Vec<T>::emplace_back(Args &&...args) { in emplace_back() argument
|
/third_party/rust/crates/cxx/gen/build/src/gen/include/ |
H A D | cxx.h | 950 void Vec<T>::emplace_back(Args &&...args) { in emplace_back() argument
|