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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Domp-expand.c246 tree innerc local
249 gcc_assert (innerc);
250 n1 = OMP_CLAUSE_DECL (innerc);
251 innerc = omp_find_clause (OMP_CLAUSE_CHAIN (innerc),
253 gcc_assert (innerc);
254 n2 = OMP_CLAUSE_DECL (innerc);
1781 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local
1783 gcc_assert (innerc);
1786 innerc
1951 tree innerc = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); local
2889 tree innerc local
3022 tree innerc = omp_find_clause (gimple_omp_for_clauses (inner_stmt), local
3869 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local
4016 tree innerc = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); local
4636 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local
4731 tree innerc = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); local
5287 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local
5673 tree innerc = omp_find_clause (gimple_omp_task_clauses (inner_stmt), local
5814 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local
5839 tree innerc = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); local
[all...]
H A Domp-low.c9669 tree innerc = omp_find_clause (taskreg_clauses,
9671 gcc_assert (innerc);
9674 innerc = omp_find_clause (OMP_CLAUSE_CHAIN (innerc),
9676 gcc_assert (innerc);
9678 innerc = omp_find_clause (OMP_CLAUSE_CHAIN (innerc),
9680 if (innerc)
9682 lookup_decl (OMP_CLAUSE_DECL (innerc),
9667 tree innerc = omp_find_clause (taskreg_clauses, local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Domp-expand.cc247 tree innerc local
250 gcc_assert (innerc);
251 n1 = OMP_CLAUSE_DECL (innerc);
252 innerc = omp_find_clause (OMP_CLAUSE_CHAIN (innerc),
254 gcc_assert (innerc);
255 n2 = OMP_CLAUSE_DECL (innerc);
1815 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local
1817 gcc_assert (innerc);
1820 innerc
2493 tree innerc = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); local
4071 tree innerc local
4204 tree innerc = omp_find_clause (gimple_omp_for_clauses (inner_stmt), local
4793 find_lastprivate_looptemp(struct omp_for_data *fd, tree innerc) argument
5069 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local
5216 tree innerc = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); local
5827 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local
5922 tree innerc = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); local
6429 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local
7186 tree innerc = omp_find_clause (gimple_omp_task_clauses (inner_stmt), local
7319 tree innerc = omp_find_clause (gimple_omp_for_clauses (fd->for_stmt), local
7344 tree innerc = omp_find_clause (clauses, OMP_CLAUSE__LOOPTEMP_); local
[all...]
H A Domp-low.cc10508 tree innerc = omp_find_clause (taskreg_clauses,
10510 gcc_assert (innerc);
10519 innerc = omp_find_clause (OMP_CLAUSE_CHAIN (innerc),
10521 gcc_assert (innerc);
10523 innerc = omp_find_clause (OMP_CLAUSE_CHAIN (innerc),
10525 if (innerc)
10527 lookup_decl (OMP_CLAUSE_DECL (innerc),

Completed in 183 milliseconds