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

  /src/external/gpl3/gcc/dist/gcc/fortran/
openmp.cc 58 static const struct gfc_omp_directive gfc_omp_directives[] = { variable in typeref:struct:gfc_omp_directive
1553 for (size_t i = 0; i < ARRAY_SIZE (gfc_omp_directives); i++)
1555 if (gfc_omp_directives[i].name[0] > c)
1557 if (gfc_omp_directives[i].name[0] != c)
1559 if (gfc_match (gfc_omp_directives[i].name) == MATCH_YES)
1561 st = gfc_omp_directives[i].st;
1562 kind = gfc_omp_directives[i].kind;

Completed in 21 milliseconds