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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DDeadStoresChecker.cpp301 if (!U->isIncrementOp() || U->isPrefix())
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp921 BinaryOperator::Opcode Op = U->isIncrementOp() ? BO_Add : BO_Sub;
/external/clang/include/clang/AST/
H A DExpr.h1705 static bool isIncrementOp(Opcode Op) { function in class:clang::StringLiteral::UnaryOperator
1708 bool isIncrementOp() const { function in class:clang::StringLiteral::UnaryOperator
1709 return isIncrementOp(getOpcode());
/external/clang/lib/Sema/
H A DSemaPseudoObject.cpp480 if (UnaryOperator::isIncrementOp(opcode)) {
/external/clang/lib/AST/
H A DExprConstant.cpp4154 UO->isIncrementOp(), &RVal))
4579 UO->isIncrementOp(), nullptr);

Completed in 124 milliseconds