Searched refs:omp_scalar_p (Results 1 – 6 of 6) sorted by relevance
297 bool (*omp_scalar_p) (tree decl); member
7471 else if (lang_hooks.decls.omp_scalar_p (decl)) in omp_notice_variable()8470 && !lang_hooks.decls.omp_scalar_p (decl)) in gimplify_scan_omp_clauses()
321 bool (*omp_scalar_p) (tree decl, bool ptr_ok); member
7816 else if (lang_hooks.decls.omp_scalar_p (decl, false)) in omp_notice_variable()9252 && !lang_hooks.decls.omp_scalar_p (decl, true)) in gimplify_scan_omp_clauses()
6420 (omp_notice_variable): Use lang_hooks.decls.omp_scalar_p.6427 * langhooks.h (struct lang_hooks_for_decls): Add omp_scalar_p.
23203 omp_scalar_p pointer type to include the new bool argument.