Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp1096 BinaryOperator::Opcode Op = U->isIncrementOp() ? BO_Add : BO_Sub; in VisitIncrementDecrementOperator()
1115 if (U->getType()->isBooleanType() && U->isIncrementOp()) in VisitIncrementDecrementOperator()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp518 if (UnaryOperator::isIncrementOp(opcode)) { in buildIncDecOperation()
H A DSemaOpenMP.cpp11463 Op = AtomicUnaryOp->isIncrementOp() ? BO_Add : BO_Sub; in checkStatement()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2274 static bool isIncrementOp(Opcode Op) { in isIncrementOp() function
2277 bool isIncrementOp() const { in isIncrementOp() function
2278 return isIncrementOp(getOpcode()); in isIncrementOp()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp8280 UO->isIncrementOp(), &RVal)) in VisitUnaryPostIncDec()
8904 UO->isIncrementOp(), nullptr); in VisitUnaryPreIncDec()