reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 5503         IsConstant && Result.isSigned() && (Subtract != Result.isNegative());
 5505         IsConstant && Result.isSigned() && (Subtract == Result.isNegative());
 5510       TestIsLessOp = IsConstPos || (IsUnsigned && !Subtract);
 5513                   (IsConstNeg || (IsUnsigned && Subtract)) :
 5514                   (IsConstPos || (IsUnsigned && !Subtract))))) {
 5523     if (TestIsLessOp.getValue() == Subtract) {
 5527       Subtract = !Subtract;
 5527       Subtract = !Subtract;
 5532   SubtractStep = Subtract;