Home
last modified time | relevance | path

Searched refs:space_found (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-ada-spec.c1110 to_ada_name (const char *name, bool *space_found) in to_ada_name() argument
1119 if (space_found) in to_ada_name()
1120 *space_found = false; in to_ada_name()
1163 if (space_found) in to_ada_name()
1164 *space_found = true; in to_ada_name()
1340 bool space_found = false; in pp_ada_tree_identifier() local
1341 char *s = to_ada_name (name, &space_found); in pp_ada_tree_identifier()
1390 if (space_found) in pp_ada_tree_identifier()
H A Dc-ada-spec.cc1110 to_ada_name (const char *name, bool *space_found) in to_ada_name() argument
1119 if (space_found) in to_ada_name()
1120 *space_found = false; in to_ada_name()
1163 if (space_found) in to_ada_name()
1164 *space_found = true; in to_ada_name()
1340 bool space_found = false; in pp_ada_tree_identifier() local
1341 char *s = to_ada_name (name, &space_found); in pp_ada_tree_identifier()
1387 if (space_found) in pp_ada_tree_identifier()
H A DChangeLog4959 (to_ada_name): Change type of space_found parameter to bool.
/netbsd/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-ada-spec.c1110 to_ada_name (const char *name, bool *space_found) in to_ada_name() argument
1119 if (space_found) in to_ada_name()
1120 *space_found = false; in to_ada_name()
1163 if (space_found) in to_ada_name()
1164 *space_found = true; in to_ada_name()
1340 bool space_found = false; in pp_ada_tree_identifier() local
1341 char *s = to_ada_name (name, &space_found); in pp_ada_tree_identifier()
1390 if (space_found) in pp_ada_tree_identifier()