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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp362 if (!U->isIncrementOp() || U->isPrefix())
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp1110 BinaryOperator::Opcode Op = U->isIncrementOp() ? BO_Add : BO_Sub;
1129 if (U->getType()->isBooleanType() && U->isIncrementOp())
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2219 static bool isIncrementOp(Opcode Op) { function in class:clang::final::final
2222 bool isIncrementOp() const { function in class:clang::final::final
2223 return isIncrementOp(getOpcode());
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp511 if (UnaryOperator::isIncrementOp(opcode)) {
H A DSemaOpenMP.cpp9635 Op = AtomicUnaryOp->isIncrementOp() ? BO_Add : BO_Sub;
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp7485 UO->isIncrementOp(), &RVal))
8018 UO->isIncrementOp(), nullptr);

Completed in 400 milliseconds