Home
last modified time | relevance | path

Searched refs:omp_reduction_init (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dtree-gimple.h140 extern tree omp_reduction_init (tree, tree);
H A Domp-low.c1537 omp_reduction_init (tree clause, tree type) in omp_reduction_init() function
1803 x = omp_reduction_init (c, TREE_TYPE (new_var)); in lower_rec_input_clauses()
H A DChangeLog-200615059 (omp_reduction_init): Declare.