| /src/external/gpl3/gcc.old/dist/gcc/ |
| omp-general.cc | 1626 bool inbranch, notinbranch; member in struct:declare_variant_simd_data 1631 : inbranch(false), notinbranch(false), simdlen(NULL_TREE) {} 1644 data[i].notinbranch = true; 1670 if (data[0].notinbranch != data[1].notinbranch) 1671 r |= data[0].notinbranch ? 2 : 1;
|
| /src/external/gpl3/gcc/dist/gcc/ |
| omp-general.cc | 1824 bool inbranch, notinbranch; member in struct:declare_variant_simd_data 1829 : inbranch(false), notinbranch(false), simdlen(NULL_TREE) {} 1842 data[i].notinbranch = true; 1868 if (data[0].notinbranch != data[1].notinbranch) 1869 r |= data[0].notinbranch ? 2 : 1;
|
| /src/external/gpl3/gcc/dist/gcc/fortran/ |
| gfortran.h | 1585 unsigned inbranch:1, notinbranch:1, nogroup:1; member in struct:gfc_omp_clauses
|
| module.cc | 4360 minit ("NOTINBRANCH", 1), 4396 if (ods->clauses->notinbranch) 4448 case 1: ods->clauses->notinbranch = true; break;
|
| openmp.cc | 2799 && (m = gfc_match_dupl_check (!c->inbranch && !c->notinbranch, 3241 && (m = gfc_match_dupl_check (!c->notinbranch && !c->inbranch, 3242 "notinbranch")) != MATCH_NO) 3246 c->notinbranch = needs_space = true;
|
| trans-openmp.cc | 4373 if (clauses->notinbranch)
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| gfortran.h | 1531 unsigned inbranch:1, notinbranch:1, nogroup:1; member in struct:gfc_omp_clauses
|
| module.cc | 4341 minit ("NOTINBRANCH", 1), 4377 if (ods->clauses->notinbranch) 4429 case 1: ods->clauses->notinbranch = true; break;
|
| openmp.cc | 2214 && (m = gfc_match_dupl_check (!c->inbranch && !c->notinbranch, 2456 && (m = gfc_match_dupl_check (!c->notinbranch && !c->inbranch, 2457 "notinbranch")) != MATCH_NO) 2461 c->notinbranch = needs_space = true;
|
| trans-openmp.cc | 3885 if (clauses->notinbranch)
|