Searched refs:BO_LT (Results 1 - 20 of 20) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h313 BO_LT, BO_GT, BO_LE, BO_GE, // [C99 6.5.8] Relational operators. enumerator in enum:clang::BinaryOperatorKind
H A DStmtVisitor.h56 case BO_LT: DISPATCH(BinLT, BinaryOperator);
H A DExpr.h2999 static bool isRelationalOp(Opcode Opc) { return Opc >= BO_LT && Opc<=BO_GE; }
3005 static bool isComparisonOp(Opcode Opc) { return Opc >= BO_LT && Opc<=BO_NE; }
3012 case BO_LT: return BO_GE;
3015 case BO_GE: return BO_LT;
3025 case BO_LT: return BO_GT;
3026 case BO_GT: return BO_LT;
/external/clang/lib/StaticAnalyzer/Core/
H A DSimpleSValBuilder.cpp320 case BO_LT:
396 case BO_LT:
461 case BO_LT:
571 bool leftFirst = (op == BO_LT || op == BO_LE);
608 case BO_LT:
628 case BO_LT:
682 case BO_LT:
829 case BO_LT:
H A DBasicValueFactory.cpp204 case BO_LT:
H A DSimpleConstraintManager.cpp257 case BO_LT:
H A DBugReporterVisitors.cpp1367 case BO_LT: Op = BO_GT; break;
1368 case BO_GT: Op = BO_LT; break;
1377 case BO_LT: Op = BO_GE; break;
1380 case BO_GE: Op = BO_LT; break;
H A DProgramState.cpp340 SVal inBound = svalBuilder.evalBinOpNN(this, BO_LT, newIdx.castAs<NonLoc>(),
/external/clang/lib/StaticAnalyzer/Checkers/
H A DVLASizeChecker.cpp140 SVal LessThanZeroVal = svalBuilder.evalBinOp(state, BO_LT, sizeD, Zero, Ty);
H A DArrayBoundCheckerV2.cpp115 svalBuilder.evalBinOpNN(state, BO_LT, rawOffset.getByteOffset(), *NV,
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp2176 (BO->getOpcode() == BO_LT || BO->getOpcode() == BO_LE),
2177 (BO->getOpcode() == BO_LT || BO->getOpcode() == BO_GT),
2182 (BO->getOpcode() == BO_LT || BO->getOpcode() == BO_GT),
2834 : SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT, IV.get(),
2837 ExprResult SeparatedCond = SemaRef.BuildBinOp(CurScope, CondLoc, BO_LT,
5300 BOK = BO_LT;
5409 if ((BOK == BO_GT || BOK == BO_LT) &&
5521 case BO_LT:
5533 (BOK != BO_LT)
5550 Context.getFloatTypeSemantics(Type), BOK != BO_LT);
[all...]
H A DSemaChecking.cpp5785 case BO_LT:
6025 if (op == BO_LT && IsZero(S, E->getRHS())) {
6144 else // op == BO_LT || op == BO_LE
6147 if (op == BO_LT || op == BO_LE)
6200 case BO_LT:
H A DSemaExpr.cpp6397 return (Opc >= BO_LT && Opc <= BO_NE) || (Opc >= BO_LAnd && Opc <= BO_LOr);
9840 case tok::less: Opc = BO_LT; break;
10061 case BO_LT:
/external/clang/lib/Analysis/
H A DCFG.cpp671 case BO_LT:
705 BO1 = BO_LT;
708 else if (BO1 == BO_LT)
726 BO2 = BO_LT;
729 else if (BO2 == BO_LT)
H A DThreadSafetyCommon.cpp518 case BO_LT: return translateBinOp(til::BOP_Lt, BO, Ctx);
/external/clang/lib/AST/
H A DStmtProfile.cpp863 BinaryOp = BO_LT;
H A DExpr.cpp139 case BO_LT: // Relational operators.
1792 case BO_LT: return "<";
1833 case OO_Less: return BO_LT;
H A DExprConstant.cpp1732 case BO_LT: Result = LHS < RHS; return true;
6922 case BO_LT:
7145 case BO_LT: return Success(CompareLHS < CompareRHS, E);
8875 case BO_LT:
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1507 case BO_LT:
H A DCGExprScalar.cpp2874 case BO_LT:
3546 case BO_LT:

Completed in 543 milliseconds