• Home
  • Raw
  • Download

Lines Matching defs:flag

159 static int handle_subopt_val(const char *opt, const char *arg, const struct val_map *map, int *flag)  in handle_subopt_val()
198 …e_suboption_mask(const char *arg, const char *opt, const struct mask_map *map, unsigned long *flag) in handle_suboption_mask()
230 struct flag { struct
232 int *flag; argument
233 int (*fun)(const char *arg, const char *opt, const struct flag *, int options); argument
238 static int handle_switches(const char *ori, const char *opt, const struct flag *flags) in handle_switches() argument
281 int flag = FLAG_ON; in handle_onoff_switch() local
314 static int handle_switch_setval(const char *arg, const char *opt, const struct flag *flag, int opti… in handle_switch_setval()
422 static int handle_ftabstop(const char *arg, const char *opt, const struct flag *flag, int options) in handle_ftabstop()
438 static int handle_fpasses(const char *arg, const char *opt, const struct flag *flag, int options) in handle_fpasses()
469 static int handle_fdiagnostic_prefix(const char *arg, const char *opt, const struct flag *flag, int… in handle_fdiagnostic_prefix()
483 static int handle_fdump_ir(const char *arg, const char *opt, const struct flag *flag, int options) in handle_fdump_ir()
496 static int handle_fmemcpy_max_count(const char *arg, const char *opt, const struct flag *flag, int … in handle_fmemcpy_max_count()
502 static int handle_fmax_errors(const char *arg, const char *opt, const struct flag *flag, int option… in handle_fmax_errors()
508 static int handle_fmax_warnings(const char *arg, const char *opt, const struct flag *flag, int opti… in handle_fmax_warnings()
628 static int handle_march(const char *opt, const char *arg, const struct flag *flag, int options) in handle_march()
635 static int handle_mcmodel(const char *opt, const char *arg, const struct flag *flag, int options) in handle_mcmodel()
650 static int handle_mfloat_abi(const char *opt, const char *arg, const struct flag *flag, int options… in handle_mfloat_abi()