Home
last modified time | relevance | path

Searched refs:isIncrementOp (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp363 if (!U->isIncrementOp() || U->isPrefix()) in observeStmt()
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngineC.cpp1104 BinaryOperator::Opcode Op = U->isIncrementOp() ? BO_Add : BO_Sub; in VisitIncrementDecrementOperator()
1123 if (U->getType()->isBooleanType() && U->isIncrementOp()) in VisitIncrementDecrementOperator()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DExpr.h2238 static bool isIncrementOp(Opcode Op) { in isIncrementOp() function
2241 bool isIncrementOp() const { in isIncrementOp() function
2242 return isIncrementOp(getOpcode()); in isIncrementOp()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaPseudoObject.cpp511 if (UnaryOperator::isIncrementOp(opcode)) { in buildIncDecOperation()
DSemaOpenMP.cpp10598 Op = AtomicUnaryOp->isIncrementOp() ? BO_Add : BO_Sub; in checkStatement()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DExprConstant.cpp7858 UO->isIncrementOp(), &RVal)) in VisitUnaryPostIncDec()
8418 UO->isIncrementOp(), nullptr); in VisitUnaryPreIncDec()