Searched refs:mark_matching_switches (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | gcc.c | 217 static inline void mark_matching_switches (const char *, const char *, int); 5539 mark_matching_switches (const char *atom, const char *end_atom, int starred) in mark_matching_switches() function 5636 mark_matching_switches (atom, end_atom, a_is_starred); in handle_braces()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | gcc.c | 350 static inline void mark_matching_switches (const char *, const char *, int); 6255 mark_matching_switches (const char *atom, const char *end_atom, int starred) in mark_matching_switches() function 6394 mark_matching_switches (atom, end_atom, a_is_starred); in handle_braces()
|