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

  /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.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/fortran/
gfortran.h 1585 unsigned inbranch:1, notinbranch:1, nogroup:1; member in struct:gfc_omp_clauses
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
gfortran.h 1531 unsigned inbranch:1, notinbranch:1, nogroup:1; member in struct:gfc_omp_clauses

Completed in 32 milliseconds