Home
last modified time | relevance | path

Searched refs:for_present_check (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-general.h77 extern tree omp_check_optional_argument (tree decl, bool for_present_check);
H A Domp-general.c76 omp_check_optional_argument (tree decl, bool for_present_check) in omp_check_optional_argument() argument
78 return lang_hooks.decls.omp_check_optional_argument (decl, for_present_check); in omp_check_optional_argument()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-general.h96 extern tree omp_check_optional_argument (tree decl, bool for_present_check);
H A Domp-general.cc78 omp_check_optional_argument (tree decl, bool for_present_check) in omp_check_optional_argument() argument
80 return lang_hooks.decls.omp_check_optional_argument (decl, for_present_check); in omp_check_optional_argument()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-openmp.c88 gfc_omp_check_optional_argument (tree decl, bool for_present_check) in gfc_omp_check_optional_argument() argument
90 if (!for_present_check) in gfc_omp_check_optional_argument()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-openmp.cc93 gfc_omp_check_optional_argument (tree decl, bool for_present_check) in gfc_omp_check_optional_argument() argument
95 if (!for_present_check) in gfc_omp_check_optional_argument()