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

  /src/external/gpl3/gcc/dist/gcc/cp/
semantics.cc 7198 int reduction_seen = 0;
7248 if (reduction_seen == 0)
7249 reduction_seen = OMP_CLAUSE_REDUCTION_INSCAN (c) ? -1 : 1;
7250 else if (reduction_seen != -2
7251 && reduction_seen != (OMP_CLAUSE_REDUCTION_INSCAN (c)
7257 reduction_seen = -2;
9237 if (reduction_seen < 0 && (ordered_seen || schedule_seen))
9238 reduction_seen = -2;
9275 if (reduction_seen == -2)
9335 if (reduction_seen == -2
7197 int reduction_seen = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
semantics.cc 6774 int reduction_seen = 0;
6817 if (reduction_seen == 0)
6818 reduction_seen = OMP_CLAUSE_REDUCTION_INSCAN (c) ? -1 : 1;
6819 else if (reduction_seen != -2
6820 && reduction_seen != (OMP_CLAUSE_REDUCTION_INSCAN (c)
6826 reduction_seen = -2;
8769 if (reduction_seen < 0 && (ordered_seen || schedule_seen))
8770 reduction_seen = -2;
8807 if (reduction_seen == -2)
8867 if (reduction_seen == -2
6773 int reduction_seen = 0; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 15017 int reduction_seen = 0;
15070 if (reduction_seen == 0)
15071 reduction_seen = OMP_CLAUSE_REDUCTION_INSCAN (c) ? -1 : 1;
15072 else if (reduction_seen != -2
15073 && reduction_seen != (OMP_CLAUSE_REDUCTION_INSCAN (c)
15079 reduction_seen = -2;
16504 if (reduction_seen < 0 && ordered_clause)
16509 reduction_seen = -2;
16512 if (reduction_seen < 0 && schedule_clause)
16517 reduction_seen = -2
14976 int reduction_seen = 0; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 14176 int reduction_seen = 0;
14221 if (reduction_seen == 0)
14222 reduction_seen = OMP_CLAUSE_REDUCTION_INSCAN (c) ? -1 : 1;
14223 else if (reduction_seen != -2
14224 && reduction_seen != (OMP_CLAUSE_REDUCTION_INSCAN (c)
14230 reduction_seen = -2;
15618 if (reduction_seen < 0 && ordered_clause)
15623 reduction_seen = -2;
15626 if (reduction_seen < 0 && schedule_clause)
15631 reduction_seen = -2
14137 int reduction_seen = 0; local
    [all...]

Completed in 35 milliseconds