Searched refs:isComparisonOp (Results 1 - 19 of 19) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangedConstraintManager.cpp37 if (BinaryOperator::isComparisonOp(op) && op != BO_Cmp) {
51 if (BinaryOperator::isComparisonOp(Op)) {
156 assert(BinaryOperator::isComparisonOp(Op) &&
166 if (BinaryOperator::isComparisonOp(SE->getOpcode()))
H A DSimpleSValBuilder.cpp183 if (BinaryOperator::isComparisonOp(op)) {
295 if (BinaryOperator::isComparisonOp(Op))
310 if (BinaryOperator::isComparisonOp(Op)) {
347 (!BinaryOperator::isComparisonOp(Op) ||
371 if (BinaryOperator::isComparisonOp(Op)) {
472 if (!BinaryOperator::isComparisonOp(op))
480 if (!BinaryOperator::isComparisonOp(op))
516 if (BinaryOperator::isComparisonOp(op)) {
700 if (!BinaryOperator::isComparisonOp(op))
781 if (!(BinaryOperator::isComparisonOp(o
[all...]
H A DRangeConstraintManager.cpp1502 if (!BinaryOperator::isComparisonOp(CurrentOP) || (CurrentOP == BO_Cmp))
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DMismatchedIteratorChecker.cpp196 if (!BO->isComparisonOp())
H A DTestAfterDivZeroChecker.cpp216 if (B->isComparisonOp()) {
H A DMallocOverflowSecurityChecker.cpp230 if (E->isComparisonOp()) {
H A DIdenticalExprChecker.cpp190 if (BinaryOperator::isComparisonOp(Op))
H A DIteratorModeling.cpp812 assert(BinaryOperator::isComparisonOp(
/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h359 if (BinaryOperator::isComparisonOp(Op) ||
478 *hasComparison = BinaryOperator::isComparisonOp(BSE->getOpcode());
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DReachableCode.cpp243 IncludeIntegers &= (B->isLogicalOp() || B->isComparisonOp());
H A DBodyFarm.cpp130 BinaryOperator::isComparisonOp(Op));
H A DCFG.cpp1093 if (!LHS->isComparisonOp() || !RHS->isComparisonOp())
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DExprCXX.h125 static bool isComparisonOp(OverloadedOperatorKind Opc) { function in class:clang::final
139 bool isComparisonOp() const { return isComparisonOp(getOperator()); } function in class:clang::final
329 bool isComparisonOp() const { return true; } function in class:clang::CXXRewrittenBinaryOperator
H A DExpr.h3913 static bool isComparisonOp(Opcode Opc) { return Opc >= BO_Cmp && Opc<=BO_NE; }
3914 bool isComparisonOp() const { return isComparisonOp(getOpcode()); }
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DExprConstant.cpp3008 else if (BinaryOperator::isComparisonOp(Opcode))
12840 assert(E->isComparisonOp() && "expected comparison operator");
12939 assert(E->isComparisonOp() && "Invalid binary operator!");
13168 assert(E->isComparisonOp() && "unexpected nullptr operation");
13240 if (E->isComparisonOp()) {
/openbsd-current/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5691 return Node.isComparisonOp();
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaExpr.cpp9253 return OP->isComparisonOp() || OP->isLogicalOp();
15398 bool isLeftComp = LHSBO && LHSBO->isComparisonOp();
15399 bool isRightComp = RHSBO && RHSBO->isComparisonOp();
15569 if (BinaryOperator::isComparisonOp(Opc))
H A DSemaStmt.cpp135 if (!Op->isComparisonOp())
H A DSemaChecking.cpp11399 if (!Size->isComparisonOp() && !Size->isLogicalOp())
14510 if (BO->isComparisonOp())

Completed in 1004 milliseconds