Searched refs:gfc_match_omp_variable_list (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | openmp.c | 233 gfc_match_omp_variable_list (const char *str, gfc_omp_namelist **list, 944 if (gfc_match_omp_variable_list ("", list, allow_common, NULL, &head, true, in gfc_match_omp_map_clause() 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-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | openmp.cc | 302 gfc_match_omp_variable_list (const char *str, gfc_omp_namelist **list, in gfc_match_omp_variable_list() function 1058 if (gfc_match_omp_variable_list ("", list, allow_common, NULL, &head, true, in gfc_match_omp_map_clause() 1325 if (gfc_match_omp_variable_list (" :", &c->lists[list_idx], false, NULL, in gfc_match_omp_clause_reduction() 1471 && gfc_match_omp_variable_list ("aligned (", in gfc_match_omp_clauses() 1530 m = gfc_match_omp_variable_list ("", &c->lists[OMP_LIST_AFFINITY], in gfc_match_omp_clauses() 1561 m = gfc_match_omp_variable_list ("", &c->lists[OMP_LIST_ALLOCATE], in gfc_match_omp_clauses() 1718 else if (gfc_match_omp_variable_list ("copyin (", in gfc_match_omp_clauses() 1729 && gfc_match_omp_variable_list ("copyprivate (", in gfc_match_omp_clauses() 1920 m = gfc_match_omp_variable_list (" : ", in gfc_match_omp_clauses() 2034 && gfc_match_omp_variable_list in gfc_match_omp_clauses() [all …]
|
H A D | ChangeLog-2019 | 75 (gfc_match_omp_variable_list): ... to here. 87 * openmp.c (gfc_match_omp_variable_list): Add allow_derived parameter. 91 gfc_match_omp_variable_list.
|
H A D | ChangeLog-2021 | 1795 (gfc_match_omp_variable_list): Likewise; permit preceeding whitespace. 1951 * openmp.c (gfc_match_omp_variable_list): Gobble whitespace before
|
H A D | ChangeLog-2006 | 3505 * openmp.c (gfc_match_omp_variable_list): Call gfc_set_sym_referenced 3652 * openmp.c (gfc_match_omp_variable_list): Add ALLOW_COMMON argument. 3742 * openmp.c (gfc_match_omp_variable_list): Ensure COMMON block
|
H A D | ChangeLog-2014 | 1896 (gfc_match_omp_variable_list): Add end_colon, headp and
|
H A D | ChangeLog-2018 | 2383 gfc_match_omp_variable_list calls failed, don't gfc_free_omp_namelist
|
H A D | ChangeLog-2015 | 555 * openmp.c (gfc_match_omp_variable_list): Set where for each list
|