Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c5579 bool a_is_spectype; in handle_braces() local
5605 a_is_spectype = false; in handle_braces()
5615 p++, a_is_spectype = true; in handle_braces()
5633 || a_is_spectype || atom == end_atom) in handle_braces()
5652 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces()
5664 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces()
5676 else if (a_is_spectype) in handle_braces()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c6297 bool a_is_spectype; in handle_braces() local
6323 a_is_spectype = false; in handle_braces()
6341 p++, a_is_spectype = true; in handle_braces()
6391 || a_is_spectype || atom == end_atom) in handle_braces()
6410 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces()
6422 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces()
6436 else if (a_is_spectype) in handle_braces()