Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddumpfile.cc46 #define skip_leading_substring(whole, part) \ macro
1868 option_value = skip_leading_substring (arg, doglob ? dfi->glob : dfi->swtch); in dump_switch_p_1()
H A DChangeLog-200017309 * toplev.h (skip_leading_substring): New macro.
17310 * toplev.c (decode_f_option): Use skip_leading_substring instead
H A DChangeLog-20102606 * toplev.h (skip_leading_substring): Move to tree-dump.c.
2612 * tree-dump.c (skip_leading_substring): Move from toplev.h.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddumpfile.c45 #define skip_leading_substring(whole, part) \ macro
1850 option_value = skip_leading_substring (arg, doglob ? dfi->glob : dfi->swtch);
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20003453 * decl2.c (lang_decode_option): Use skip_leading_substring instead