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

  /src/external/gpl3/gcc/dist/gcc/fortran/
gfortran.h 1683 typedef struct gfc_omp_set_selector struct
1685 struct gfc_omp_set_selector *next;
1688 } gfc_omp_set_selector; typedef in typeref:struct:gfc_omp_set_selector
1689 #define gfc_get_omp_set_selector() XCNEW (gfc_omp_set_selector)
1703 gfc_omp_set_selector *set_selectors;
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1635 typedef struct gfc_omp_set_selector struct
1637 struct gfc_omp_set_selector *next;
1641 } gfc_omp_set_selector; typedef in typeref:struct:gfc_omp_set_selector
1642 #define gfc_get_omp_set_selector() XCNEW (gfc_omp_set_selector)
1656 gfc_omp_set_selector *set_selectors;

Completed in 36 milliseconds