HomeSort by: relevance | last modified time | path
    Searched refs:PRAGMA_OMP_CLAUSE_NUM_TEAMS (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/c-family/
c-pragma.h 140 PRAGMA_OMP_CLAUSE_NUM_TEAMS,
c-omp.cc 2183 << PRAGMA_OMP_CLAUSE_NUM_TEAMS))) == 0)
2209 if ((mask & ((OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS)
2219 << PRAGMA_OMP_CLAUSE_NUM_TEAMS)) != 0)
2236 else if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS))
2363 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS))
2493 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS))
2547 << PRAGMA_OMP_CLAUSE_NUM_TEAMS)) != 0)
2734 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS))
2767 << PRAGMA_OMP_CLAUSE_NUM_TEAMS)) == 0)
2970 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS)) == 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pragma.h 133 PRAGMA_OMP_CLAUSE_NUM_TEAMS,
c-omp.cc 1994 << PRAGMA_OMP_CLAUSE_NUM_TEAMS))) == 0)
2020 if ((mask & ((OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS)
2030 << PRAGMA_OMP_CLAUSE_NUM_TEAMS)) != 0)
2047 else if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS))
2174 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS))
2304 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS))
2358 << PRAGMA_OMP_CLAUSE_NUM_TEAMS)) != 0)
2545 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS))
2578 << PRAGMA_OMP_CLAUSE_NUM_TEAMS)) == 0)
2767 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS)) == 0
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-parser.cc 12843 result = PRAGMA_OMP_CLAUSE_NUM_TEAMS;
17055 case PRAGMA_OMP_CLAUSE_NUM_TEAMS:
20680 | (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS) \
  /src/external/gpl3/gcc/dist/gcc/c/
c-parser.cc 14994 result = PRAGMA_OMP_CLAUSE_NUM_TEAMS;
19710 case PRAGMA_OMP_CLAUSE_NUM_TEAMS:
23745 | (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS) \
  /src/external/gpl3/gcc.old/dist/gcc/cp/
parser.cc     [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
parser.cc     [all...]

Completed in 99 milliseconds