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

References

tools/clang/include/clang/Basic/FixedPoint.h
  147     if (Val < 0 && Val != -Val) // Cover the case when we have the min val
tools/clang/lib/AST/ExprConstant.cpp
 2472   if (Result.extend(BitWidth) != Value) {
 2579   case BO_NE: Result = LHS != RHS; return true;
10887       if (Char1.getInt() != Char2.getInt()) {
11887     if (Result.extend(65) != TrueResult &&
tools/clang/lib/Analysis/CFG.cpp
 1019         return TryResult(Value1 != Value2);
tools/clang/lib/Basic/FixedPoint.cpp
  180   if (Val.isSigned() && Val.isNegative() && Val != -Val) {
tools/clang/lib/Lex/PPExpressions.cpp
  732       Res = LHS.Val != RHS.Val;
tools/clang/lib/Sema/SemaExpr.cpp
 8906     if (Result != ConvertBack)
tools/clang/lib/Sema/SemaOverload.cpp
  363         if (IntConstantValue != ConvertedValue) {
  457         if (ConvertedValue != InitializerValue)
tools/clang/lib/Sema/SemaStmt.cpp
  778     if (ConvVal != Val)
 1307           if (EI == EIend || EI->first != RhsVal) {
tools/clang/lib/StaticAnalyzer/Checkers/StdLibraryFunctionsChecker.cpp
  288     if (Left != PlusInf) {
  296     if (Right != MinusInf) {
tools/clang/lib/StaticAnalyzer/Core/BasicValueFactory.cpp
  284       return &getTruthValue( V1 != V2 );
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp
  467   if (Operator == BO_Or && RHS != Zero)