HomeSort by: relevance | last modified time | path
    Searched defs:outer_for_clauses (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 16053 tree outer_for_clauses = NULL_TREE;
16054 tree *gforo_clauses_ptr = &outer_for_clauses;
16201 = gimple_build_omp_for (g, GF_OMP_FOR_KIND_TASKLOOP, outer_for_clauses,
16050 tree outer_for_clauses = NULL_TREE; local
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 13274 tree outer_for_clauses = NULL_TREE;
13275 tree *gforo_clauses_ptr = &outer_for_clauses;
13422 = gimple_build_omp_for (g, GF_OMP_FOR_KIND_TASKLOOP, outer_for_clauses,
13271 tree outer_for_clauses = NULL_TREE; local

Completed in 30 milliseconds