Home
last modified time | relevance | path

Searched refs:has_rest (Results 1 – 25 of 36) sorted by relevance

12

/dports/graphics/sswf/sswf-1.8.4/src/libas/
H A Dexpression.c++83 int has_rest = 0; in ListExpression() local
86 if(has_rest == 1) { in ListExpression()
88 has_rest = 2; in ListExpression()
102 if(has_rest == 0) { in ListExpression()
103 has_rest = 1; in ListExpression()
121 if(has_rest == 0) { in ListExpression()
122 has_rest = 1; in ListExpression()
/dports/lang/racket/racket-8.3/src/bc/src/
H A Djit.c3551 if (!has_rest) in generate_function_getarg()
3667 if (!has_rest) in do_generate_closure()
3726 has_rest = 1; in do_generate_closure()
3755 has_rest = 0; in do_generate_closure()
3938 if (!has_rest) in do_generate_closure()
4182 if (!has_rest) in generate_simple_arity_check()
4213 if (!has_rest) in generate_simple_arity_check()
4231 if (!has_rest) in generate_simple_arity_check()
4257 int has_rest; member
4286 data.has_rest = has_rest; in generate_lambda_simple_arity_check()
[all …]
H A Deval.c2261 int i, has_rest, num_params; in scheme_do_eval() local
2288 has_rest = SCHEME_LAMBDA_FLAGS(data) & LAMBDA_HAS_REST; in scheme_do_eval()
2291 if (has_rest) { in scheme_do_eval()
2304 n = num_params - has_rest; in scheme_do_eval()
2380 if (has_rest) { in scheme_do_eval()
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Djit.c3551 if (!has_rest) in generate_function_getarg()
3667 if (!has_rest) in do_generate_closure()
3726 has_rest = 1; in do_generate_closure()
3755 has_rest = 0; in do_generate_closure()
3938 if (!has_rest) in do_generate_closure()
4182 if (!has_rest) in generate_simple_arity_check()
4213 if (!has_rest) in generate_simple_arity_check()
4231 if (!has_rest) in generate_simple_arity_check()
4257 int has_rest; member
4286 data.has_rest = has_rest; in generate_lambda_simple_arity_check()
[all …]
H A Deval.c2261 int i, has_rest, num_params; in scheme_do_eval() local
2288 has_rest = SCHEME_LAMBDA_FLAGS(data) & LAMBDA_HAS_REST; in scheme_do_eval()
2291 if (has_rest) { in scheme_do_eval()
2304 n = num_params - has_rest; in scheme_do_eval()
2380 if (has_rest) { in scheme_do_eval()
/dports/devel/godot2/godot-2.1.6-stable/editor/io_plugins/
H A Deditor_scene_importer_fbxconv.h46 bool has_rest; member
49 has_rest = false; in BoneInfo()
H A Deditor_scene_importer_fbxconv.cpp183 if (!state.bones[bone_name].has_rest) { in _detect_bones_in_nodes()
212 state.bones[name].has_rest = true; in _detect_bones_in_nodes()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/io_plugins/
H A Deditor_scene_importer_fbxconv.h46 bool has_rest; member
49 has_rest = false; in BoneInfo()
H A Deditor_scene_importer_fbxconv.cpp183 if (!state.bones[bone_name].has_rest) { in _detect_bones_in_nodes()
212 state.bones[name].has_rest = true; in _detect_bones_in_nodes()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/parser/src/grammar/
H A Dpatterns.rs351 let mut has_rest = false; in tuple_pat() localVariable
358 has_rest |= p.at(T![..]); in tuple_pat()
368 m.complete(p, if !has_comma && !has_rest && has_pat { PAREN_PAT } else { TUPLE_PAT }) in tuple_pat()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/parser/src/grammar/
H A Dpatterns.rs351 let mut has_rest = false; in tuple_pat() localVariable
358 has_rest |= p.at(T![..]); in tuple_pat()
368 m.complete(p, if !has_comma && !has_rest && has_pat { PAREN_PAT } else { TUPLE_PAT }) in tuple_pat()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp/ontap/plugins/modules/
H A Dna_ontap_debug.py234 has_rest = self.check_connection("rest")
243 if 'vserver' in self.parameters and has_rest:
/dports/lang/v8/v8-9.6.180.12/src/parsing/
H A Dpreparser.cc153 CheckArityRestrictions(formals.arity, kind, formals.has_rest, in PreParseFunction()
312 CheckArityRestrictions(formals.arity, kind, formals.has_rest, in ParseFunctionLiteral()
H A Dparser-base.h67 return arity - has_rest; in num_parameters()
78 bool has_rest = false; member
1247 bool has_rest, int formals_start_pos,
3872 if (parameters->has_rest) { in ParseFormalParameter()
3901 parameters->has_rest); in ParseFormalParameter()
3927 parameters->has_rest = Check(Token::ELLIPSIS); in ParseFormalParameterList()
3930 if (parameters->has_rest) { in ParseFormalParameterList()
4436 bool has_rest, in CheckArityRestrictions() argument
4452 if (has_rest) { in CheckArityRestrictions()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/parsing/
H A Dpreparser.cc154 CheckArityRestrictions(formals.arity, kind, formals.has_rest, in PreParseFunction()
313 CheckArityRestrictions(formals.arity, kind, formals.has_rest, in ParseFunctionLiteral()
H A Dparser-base.h62 return arity - has_rest; in num_parameters()
73 bool has_rest = false; member
1244 bool has_rest, int formals_start_pos,
3721 if (parameters->has_rest) { in ParseFormalParameter()
3750 parameters->has_rest); in ParseFormalParameter()
3776 parameters->has_rest = Check(Token::ELLIPSIS); in ParseFormalParameterList()
3779 if (parameters->has_rest) { in ParseFormalParameterList()
4287 bool has_rest, in CheckArityRestrictions() argument
4303 if (has_rest) { in CheckArityRestrictions()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/parsing/
H A Dpreparser.cc152 CheckArityRestrictions(formals.arity, kind, formals.has_rest, in PreParseFunction()
312 CheckArityRestrictions(formals.arity, kind, formals.has_rest, in ParseFunctionLiteral()
H A Dparser-base.h63 return arity - has_rest; in num_parameters()
74 bool has_rest = false; member
1217 bool has_rest, int formals_start_pos,
3700 if (parameters->has_rest) { in ParseFormalParameter()
3729 parameters->has_rest); in ParseFormalParameter()
3755 parameters->has_rest = Check(Token::ELLIPSIS); in ParseFormalParameterList()
3758 if (parameters->has_rest) { in ParseFormalParameterList()
4264 bool has_rest, in CheckArityRestrictions() argument
4280 if (has_rest) { in CheckArityRestrictions()
/dports/www/node10/node-v10.24.1/deps/v8/src/parsing/
H A Dpreparser.cc175 formals.arity, kind, formals.has_rest, function_scope->start_position(), in PreParseFunction()
318 CheckArityRestrictions(formals.arity, kind, formals.has_rest, start_position, in ParseFunctionLiteral()
H A Dparser-base.h72 return arity - has_rest; in num_parameters()
83 bool has_rest = false; member
1190 bool has_rest, int formals_start_pos,
3769 bool is_rest = parameters->has_rest; in ParseFormalParameter()
3826 parameters->has_rest = Check(Token::ELLIPSIS); in ParseFormalParameterList()
3829 if (parameters->has_rest) { in ParseFormalParameterList()
4277 bool has_rest, in CheckArityRestrictions() argument
4294 if (has_rest) { in CheckArityRestrictions()
/dports/lang/ruby26/ruby-2.6.9/
H A Dvm_args.c519 …const int max_argc = (iseq->body->param.flags.has_rest == FALSE) ? min_argc + iseq->body->param.op… in setup_parameters_complex()
616 kw_splat = !iseq->body->param.flags.has_rest; in setup_parameters_complex()
642 if (iseq->body->param.flags.has_rest || iseq->body->param.flags.has_post){ in setup_parameters_complex()
655 if (iseq->body->param.flags.has_rest) { in setup_parameters_complex()
H A Diseq.c2099 body->param.flags.has_rest ? body->param.rest_start : -1, in rb_iseq_disasm_recursive()
2125 (body->param.flags.has_rest && body->param.rest_start == li) ? "Rest" : "", in rb_iseq_disasm_recursive()
2565 …if (iseq_body->param.flags.has_rest) rb_hash_aset(params, ID2SYM(rb_intern("rest_start")), INT2FIX… in iseq_data_to_ary()
2838 if (body->param.flags.has_rest) { in rb_iseq_parameters()
/dports/chinese/wordpress-zh_CN/wordpress/wp-admin/includes/
H A Dclass-wp-site-health.php2335 'has_rest' => true,
2341 'has_rest' => true,
2347 'has_rest' => true,
2353 'has_rest' => true,
/dports/chinese/wordpress-zh_TW/wordpress/wp-admin/includes/
H A Dclass-wp-site-health.php2335 'has_rest' => true,
2341 'has_rest' => true,
2347 'has_rest' => true,
2353 'has_rest' => true,
/dports/lang/guile/guile-3.0.7/libguile/
H A Dvm-engine.c726 uint8_t allow_other_keys, has_rest; in VM_NAME() local
730 has_rest = ip[1] & 0x2; in VM_NAME()
744 (thread, npositional, ntotal, kw, !has_rest, in VM_NAME()
748 if (has_rest) in VM_NAME()

12