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

  /src/usr.bin/make/unit-tests/
directive-ifndef.mk 28 # The '.ifndef' directive can be used with multiple arguments, even negating
cond-token-plain.mk 90 # as well as for negating a comparison result.
  /src/external/gpl3/gcc/dist/gcc/
omp-expand.cc 1608 bool negating; local
1617 negating = !up && TYPE_UNSIGNED (TREE_TYPE (s));
1618 if (negating)
1621 if (negating)
1627 negating = !up && TYPE_UNSIGNED (iter_type);
1629 fold_convert (plus_type, negating ? b : e),
1630 fold_convert (plus_type, negating ? e : b));
1632 if (negating)
7697 bool negating; local
7760 negating = !up && TYPE_UNSIGNED (TREE_TYPE (s))
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
omp-expand.cc 1607 bool negating; local
1616 negating = !up && TYPE_UNSIGNED (TREE_TYPE (s));
1617 if (negating)
1620 if (negating)
1626 negating = !up && TYPE_UNSIGNED (iter_type);
1628 fold_convert (plus_type, negating ? b : e),
1629 fold_convert (plus_type, negating ? e : b));
1631 if (negating)
7608 bool negating; local
7671 negating = !up && TYPE_UNSIGNED (TREE_TYPE (s))
    [all...]

Completed in 27 milliseconds