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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c233 gfc_match_omp_variable_list (const char *str, gfc_omp_namelist **list, function
944 if (gfc_match_omp_variable_list ("", list, allow_common, NULL, &head, true,
996 && gfc_match_omp_variable_list ("aligned (",
1094 else if (gfc_match_omp_variable_list ("copyin (",
1105 && gfc_match_omp_variable_list ("copyprivate (",
1179 && gfc_match_omp_variable_list (" : ",
1217 && gfc_match_omp_variable_list
1253 && gfc_match_omp_variable_list ("firstprivate (",
1258 && gfc_match_omp_variable_list ("from (",
1350 && gfc_match_omp_variable_list
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc302 gfc_match_omp_variable_list (const char *str, gfc_omp_namelist **list, function
1058 if (gfc_match_omp_variable_list ("", list, allow_common, NULL, &head, true,
1325 if (gfc_match_omp_variable_list (" :", &c->lists[list_idx], false, NULL,
1471 && gfc_match_omp_variable_list ("aligned (",
1530 m = gfc_match_omp_variable_list ("", &c->lists[OMP_LIST_AFFINITY],
1561 m = gfc_match_omp_variable_list ("", &c->lists[OMP_LIST_ALLOCATE],
1718 else if (gfc_match_omp_variable_list ("copyin (",
1729 && gfc_match_omp_variable_list ("copyprivate (",
1920 m = gfc_match_omp_variable_list (" : ",
2034 && gfc_match_omp_variable_list
[all...]

Completed in 110 milliseconds