Home
last modified time | relevance | path

Searched refs:predef_name (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c3037 const char *predef_name = NULL; in gfc_match_omp_declare_reduction() local
3108 if (gfc_omp_udr_predef (rop, name, &tss[i], &predef_name) in gfc_match_omp_declare_reduction()
3115 if (predef_name) in gfc_match_omp_declare_reduction()
3118 predef_name, &where); in gfc_match_omp_declare_reduction()
6510 const char *predef_name = NULL; in gfc_resolve_omp_udr() local
6531 &omp_udr->ts, &predef_name)) in gfc_resolve_omp_udr()
6533 if (predef_name) in gfc_resolve_omp_udr()
6536 predef_name, &omp_udr->where); in gfc_resolve_omp_udr()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc4330 const char *predef_name = NULL; in gfc_match_omp_declare_reduction() local
4401 if (gfc_omp_udr_predef (rop, name, &tss[i], &predef_name) in gfc_match_omp_declare_reduction()
4408 if (predef_name) in gfc_match_omp_declare_reduction()
4411 predef_name, &where); in gfc_match_omp_declare_reduction()
9348 const char *predef_name = NULL; in gfc_resolve_omp_udr() local
9369 &omp_udr->ts, &predef_name)) in gfc_resolve_omp_udr()
9371 if (predef_name) in gfc_resolve_omp_udr()
9374 predef_name, &omp_udr->where); in gfc_resolve_omp_udr()