Home
last modified time | relevance | path

Searched refs:validate_switches_from_spec (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dgcc.c233 static inline void validate_switches_from_spec (const char *);
7093 validate_switches_from_spec (const char *spec) in validate_switches_from_spec() function
7110 validate_switches_from_spec (comp->spec); in validate_all_switches()
7114 validate_switches_from_spec (*spec->ptr_spec); in validate_all_switches()
7116 validate_switches_from_spec (link_command_spec); in validate_all_switches()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dgcc.c366 static inline void validate_switches_from_spec (const char *, bool);
8525 validate_switches_from_spec (const char *spec, bool user) in validate_switches_from_spec() function
8542 validate_switches_from_spec (comp->spec, false); in validate_all_switches()
8546 validate_switches_from_spec (*spec->ptr_spec, spec->user_p); in validate_all_switches()
8548 validate_switches_from_spec (link_command_spec, false); in validate_all_switches()