Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcc.cc402 static inline void validate_switches_from_spec (const char *, bool);
9302 validate_switches_from_spec (const char *spec, bool user) in validate_switches_from_spec() function
9323 validate_switches_from_spec (comp->spec, false); in validate_all_switches()
9327 validate_switches_from_spec (*spec->ptr_spec, spec->user_p); in validate_all_switches()
9329 validate_switches_from_spec (link_command_spec, false); in validate_all_switches()
H A DChangeLog-201222813 (validate_switches_from_spec): Likewise.
H A DChangeLog-20025987 (validate_switches_from_spec): ...here.
H A DChangeLog-201820065 (validate_switches_from_spec): Deal with %@{...} sequence.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgcc.c371 static inline void validate_switches_from_spec (const char *, bool);
8523 validate_switches_from_spec (const char *spec, bool user) in validate_switches_from_spec() function
8544 validate_switches_from_spec (comp->spec, false); in validate_all_switches()
8548 validate_switches_from_spec (*spec->ptr_spec, spec->user_p); in validate_all_switches()
8550 validate_switches_from_spec (link_command_spec, false); in validate_all_switches()