Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c4516 do_spec_1 (const char *spec, int inswitch, const char *soft_matched_part) in do_spec_1() argument
5259 if (soft_matched_part) in do_spec_1()
5261 if (soft_matched_part[0]) in do_spec_1()
5262 do_spec_1 (soft_matched_part, 1, NULL); in do_spec_1()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c5183 do_spec_1 (const char *spec, int inswitch, const char *soft_matched_part) in do_spec_1() argument
5943 if (soft_matched_part) in do_spec_1()
5945 if (soft_matched_part[0]) in do_spec_1()
5946 do_spec_1 (soft_matched_part, 1, NULL); in do_spec_1()