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

  /src/external/gpl3/gcc/dist/gcc/
gimple.h 199 GF_OMP_ATOMIC_MEMORY_ORDER = (1 << 6) - 1,
2542 (gimple_omp_subcode (g) & GF_OMP_ATOMIC_MEMORY_ORDER);
2553 g->subcode = ((g->subcode & ~GF_OMP_ATOMIC_MEMORY_ORDER)
2554 | (mo & GF_OMP_ATOMIC_MEMORY_ORDER));
  /src/external/gpl3/gcc.old/dist/gcc/
gimple.h 197 GF_OMP_ATOMIC_MEMORY_ORDER = (1 << 6) - 1,
2483 (gimple_omp_subcode (g) & GF_OMP_ATOMIC_MEMORY_ORDER);
2494 g->subcode = ((g->subcode & ~GF_OMP_ATOMIC_MEMORY_ORDER)
2495 | (mo & GF_OMP_ATOMIC_MEMORY_ORDER));

Completed in 16 milliseconds