| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleSValBuilder.cpp | 321 case BO_GT: in evalBinOpNN() 397 case BO_GT: in evalBinOpNN() 462 case BO_GT: in evalBinOpNN() 609 case BO_GT: in evalBinOpLL() 631 case BO_GT: in evalBinOpLL() 678 case BO_GT: in evalBinOpLL() 831 case BO_GT: in evalBinOpLL()
|
| H A D | SimpleConstraintManager.cpp | 251 case BO_GT: in assumeSymRel()
|
| H A D | BasicValueFactory.cpp | 207 case BO_GT: in evalAPSInt()
|
| H A D | BugReporterVisitors.cpp | 1368 case BO_LT: Op = BO_GT; break; in VisitTrueTest() 1369 case BO_GT: Op = BO_LT; break; in VisitTrueTest() 1379 case BO_GT: Op = BO_LE; break; in VisitTrueTest() 1380 case BO_LE: Op = BO_GT; break; in VisitTrueTest()
|
| H A D | ExprEngine.cpp | 130 SVal Constraint_untested = evalBinOp(state, BO_GT, V, in getInitialState()
|
| /minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
| H A D | OperationKinds.h | 313 BO_LT, BO_GT, BO_LE, BO_GE, // [C99 6.5.8] Relational operators. enumerator
|
| H A D | StmtVisitor.h | 57 case BO_GT: DISPATCH(BinGT, BinaryOperator); in Visit()
|
| H A D | Expr.h | 3021 case BO_GT: return BO_LE; in negateComparisonOp() 3022 case BO_LE: return BO_GT; in negateComparisonOp() 3033 case BO_LT: return BO_GT; in reverseComparisonOp() 3034 case BO_GT: return BO_LT; in reverseComparisonOp()
|
| /minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 461 SVal reverse = svalBuilder.evalBinOpLL(state, BO_GT, in CheckOverlap() 506 SVal Overlap = svalBuilder.evalBinOpLL(state, BO_GT, in CheckOverlap() 580 SVal willOverflow = svalBuilder.evalBinOpNN(state, BO_GT, left, in checkAdditionOverflow() 1223 .evalBinOpNN(state, BO_GT, *strLengthNL, *maxlenValNL, cmpTy) in evalstrLengthCommon()
|
| H A D | BasicObjCFoundationChecks.cpp | 959 SvalBuilder.evalBinOp(State, BO_GT, in assumeCollectionNonEmpty()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
| H A D | CFG.cpp | 596 if (Bok == BO_GT || Bok == BO_GE) { in checkIncorrectRelationalOperator() 675 case BO_GT: in analyzeLogicOperatorCondition() 704 if (BO1 == BO_GT) in checkIncorrectLogicOperator() 709 BO1 = BO_GT; in checkIncorrectLogicOperator() 725 if (BO2 == BO_GT) in checkIncorrectLogicOperator() 730 BO2 = BO_GT; in checkIncorrectLogicOperator()
|
| H A D | ThreadSafetyCommon.cpp | 530 case BO_GT: return translateBinOp(til::BOP_Lt, BO, Ctx, true); in translateBinaryOperator()
|
| /minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2135 (BO->getOpcode() == BO_LT || BO->getOpcode() == BO_GT), in CheckCond() 2139 (BO->getOpcode() == BO_GT || BO->getOpcode() == BO_GE), in CheckCond() 2140 (BO->getOpcode() == BO_LT || BO->getOpcode() == BO_GT), in CheckCond() 2726 CurScope, InitLoc, BO_GT, LastIteration.get(), in CheckOpenMPLoop() 2765 ExprResult IsUBGreater = SemaRef.BuildBinOp(CurScope, InitLoc, BO_GT, in CheckOpenMPLoop() 4744 BOK = BO_GT; in ActOnOpenMPReductionClause() 4846 if ((BOK == BO_GT || BOK == BO_LT) && in ActOnOpenMPReductionClause()
|
| H A D | SemaChecking.cpp | 5555 case BO_GT: in GetExprRange() 5802 } else if (op == BO_GT && IsZero(S, E->getLHS())) { in CheckTrivialUnsignedComparison() 5911 if (op == BO_GT || op == BO_GE) in DiagnoseOutOfRangeComparison() 5972 case BO_GT: in DiagnoseOutOfRangeComparison()
|
| H A D | SemaExpr.cpp | 9335 case tok::greater: Opc = BO_GT; break; in ConvertTokenKindToBinaryOpcode() 9556 case BO_GT: in CreateBuiltinBinOp()
|
| /minix3/external/bsd/llvm/dist/clang/lib/AST/ |
| H A D | Expr.cpp | 140 case BO_GT: in isKnownToHaveBooleanValue() 1781 case BO_GT: return ">"; in getOpcodeStr() 1822 case OO_Greater: return BO_GT; in getOverloadedOpcode()
|
| H A D | StmtProfile.cpp | 821 BinaryOp = BO_GT; in DecodeOperatorCall()
|
| H A D | ExprConstant.cpp | 1733 case BO_GT: Result = LHS > RHS; return true; in handleIntIntBinOp() 6919 case BO_GT: in VisitBinaryOperator() 7141 case BO_GT: return Success(CompareLHS > CompareRHS, E); in VisitBinaryOperator() 8858 case BO_GT: in CheckICE()
|
| /minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 2819 case BO_GT: in EmitCompare() 3493 case BO_GT: in EmitCompoundAssignmentLValue()
|