Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dlanghooks-def.h82 extern tree lhd_omp_assignment (tree, tree, tree);
254 #define LANG_HOOKS_OMP_CLAUSE_COPY_CTOR lhd_omp_assignment
255 #define LANG_HOOKS_OMP_CLAUSE_ASSIGN_OP lhd_omp_assignment
H A Dlanghooks.c592 lhd_omp_assignment (tree clause ATTRIBUTE_UNUSED, tree dst, tree src) in lhd_omp_assignment() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dlanghooks-def.h85 extern tree lhd_omp_assignment (tree, tree, tree);
270 #define LANG_HOOKS_OMP_CLAUSE_COPY_CTOR lhd_omp_assignment
271 #define LANG_HOOKS_OMP_CLAUSE_ASSIGN_OP lhd_omp_assignment
H A Dlanghooks.cc625 lhd_omp_assignment (tree clause ATTRIBUTE_UNUSED, tree dst, tree src) in lhd_omp_assignment() function
H A DChangeLog-200622228 (lhd_omp_assignment): New.
22337 lhd_omp_assignment, lhd_omp_firstprivatize_type_sizes):
H A DChangeLog-200728109 * langhooks.c (lhd_omp_assignment): Likewise.