Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/
Dc-omp.c162 check_omp_for_incr_expr (tree exp, tree decl) in check_omp_for_incr_expr() function
176 t = check_omp_for_incr_expr (TREE_OPERAND (exp, 0), decl); in check_omp_for_incr_expr()
181 t = check_omp_for_incr_expr (TREE_OPERAND (exp, 0), decl); in check_omp_for_incr_expr()
186 t = check_omp_for_incr_expr (TREE_OPERAND (exp, 0), decl); in check_omp_for_incr_expr()
189 t = check_omp_for_incr_expr (TREE_OPERAND (exp, 1), decl); in check_omp_for_incr_expr()
347 tree t = check_omp_for_incr_expr (TREE_OPERAND (incr, 1), decl); in c_finish_omp_for()