Home | History | Annotate | Download | only in gcc

Lines Matching defs:starred

639 	  If %* appears in X, all of the alternatives must be starred, and
7074 switch_matches (const char *atom, const char *end_atom, int starred)
7078 int plen = starred ? len : -1;
7082 && (starred || switches[i].part1[len] == '\0')
7094 && (starred || (switches[i].part1[1] == '\0'
7096 && check_live_switch (i, (starred ? 1 : -1)))
7105 match ATOM (extends to END_ATOM; STARRED indicates whether there
7108 mark_matching_switches (const char *atom, const char *end_atom, int starred)
7112 int plen = starred ? len : -1;
7116 && (starred || switches[i].part1[len] == '\0')
7349 (present) in the current disjunction; STARRED indicates whether all
7350 the atoms in the current disjunction were starred (for syntax validation);
7358 int starred, int matched)
7390 if (have_subst && !starred)
9385 bool starred = false;
9406 starred = true, p++;
9415 && (starred || switches[i].part1[len] == '\0')