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

  /src/external/gpl3/gcc/dist/gcc/
gimple.h 154 GF_OMP_PARALLEL_COMBINED = 1 << 0,
2464 GF_OMP_PARALLEL_COMBINED flag set. */
2470 return (gimple_omp_subcode (g) & GF_OMP_PARALLEL_COMBINED) != 0;
2474 /* Set the GF_OMP_PARALLEL_COMBINED field in G depending on the boolean
2482 g->subcode |= GF_OMP_PARALLEL_COMBINED;
2484 g->subcode &= ~GF_OMP_PARALLEL_COMBINED;
  /src/external/gpl3/gcc.old/dist/gcc/
gimple.h 153 GF_OMP_PARALLEL_COMBINED = 1 << 0,
2405 GF_OMP_PARALLEL_COMBINED flag set. */
2411 return (gimple_omp_subcode (g) & GF_OMP_PARALLEL_COMBINED) != 0;
2415 /* Set the GF_OMP_PARALLEL_COMBINED field in G depending on the boolean
2423 g->subcode |= GF_OMP_PARALLEL_COMBINED;
2425 g->subcode &= ~GF_OMP_PARALLEL_COMBINED;

Completed in 25 milliseconds