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

/haiku-buildtools/gcc/gcc/
H A Domp-low.c815 tree innerc local
818 gcc_assert (innerc);
819 n1 = OMP_CLAUSE_DECL (innerc);
820 innerc = find_omp_clause (OMP_CLAUSE_CHAIN (innerc),
822 gcc_assert (innerc);
823 n2 = OMP_CLAUSE_DECL (innerc);
5721 tree innerc = find_omp_clause (gimple_omp_for_clauses (fd->for_stmt),
5723 gcc_assert (innerc);
5726 innerc
5720 tree innerc = find_omp_clause (gimple_omp_for_clauses (fd->for_stmt), local
5863 tree innerc = find_omp_clause (clauses, OMP_CLAUSE__LOOPTEMP_); local
6225 tree innerc = find_omp_clause (gimple_omp_for_clauses (fd->for_stmt), local
6309 tree innerc = find_omp_clause (gimple_omp_for_clauses (inner_stmt), local
6660 tree innerc = find_omp_clause (gimple_omp_for_clauses (fd->for_stmt), local
6741 tree innerc = find_omp_clause (clauses, OMP_CLAUSE__LOOPTEMP_); local
7054 tree innerc = find_omp_clause (gimple_omp_for_clauses (fd->for_stmt), local
7145 tree innerc = find_omp_clause (clauses, OMP_CLAUSE__LOOPTEMP_); local
7667 tree innerc = find_omp_clause (gimple_omp_for_clauses (fd->for_stmt), local
[all...]

Completed in 119 milliseconds