Searched refs:arg_p (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/mi/
H A Dmi-getopt.h55 int arg_p; member in struct:mi_opt
H A Dmi-getopt.c59 if (opt->arg_p)
/freebsd-9.3-release/contrib/gcc/
H A Dtree-into-ssa.c1870 use_operand_p arg_p; local
1874 arg_p = PHI_ARG_DEF_PTR_FROM_EDGE (phi, e);
1875 arg = USE_FROM_PTR (arg_p);
1885 replace_use (arg_p, SSA_NAME_VAR (PHI_RESULT (phi)));
1892 replace_use (arg_p, sym);
1894 replace_use (arg_p, arg);
1898 SSA_NAME_OCCURS_IN_ABNORMAL_PHI (USE_FROM_PTR (arg_p)) = 1;
H A Dtree-ssa-reassoc.c818 use_operand_p arg_p; local
828 FOR_EACH_PHI_ARG (arg_p, def_stmt, i, SSA_OP_USE)
829 if (lhs == USE_FROM_PTR (arg_p))
H A Dtree-ssa-live.c364 use_operand_p arg_p; local
374 FOR_EACH_PHI_ARG (arg_p, phi, i, SSA_OP_ALL_USES)
376 tree arg = USE_FROM_PTR (arg_p);
H A Dtree-vrp.c3612 use_operand_p arg_p; local
3615 FOR_EACH_PHI_ARG (arg_p, phi, i, SSA_OP_USE)
3617 tree arg = USE_FROM_PTR (arg_p);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dbreakpoint.c4283 char **arg_p;
5058 parse_breakpoint_sals (args->arg_p, args->sals_p, args->addr_string_p,
5099 parse_args.arg_p = &arg;
6223 char *arg_p = *arg;
6227 if ((*arg_p == '\0') || isspace (*arg_p))
6232 c = *arg_p;
6238 arg_p++;
6240 *arg = arg_p;
4274 char **arg_p; member in struct:captured_parse_breakpoint_args
6211 char *arg_p = *arg; local

Completed in 186 milliseconds