Searched refs:BO_GT (Results 1 - 16 of 16) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h310 BO_LT, BO_GT, BO_LE, BO_GE, // [C99 6.5.8] Relational operators. enumerator in enum:clang::BinaryOperatorKind
H A DStmtVisitor.h57 case BO_GT: DISPATCH(BinGT, BinaryOperator);
H A DExpr.h2979 case BO_GT: return BO_LE;
2980 case BO_LE: return BO_GT;
2991 case BO_LT: return BO_GT;
2992 case BO_GT: return BO_LT;
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp295 case BO_GT:
371 case BO_GT:
436 case BO_GT:
584 case BO_GT:
606 case BO_GT:
653 case BO_GT:
689 case BO_GT:
811 case BO_GT:
H A DBasicValueFactory.cpp207 case BO_GT:
H A DSimpleConstraintManager.cpp282 case BO_GT:
H A DBugReporterVisitors.cpp1372 case BO_LT: Op = BO_GT; break;
1373 case BO_GT: Op = BO_LT; break;
1383 case BO_GT: Op = BO_LE; break;
1384 case BO_LE: Op = BO_GT; break;
H A DExprEngine.cpp119 SVal Constraint_untested = evalBinOp(state, BO_GT, V,
/external/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp456 SVal reverse = svalBuilder.evalBinOpLL(state, BO_GT,
501 SVal Overlap = svalBuilder.evalBinOpLL(state, BO_GT,
574 SVal willOverflow = svalBuilder.evalBinOpNN(state, BO_GT, left,
1175 state, BO_GT, *strLengthNL, *maxlenValNL, cmpTy)
H A DBasicObjCFoundationChecks.cpp915 SvalBuilder.evalBinOp(State, BO_GT,
/external/clang/lib/AST/
H A DStmtProfile.cpp621 BinaryOp = BO_GT;
H A DExpr.cpp168 case BO_GT:
1695 case BO_GT: return ">";
1736 case OO_Greater: return BO_GT;
H A DExprConstant.cpp1571 case BO_GT: Result = LHS > RHS; return true;
6464 case BO_GT:
6665 case BO_GT: return Success(CompareLHS > CompareRHS, E);
8276 case BO_GT:
/external/clang/lib/Sema/
H A DSemaChecking.cpp4486 case BO_GT:
4726 } else if (op == BO_GT && IsZero(S, E->getLHS())) {
4816 if (op == BO_GT || op == BO_GE)
4823 else // op == BO_GT || op == BO_GE
H A DSemaExpr.cpp8751 case tok::greater: Opc = BO_GT; break;
8941 case BO_GT:
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp2644 case BO_GT:
3266 case BO_GT:

Completed in 342 milliseconds