Home
last modified time | relevance | path

Searched refs:first_param (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dstub-objc.c97 objc_rewrite_function_call (tree function, tree ARG_UNUSED (first_param)) in objc_rewrite_function_call() argument
H A Dc-common.c6748 speculation_safe_value_resolve_return (tree first_param, tree result) in speculation_safe_value_resolve_return() argument
6750 tree ptype = TREE_TYPE (first_param); in speculation_safe_value_resolve_return()
6895 sync_resolve_return (tree first_param, tree result, bool orig_format) in sync_resolve_return() argument
6897 tree ptype = TREE_TYPE (TREE_TYPE (first_param)); in sync_resolve_return()
7422 tree new_function, first_param, result; in resolve_overloaded_builtin() local
7429 first_param = (*params)[0]; in resolve_overloaded_builtin()
7442 return speculation_safe_value_resolve_return (first_param, result); in resolve_overloaded_builtin()
7463 return build2 (COMPOUND_EXPR, TREE_TYPE (first_param), in resolve_overloaded_builtin()
7464 (*params)[1], first_param); in resolve_overloaded_builtin()
7466 return first_param; in resolve_overloaded_builtin()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dstub-objc.cc97 objc_rewrite_function_call (tree function, tree ARG_UNUSED (first_param)) in objc_rewrite_function_call() argument
H A Dc-common.cc7139 speculation_safe_value_resolve_return (tree first_param, tree result) in speculation_safe_value_resolve_return() argument
7141 tree ptype = TREE_TYPE (first_param); in speculation_safe_value_resolve_return()
7286 sync_resolve_return (tree first_param, tree result, bool orig_format) in sync_resolve_return() argument
7288 tree ptype = TREE_TYPE (TREE_TYPE (first_param)); in sync_resolve_return()
7854 tree new_function, first_param, result; in resolve_overloaded_builtin() local
7861 first_param = (*params)[0]; in resolve_overloaded_builtin()
7874 return speculation_safe_value_resolve_return (first_param, result); in resolve_overloaded_builtin()
7895 return build2 (COMPOUND_EXPR, TREE_TYPE (first_param), in resolve_overloaded_builtin()
7896 (*params)[1], first_param); in resolve_overloaded_builtin()
7898 return first_param; in resolve_overloaded_builtin()
[all …]
H A DChangeLog2328 fncode == BUILT_IN_NONE before initialization of first_param.
/netbsd-src/external/mit/isl/dist/interface/
H A Dcpp.cc1121 int first_param = kind == member_method ? 1 : 0; in on_cpp_arg_list() local
1122 on_fd_arg_list(first_param, num_params(), combiner, on_arg); in on_cpp_arg_list()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.cc7501 bool first_param = true; in cmse_func_args_or_return_in_stack() local
7516 if (!first_param) in cmse_func_args_or_return_in_stack()
7527 first_param = false; in cmse_func_args_or_return_in_stack()
18834 bool first_param = true, lazy_fpclear = !TARGET_HARD_FLOAT_ABI; in cmse_nonsecure_call_inline_register_clear() local
18912 if (!first_param) in cmse_nonsecure_call_inline_register_clear()
18932 first_param = false; in cmse_nonsecure_call_inline_register_clear()
23441 bool first_param = true; in arm_expand_prologue() local
23455 if (!first_param) in arm_expand_prologue()
23459 first_param = false; in arm_expand_prologue()
26967 bool first_param = true; in thumb1_expand_prologue() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc9644 objc_rewrite_function_call (tree function, tree first_param) in objc_rewrite_function_call() argument
9651 TREE_OPERAND (function, 0), first_param, in objc_rewrite_function_call()
9652 build_int_cst (TREE_TYPE (first_param), 0)); in objc_rewrite_function_call()
H A DChangeLog3100 params to first_param. Change all callers.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c9517 objc_rewrite_function_call (tree function, tree first_param) in objc_rewrite_function_call() argument
9526 first_param, size_zero_node); in objc_rewrite_function_call()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Darm.c7385 bool first_param = true; in cmse_func_args_or_return_in_stack() local
7400 if (!first_param) in cmse_func_args_or_return_in_stack()
7411 first_param = false; in cmse_func_args_or_return_in_stack()
18659 bool first_param = true, lazy_fpclear = !TARGET_HARD_FLOAT_ABI; in cmse_nonsecure_call_inline_register_clear() local
18737 if (!first_param) in cmse_nonsecure_call_inline_register_clear()
18757 first_param = false; in cmse_nonsecure_call_inline_register_clear()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DAutomaticReferenceCounting.rst2030 explicitly qualified with ``__strong``. For instance, ``first_param`` is
2036 void f(NSArray *first_param, __strong NSArray *second_param) {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DAttrDocs.td5523 ``first_param`` is externally-retained below, but not ``second_param``:
5528 void f(NSArray *first_param, __strong NSArray *second_param) {
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200927158 (sync_resolve_return): Change params to first_param. Change caller.
27167 params to first_param.