Searched refs:validate_switches_from_spec (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gcc.cc | 402 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 D | ChangeLog-2012 | 22813 (validate_switches_from_spec): Likewise.
|
H A D | ChangeLog-2002 | 5987 (validate_switches_from_spec): ...here.
|
H A D | ChangeLog-2018 | 20065 (validate_switches_from_spec): Deal with %@{...} sequence.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gcc.c | 371 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()
|