Searched refs:scan_omp_op (Results 1 - 1 of 1) sorted by relevance

/haiku-buildtools/gcc/gcc/
H A Domp-low.c346 scan_omp_op (tree *tp, omp_context *ctx) function
1817 scan_omp_op (&OMP_CLAUSE_OPERAND (c, 0), ctx->outer);
1824 scan_omp_op (&OMP_CLAUSE_SIZE (c), ctx->outer);
1888 scan_omp_op (&OMP_CLAUSE_DECL (c), ctx->outer);
2599 scan_omp_op (gimple_omp_for_index_ptr (stmt, i), ctx);
2600 scan_omp_op (gimple_omp_for_initial_ptr (stmt, i), ctx);
2601 scan_omp_op (gimple_omp_for_final_ptr (stmt, i), ctx);
2602 scan_omp_op (gimple_omp_for_incr_ptr (stmt, i), ctx);

Completed in 159 milliseconds