Home
last modified time | relevance | path

Searched refs:first_arg (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc492 tree first_arg; member
631 arity_rejection (tree first_arg, int expected, int actual, bool least_p = false) in arity_rejection() argument
634 int adjust = first_arg != NULL_TREE; in arity_rejection()
642 arg_conversion_rejection (tree first_arg, int n_arg, tree from, tree to, in arg_conversion_rejection() argument
646 int adjust = first_arg != NULL_TREE; in arg_conversion_rejection()
655 bad_arg_conversion_rejection (tree first_arg, int n_arg, tree from, tree to, in bad_arg_conversion_rejection() argument
659 int adjust = first_arg != NULL_TREE; in bad_arg_conversion_rejection()
2176 tree fn, tree first_arg, const vec<tree, va_gc> *args, in add_candidate() argument
2186 cand->first_arg = first_arg; in add_candidate()
2320 tree fn, tree ctype, tree first_arg, in add_function_candidate() argument
[all …]
H A Dinit.cc2946 tree first_arg = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (alloc_fn))); in std_placement_new_fn_p() local
2947 if ((TREE_VALUE (first_arg) == ptr_type_node) in std_placement_new_fn_p()
2948 && TREE_CHAIN (first_arg) == void_list_node) in std_placement_new_fn_p()
H A Dtypeck.cc5169 tree first_arg = tree_strip_any_location_wrapper (type0); in cp_build_binary_op() local
5176 if (!(TREE_CODE (first_arg) == PARM_DECL in cp_build_binary_op()
5177 && DECL_ARRAY_PARAMETER_P (first_arg) in cp_build_binary_op()
5186 if (DECL_P (first_arg)) in cp_build_binary_op()
5187 inform (DECL_SOURCE_LOCATION (first_arg), in cp_build_binary_op()
5196 maybe_warn_sizeof_array_div (location, first_arg, type0, in cp_build_binary_op()
H A Dconstexpr.cc1936 tree first_arg = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (fndecl))); in cxx_placement_new_fn() local
1937 if (TREE_VALUE (first_arg) == ptr_type_node in cxx_placement_new_fn()
1938 && TREE_CHAIN (first_arg) == void_list_node) in cxx_placement_new_fn()
H A DChangeLog-20092438 * call.c (struct z_candidate): Add first_arg field. Change args
2441 (add_candidate): Add first_arg parameter. Change args parameter
2462 (build_over_call): Handle first_arg field. Use build_call_array
H A DChangeLog-20151260 * call.c (add_conv_candidate): Remove first_arg parm.
H A DChangeLog-20103097 * call.c (add_candidates): Add first_arg and return_type parms.
H A DChangeLog-2018185 (cp_build_binary_op): Strip location wrapper from first_arg before
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c495 tree first_arg; member
634 arity_rejection (tree first_arg, int expected, int actual) in arity_rejection() argument
637 int adjust = first_arg != NULL_TREE; in arity_rejection()
644 arg_conversion_rejection (tree first_arg, int n_arg, tree from, tree to, in arg_conversion_rejection() argument
648 int adjust = first_arg != NULL_TREE; in arg_conversion_rejection()
657 bad_arg_conversion_rejection (tree first_arg, int n_arg, tree from, tree to, in bad_arg_conversion_rejection() argument
661 int adjust = first_arg != NULL_TREE; in bad_arg_conversion_rejection()
2130 tree fn, tree first_arg, const vec<tree, va_gc> *args, in add_candidate() argument
2140 cand->first_arg = first_arg; in add_candidate()
2217 tree fn, tree ctype, tree first_arg, in add_function_candidate() argument
[all …]
H A Dinit.c2869 tree first_arg = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (alloc_fn))); in std_placement_new_fn_p() local
2870 if ((TREE_VALUE (first_arg) == ptr_type_node) in std_placement_new_fn_p()
2871 && TREE_CHAIN (first_arg) == void_list_node) in std_placement_new_fn_p()
H A Dtypeck.c4732 tree first_arg = type0; in cp_build_binary_op() local
4739 STRIP_ANY_LOCATION_WRAPPER (first_arg); in cp_build_binary_op()
4740 if (!(TREE_CODE (first_arg) == PARM_DECL in cp_build_binary_op()
4741 && DECL_ARRAY_PARAMETER_P (first_arg) in cp_build_binary_op()
4750 if (DECL_P (first_arg)) in cp_build_binary_op()
4751 inform (DECL_SOURCE_LOCATION (first_arg), in cp_build_binary_op()
H A Dconstexpr.c1783 tree first_arg = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (fndecl))); in cxx_placement_new_fn() local
1784 if (TREE_VALUE (first_arg) == ptr_type_node in cxx_placement_new_fn()
1785 && TREE_CHAIN (first_arg) == void_list_node) in cxx_placement_new_fn()
/netbsd-src/external/gpl2/texinfo/dist/info/
H A Dsession.c2479 static char *first_arg = NULL; in info_follow_menus() local
2490 if (!first_arg) in info_follow_menus()
2491 first_arg = arg; in info_follow_menus()
2501 if (arg == first_arg) in info_follow_menus()
2503 node = make_manpage_node (first_arg); in info_follow_menus()
2540 if (arg == first_arg) in info_follow_menus()
2543 node = info_get_node (first_arg, 0); in info_follow_menus()
2545 add_file_directory_to_path (first_arg); in info_follow_menus()
2547 node = make_manpage_node (first_arg); in info_follow_menus()
2567 if (!node && arg == first_arg) in info_follow_menus()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcov.c833 int first_arg; in main() local
860 first_arg = argno; in main()
865 printf ("Processing file %d out of %d\n", argno - first_arg + 1, in main()
866 argc - first_arg); in main()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov.cc866 int first_arg; in main() local
893 first_arg = argno; in main()
898 printf ("Processing file %d out of %d\n", argno - first_arg + 1, in main()
899 argc - first_arg); in main()
H A DChangeLog-201424047 locals "insn", "last", "first_arg" from rtx to rtx_insn *.
24048 (avoid_func_arg_motion): Likewise for params "first_arg", "insn".
24052 "tail" and locals "insn", "first_arg".
H A DChangeLog-20125930 if first_arg is head.
9185 from insn to first_arg to restrict code motion.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.c16284 rtx_insn *first_arg = NULL; in add_parameter_dependencies() local
16302 first_arg = last; in add_parameter_dependencies()
16320 add_dependence (first_arg, insn, REG_DEP_OUTPUT); in add_parameter_dependencies()
16321 first_arg = last = insn; in add_parameter_dependencies()
16328 return first_arg; in add_parameter_dependencies()
16334 avoid_func_arg_motion (rtx_insn *first_arg, rtx_insn *insn) in avoid_func_arg_motion() argument
16346 add_dependence (first_arg, insn, REG_DEP_OUTPUT); in avoid_func_arg_motion()
16350 add_dependence (first_arg, insn, REG_DEP_ANTI); in avoid_func_arg_motion()
16383 rtx_insn *first_arg = NULL; in ix86_dependencies_evaluation_hook() local
16391 first_arg = add_parameter_dependencies (insn, head); in ix86_dependencies_evaluation_hook()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.cc16936 rtx_insn *first_arg = NULL; in add_parameter_dependencies() local
16954 first_arg = last; in add_parameter_dependencies()
16972 add_dependence (first_arg, insn, REG_DEP_OUTPUT); in add_parameter_dependencies()
16973 first_arg = last = insn; in add_parameter_dependencies()
16980 return first_arg; in add_parameter_dependencies()
16986 avoid_func_arg_motion (rtx_insn *first_arg, rtx_insn *insn) in avoid_func_arg_motion() argument
16998 add_dependence (first_arg, insn, REG_DEP_OUTPUT); in avoid_func_arg_motion()
17002 add_dependence (first_arg, insn, REG_DEP_ANTI); in avoid_func_arg_motion()
17035 rtx_insn *first_arg = NULL; in ix86_dependencies_evaluation_hook() local
17043 first_arg = add_parameter_dependencies (insn, head); in ix86_dependencies_evaluation_hook()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2321 unsigned int first_arg = i++; in resolve_uniform_opt_n() local
2326 return finish_opt_n_resolution (i, first_arg, type); in resolve_uniform_opt_n()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-sve-builtins.cc2322 unsigned int first_arg = i++; in resolve_uniform_opt_n() local
2327 return finish_opt_n_resolution (i, first_arg, type); in resolve_uniform_opt_n()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc7845 tree first_arg = type0; \ in c_parser_binary_expression()
7852 && !(TREE_CODE (first_arg) == PARM_DECL \ in c_parser_binary_expression()
7853 && C_ARRAY_PARAMETER (first_arg) \ in c_parser_binary_expression()
7862 if (DECL_P (first_arg)) \ in c_parser_binary_expression()
7863 inform (DECL_SOURCE_LOCATION (first_arg), \ in c_parser_binary_expression()
7869 maybe_warn_sizeof_array_div (stack[sp].loc, first_arg, type0, \ in c_parser_binary_expression()
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-ia64.c6052 char *first_arg = 0, *end, *saved_input_pointer; in parse_operands() local
6065 first_arg = input_line_pointer; in parse_operands()
6137 input_line_pointer = first_arg; in parse_operands()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-ia64.c6059 char *first_arg = 0, *end, *saved_input_pointer; in parse_operands() local
6072 first_arg = input_line_pointer; in parse_operands()
6144 input_line_pointer = first_arg; in parse_operands()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c7869 tree first_arg = type0; \ in c_parser_binary_expression()
7876 && !(TREE_CODE (first_arg) == PARM_DECL \ in c_parser_binary_expression()
7877 && C_ARRAY_PARAMETER (first_arg) \ in c_parser_binary_expression()
7886 if (DECL_P (first_arg)) \ in c_parser_binary_expression()
7887 inform (DECL_SOURCE_LOCATION (first_arg), \ in c_parser_binary_expression()

12