Searched refs:omp_clause_assign_op (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/gcc/
H A Dlanghooks.h238 tree (*omp_clause_assign_op) (tree clause, tree dst, tree src); member in struct:lang_hooks_for_decls
H A Domp-low.c1791 x = lang_hooks.decls.omp_clause_assign_op (c, new_var, x);
1885 x = lang_hooks.decls.omp_clause_assign_op (c, x, new_var);
2019 x = lang_hooks.decls.omp_clause_assign_op (c, var, ref);

Completed in 129 milliseconds