Home
last modified time | relevance | path

Searched refs:func_params (Results 1 – 25 of 147) sorted by last modified time

123456

/dports/textproc/c2man/c2man-2.0.42/
H A Dgrammar.y89 static ParameterList *func_params; variable
218 func_params = &($2->head->params);
223 func_params = NULL;
235 func_params = &($1->head->params);
242 func_params = NULL;
295 set_param_types(func_params, &$2.decl_spec, &$2.decl_list, $1, $3);
299 set_param_types(func_params, &$3.decl_spec, &$3.decl_list, $2, $4);
/dports/science/code_saturne/code_saturne-7.1.0/bin/
H A Dcs_meg_to_c.py394 expression = func_params['exp']
395 symbols = func_params['sym']
396 known_fields = func_params['knf']
401 required = func_params['req']
537 expression = func_params['exp']
538 symbols = func_params['sym']
539 known_fields = func_params['knf']
540 cname = func_params['cnd']
541 element_type = func_params['elt']
546 required = func_params['req']
[all …]
/dports/math/py-mathics/Mathics3-2.2.0/mathics/core/
H A Dexpression.py1753 func_params = [self._leaves[0].get_name()]
1755 func_params = [leaf.get_name() for leaf in self._leaves[0]._leaves]
1756 if "" not in func_params:
1758 replacement = {name: Symbol(name + "$") for name in func_params}
1759 func_params = [Symbol(name + "$") for name in func_params]
1762 [Expression(SymbolList, *func_params), body], self._leaves[2:]
/dports/devel/pas2dox/pas2dox/
H A Dpas2dox.l789 %x func_params
1857 BEGIN(func_params);
2376 BEGIN(func_params);
2429 <func_params>")" {
2438 <func_params>"out" {
2446 <func_params>"of"
2448 <func_params>"=" {
2490 <func_params>{ID} {
2597 <func_params>\n { }
2599 <func_params>"," { }
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/pytest/_pytest/
H A Dfixtures.py1122 func_params = getattr(parametrize_func, "args", [[None]])
1128 argnames = func_params[0]
1131 if argname not in func_params and argname not in argnames:
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/pytest/_pytest/
H A Dfixtures.py1122 func_params = getattr(parametrize_func, "args", [[None]])
1128 argnames = func_params[0]
1131 if argname not in func_params and argname not in argnames:
/dports/sysutils/py-salt/salt-3004.1/salt/states/
H A Dboto_apigateway.py2014 func_params = locals()
2069 {} if func_params.get(p) is None else func_params.get(p)
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/src/abi/
H A Dmod.rs183 let func_params = fx in codegen_fn_prelude() localVariable
233 for (local, arg_kind, ty) in func_params { in codegen_fn_prelude()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/common/editor/
H A Dfunc.cpp40 static int func_params[MAX_PARAMS]; variable
102 return func_params[n]; in func_get_param()
/dports/lang/php74/php-7.4.27/ext/spl/
H A Dspl_iterators.c1369 zval ***func_params, func; in spl_dual_it_call_method() local
1384 func_params = safe_emalloc(sizeof(zval **), arg_count, 0); in spl_dual_it_call_method()
1388 func_params[current] = (zval **) p - (arg_count-current); in spl_dual_it_call_method()
1393 …if (call_user_function_ex(EG(function_table), NULL, &func, &retval, arg_count, func_params, 0, NUL… in spl_dual_it_call_method()
1402 efree(func_params); in spl_dual_it_call_method()
/dports/www/mod_php74/php-7.4.27/ext/spl/
H A Dspl_iterators.c1369 zval ***func_params, func; in spl_dual_it_call_method() local
1384 func_params = safe_emalloc(sizeof(zval **), arg_count, 0); in spl_dual_it_call_method()
1388 func_params[current] = (zval **) p - (arg_count-current); in spl_dual_it_call_method()
1393 …if (call_user_function_ex(EG(function_table), NULL, &func, &retval, arg_count, func_params, 0, NUL… in spl_dual_it_call_method()
1402 efree(func_params); in spl_dual_it_call_method()
/dports/lang/python311/Python-3.11.0a3/Tools/c-analyzer/c_parser/parser/
H A D_global.py67 func_params, func_delim, func_legacy_params,
140 func_params = func_params or func_legacy_params
/dports/lang/python310/Python-3.10.1/Tools/c-analyzer/c_parser/parser/
H A D_global.py67 func_params, func_delim, func_legacy_params,
140 func_params = func_params or func_legacy_params
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi9161 std::vector<gccjit::param> func_params;
9162 func_params.push_back (param_name);
9167 func_params, 0);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/jit/docs/examples/
H A Dtut01-hello-world.cc40 std::vector<gccjit::param> func_params; in create_code() local
41 func_params.push_back (param_name); in create_code()
46 func_params, 0); in create_code()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/objc/
H A Dobjc-act.c3717 tree func_params; in objc_build_ivar_assignment() local
3733 func_params = tree_cons (NULL_TREE, in objc_build_ivar_assignment()
3739 return build_function_call (input_location, func, func_params); in objc_build_ivar_assignment()
3745 tree func_params = tree_cons (NULL_TREE, in objc_build_global_assignment() local
3752 objc_assign_global_decl, func_params); in objc_build_global_assignment()
3758 tree func_params = tree_cons (NULL_TREE, in objc_build_strong_cast_assignment() local
3765 objc_assign_strong_cast_decl, func_params); in objc_build_strong_cast_assignment()
/dports/lang/php73/php-7.3.33/ext/spl/
H A Dspl_iterators.c1388 zval ***func_params, func; in spl_dual_it_call_method() local
1403 func_params = safe_emalloc(sizeof(zval **), arg_count, 0); in spl_dual_it_call_method()
1407 func_params[current] = (zval **) p - (arg_count-current); in spl_dual_it_call_method()
1412 …if (call_user_function_ex(EG(function_table), NULL, &func, &retval, arg_count, func_params, 0, NUL… in spl_dual_it_call_method()
1421 efree(func_params); in spl_dual_it_call_method()
/dports/www/mod_php73/php-7.3.33/ext/spl/
H A Dspl_iterators.c1388 zval ***func_params, func; in spl_dual_it_call_method() local
1403 func_params = safe_emalloc(sizeof(zval **), arg_count, 0); in spl_dual_it_call_method()
1407 func_params[current] = (zval **) p - (arg_count-current); in spl_dual_it_call_method()
1412 …if (call_user_function_ex(EG(function_table), NULL, &func, &retval, arg_count, func_params, 0, NUL… in spl_dual_it_call_method()
1421 efree(func_params); in spl_dual_it_call_method()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/prims/
H A DjvmtiExtensions.cpp63 static jvmtiParamInfo func_params[] = { in register_extensions() local
70 sizeof(func_params)/sizeof(func_params[0]), in register_extensions()
71 func_params, in register_extensions()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/prims/
H A DjvmtiExtensions.cpp63 static jvmtiParamInfo func_params[] = { in register_extensions() local
70 sizeof(func_params)/sizeof(func_params[0]), in register_extensions()
71 func_params, in register_extensions()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiExtensions.cpp56 static jvmtiParamInfo func_params[] = { in register_extensions() local
63 sizeof(func_params)/sizeof(func_params[0]), in register_extensions()
64 func_params, in register_extensions()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/prims/
H A DjvmtiExtensions.cpp56 static jvmtiParamInfo func_params[] = { in register_extensions() local
63 sizeof(func_params)/sizeof(func_params[0]), in register_extensions()
64 func_params, in register_extensions()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiExtensions.cpp63 static jvmtiParamInfo func_params[] = { in register_extensions() local
70 sizeof(func_params)/sizeof(func_params[0]), in register_extensions()
71 func_params, in register_extensions()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/prims/
H A DjvmtiExtensions.cpp63 static jvmtiParamInfo func_params[] = { in register_extensions() local
70 sizeof(func_params)/sizeof(func_params[0]), in register_extensions()
71 func_params, in register_extensions()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DjvmtiExtensions.cpp63 static jvmtiParamInfo func_params[] = { in register_extensions() local
70 sizeof(func_params)/sizeof(func_params[0]), in register_extensions()
71 func_params, in register_extensions()

123456