Searched refs:PRAGMA_OMP_CLAUSE_NUM_TEAMS (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pragma.h119 PRAGMA_OMP_CLAUSE_NUM_TEAMS, enumerator in enum:pragma_omp_clause
H A Dc-omp.c1465 << PRAGMA_OMP_CLAUSE_NUM_TEAMS))) == 0)
1480 if ((mask & ((OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS)
1490 << PRAGMA_OMP_CLAUSE_NUM_TEAMS)) != 0)
1507 else if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS))
1633 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS))
1732 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS))
1948 if ((mask & (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS)) == 0)
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pragma.h133 PRAGMA_OMP_CLAUSE_NUM_TEAMS, enumerator in enum:pragma_omp_clause
H A Dc-omp.cc1994 << 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))
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c12766 result = PRAGMA_OMP_CLAUSE_NUM_TEAMS;
16392 case PRAGMA_OMP_CLAUSE_NUM_TEAMS:
19341 | (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS) \
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc12845 result = PRAGMA_OMP_CLAUSE_NUM_TEAMS;
17057 case PRAGMA_OMP_CLAUSE_NUM_TEAMS:
20684 | (OMP_CLAUSE_MASK_1 << PRAGMA_OMP_CLAUSE_NUM_TEAMS) \
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc[all...]

Completed in 328 milliseconds