HomeSort by: relevance | last modified time | path
    Searched defs:space_found (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-ada-spec.cc 1106 SPACE_FOUND, if not NULL, is used to indicate whether a space was found in
1110 to_ada_name (const char *name, bool *space_found)
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)
c-ada-spec.cc 1106 SPACE_FOUND, if not NULL, is used to indicate whether a space was found in
1110 to_ada_name (const char *name, bool *space_found)
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)
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ada-spec.cc 1106 SPACE_FOUND, if not NULL, is used to indicate whether a space was found in
1110 to_ada_name (const char *name, bool *space_found)
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)
c-ada-spec.cc 1106 SPACE_FOUND, if not NULL, is used to indicate whether a space was found in
1110 to_ada_name (const char *name, bool *space_found)
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 115 milliseconds