Home
last modified time | relevance | path

Searched refs:oacc_build_routine_dims (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Domp-general.h121 extern tree oacc_build_routine_dims (tree clauses);
Domp-general.cc2903 oacc_build_routine_dims (tree clauses) in oacc_build_routine_dims() function
DChangeLog-20161045 (build_oacc_routine_dims): Renamed to oacc_build_routine_dims and
1143 (build_oacc_routine_dims): Renamed to oacc_build_routine_dims and
DChangeLog-201928192 * omp-general.c (oacc_build_routine_dims): Move some of its
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dparser.cc47171 tree dims = oacc_build_routine_dims (parser->oacc_routine->clauses); in cp_finalize_oacc_routine()