HomeSort by: relevance | last modified time | path
    Searched defs:first_arg (Results 1 - 14 of 14) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/cli/
cli-script.c 931 const char *first_arg = p + find_command_name_length (p);
933 return skip_spaces (first_arg);
929 const char *first_arg = p + find_command_name_length (p); local
  /src/external/gpl3/gdb.old/dist/gdb/cli/
cli-script.c 931 const char *first_arg = p + find_command_name_length (p);
933 return skip_spaces (first_arg);
929 const char *first_arg = p + find_command_name_length (p); local
  /src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 2321 unsigned int first_arg = i++; local
2326 return finish_opt_n_resolution (i, first_arg, type);
  /src/external/gpl2/texinfo/dist/info/
session.c 2484 static char *first_arg = NULL;
2495 if (!first_arg)
2496 first_arg = arg;
2506 if (arg == first_arg)
2508 node = make_manpage_node (first_arg);
2545 if (arg == first_arg)
2548 node = info_get_node (first_arg, 0);
2550 add_file_directory_to_path (first_arg);
2552 node = make_manpage_node (first_arg);
2572 if (!node && arg == first_arg)
2479 static char *first_arg = NULL; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-sve-builtins.cc 3152 unsigned int first_arg = i++; local
3154 if (!require_matching_vector_type (i, first_arg, type))
3181 unsigned int first_arg = i++; local
3183 if (!require_matching_vector_type (i, first_arg, type))
3186 return finish_opt_n_resolution (i, first_arg, type);
  /src/external/gpl3/gcc/dist/gcc/cp/
init.cc 2976 tree first_arg = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (alloc_fn)));
2977 if ((TREE_VALUE (first_arg) == ptr_type_node)
2978 && TREE_CHAIN (first_arg) == void_list_node)
2974 tree first_arg = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (alloc_fn))); local
typeck.cc 5529 tree first_arg = tree_strip_any_location_wrapper (type0);
5539 if (!(TREE_CODE (first_arg) == PARM_DECL
5540 && DECL_ARRAY_PARAMETER_P (first_arg)
5549 if (DECL_P (first_arg))
5550 inform (DECL_SOURCE_LOCATION (first_arg),
5561 maybe_warn_sizeof_array_div (location, first_arg, type0,
5521 tree first_arg = tree_strip_any_location_wrapper (type0); local
call.cc 502 tree first_arg; member in struct:z_candidate
650 arity_rejection (tree first_arg, int expected, int actual, bool least_p = false)
653 int adjust = first_arg != NULL_TREE;
661 arg_conversion_rejection (tree first_arg, int n_arg, tree from, tree to,
665 int adjust = first_arg != NULL_TREE;
674 bad_arg_conversion_rejection (tree first_arg, int n_arg, tree from, tree to,
678 int adjust = first_arg != NULL_TREE;
2235 tree fn, tree first_arg, const vec<tree, va_gc> *args,
2245 cand->first_arg = first_arg;
4428 tree first_arg = NULL_TREE; local
4564 add_candidates (TREE_VALUE (conv_fns), first_arg, NULL, totype, local
9899 tree first_arg = cand->first_arg; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc 2948 tree first_arg = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (alloc_fn)));
2949 if ((TREE_VALUE (first_arg) == ptr_type_node)
2950 && TREE_CHAIN (first_arg) == void_list_node)
2946 tree first_arg = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (alloc_fn))); local
constexpr.cc 1936 tree first_arg = TREE_CHAIN (TYPE_ARG_TYPES (TREE_TYPE (fndecl))); local
1937 if (TREE_VALUE (first_arg) == ptr_type_node
1938 && TREE_CHAIN (first_arg) == void_list_node)
typeck.cc 5197 tree first_arg = tree_strip_any_location_wrapper (type0);
5204 if (!(TREE_CODE (first_arg) == PARM_DECL
5205 && DECL_ARRAY_PARAMETER_P (first_arg)
5214 if (DECL_P (first_arg))
5215 inform (DECL_SOURCE_LOCATION (first_arg),
5224 maybe_warn_sizeof_array_div (location, first_arg, type0,
5189 tree first_arg = tree_strip_any_location_wrapper (type0); local
call.cc 492 tree first_arg; member in struct:z_candidate
631 arity_rejection (tree first_arg, int expected, int actual, bool least_p = false)
634 int adjust = first_arg != NULL_TREE;
642 arg_conversion_rejection (tree first_arg, int n_arg, tree from, tree to,
646 int adjust = first_arg != NULL_TREE;
655 bad_arg_conversion_rejection (tree first_arg, int n_arg, tree from, tree to,
659 int adjust = first_arg != NULL_TREE;
2176 tree fn, tree first_arg, const vec<tree, va_gc> *args,
2186 cand->first_arg = first_arg;
4143 tree first_arg = NULL_TREE; local
4279 add_candidates (TREE_VALUE (conv_fns), first_arg, NULL, totype, local
9210 tree first_arg = cand->first_arg; local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-ia64.c 6049 char *first_arg = 0, *end, *saved_input_pointer; local
6062 first_arg = input_line_pointer;
6134 input_line_pointer = first_arg;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-ia64.c 6049 char *first_arg = 0, *end, *saved_input_pointer; local
6062 first_arg = input_line_pointer;
6134 input_line_pointer = first_arg;

Completed in 97 milliseconds