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

  /src/external/gpl3/gcc/dist/gcc/
gcc.cc 409 static const char *handle_spec_function (const char *, bool *, const char *);
6847 p = handle_spec_function (p, NULL, soft_matched_part);
7115 handle_spec_function (const char *p, bool *retval_nonnull,
7313 p = handle_spec_function (p + 2, &a_matched, NULL);
7412 /* a_matched is already set by handle_spec_function. */;
7093 handle_spec_function (const char *p, bool *retval_nonnull, function
gcc.cc 409 static const char *handle_spec_function (const char *, bool *, const char *);
6847 p = handle_spec_function (p, NULL, soft_matched_part);
7115 handle_spec_function (const char *p, bool *retval_nonnull,
7313 p = handle_spec_function (p + 2, &a_matched, NULL);
7412 /* a_matched is already set by handle_spec_function. */;
7093 handle_spec_function (const char *p, bool *retval_nonnull, function
  /src/external/gpl3/gcc.old/dist/gcc/
gcc.cc 396 static const char *handle_spec_function (const char *, bool *, const char *);
6721 p = handle_spec_function (p, NULL, soft_matched_part);
6989 handle_spec_function (const char *p, bool *retval_nonnull,
7187 p = handle_spec_function (p + 2, &a_matched, NULL);
7286 /* a_matched is already set by handle_spec_function. */;
6967 handle_spec_function (const char *p, bool *retval_nonnull, function
gcc.cc 396 static const char *handle_spec_function (const char *, bool *, const char *);
6721 p = handle_spec_function (p, NULL, soft_matched_part);
6989 handle_spec_function (const char *p, bool *retval_nonnull,
7187 p = handle_spec_function (p + 2, &a_matched, NULL);
7286 /* a_matched is already set by handle_spec_function. */;
6967 handle_spec_function (const char *p, bool *retval_nonnull, function

Completed in 81 milliseconds