Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlanghooks-def.h88 extern bool lhd_omp_scalar_p (tree);
259 #define LANG_HOOKS_OMP_SCALAR_P lhd_omp_scalar_p
H A Dlanghooks.c608 lhd_omp_scalar_p (tree decl) in lhd_omp_scalar_p() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlanghooks-def.h91 extern bool lhd_omp_scalar_p (tree, bool);
276 #define LANG_HOOKS_OMP_SCALAR_P lhd_omp_scalar_p
H A Dlanghooks.cc642 lhd_omp_scalar_p (tree decl, bool ptr_ok) in lhd_omp_scalar_p() function
H A DChangeLog-202123198 * langhooks-def.h (lhd_omp_scalar_p): Add 'ptr_ok' argument.
23199 * langhooks.c (lhd_omp_scalar_p): Likewise.
H A DChangeLog-20166426 * langhooks.c (lhd_omp_scalar_p): New function.
6430 * langhooks-def.h (lhd_omp_scalar_p): New prototype.