Searched refs:skip_leading_substring (Results 1 – 5 of 5) sorted by relevance
46 #define skip_leading_substring(whole, part) \ macro1868 option_value = skip_leading_substring (arg, doglob ? dfi->glob : dfi->swtch); in dump_switch_p_1()
17309 * toplev.h (skip_leading_substring): New macro.17310 * toplev.c (decode_f_option): Use skip_leading_substring instead
2606 * toplev.h (skip_leading_substring): Move to tree-dump.c.2612 * tree-dump.c (skip_leading_substring): Move from toplev.h.
45 #define skip_leading_substring(whole, part) \ macro1850 option_value = skip_leading_substring (arg, doglob ? dfi->glob : dfi->swtch);
3453 * decl2.c (lang_decode_option): Use skip_leading_substring instead