HomeSort by: relevance | last modified time | path
    Searched refs:isIncrementOp (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 363 if (!U->isIncrementOp() || U->isPrefix())
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineC.cpp 1116 BinaryOperator::Opcode Op = U->isIncrementOp() ? BO_Add : BO_Sub;
1135 if (U->getType()->isBooleanType() && U->isIncrementOp())
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
Expr.h 2183 static bool isIncrementOp(Opcode Op) {
2186 bool isIncrementOp() const {
2187 return isIncrementOp(getOpcode());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaPseudoObject.cpp 511 if (UnaryOperator::isIncrementOp(opcode)) {
SemaOpenMP.cpp 10563 Op = AtomicUnaryOp->isIncrementOp() ? BO_Add : BO_Sub;
  /src/external/apache2/llvm/dist/clang/lib/AST/
ExprConstant.cpp 7849 UO->isIncrementOp(), &RVal))
8409 UO->isIncrementOp(), nullptr);

Completed in 50 milliseconds