HomeSort by: relevance | last modified time | path
    Searched defs:validate_switches_from_spec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 420 static inline void validate_switches_from_spec (const char *, bool);
9467 validate_switches_from_spec (const char *spec, bool user)
9488 validate_switches_from_spec (comp->spec, false);
9492 validate_switches_from_spec (*spec->ptr_spec, spec->user_p);
9494 validate_switches_from_spec (link_command_spec, false);
9439 validate_switches_from_spec (const char *spec, bool user) function
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 407 static inline void validate_switches_from_spec (const char *, bool);
9340 validate_switches_from_spec (const char *spec, bool user)
9361 validate_switches_from_spec (comp->spec, false);
9365 validate_switches_from_spec (*spec->ptr_spec, spec->user_p);
9367 validate_switches_from_spec (link_command_spec, false);
9312 validate_switches_from_spec (const char *spec, bool user) function

Completed in 44 milliseconds