Searched refs:space_found (Results 1 - 2 of 2) sorted by relevance

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

Completed in 194 milliseconds