Home
last modified time | relevance | path

Searched refs:isDecrementOp (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaPseudoObject.cpp946 << unsigned(UnaryOperator::isDecrementOp(opcode)) in buildIncDecOperation()
958 << unsigned(UnaryOperator::isDecrementOp(opcode)) in buildIncDecOperation()
H A DSemaOpenMP.cpp7774 (UO->isDecrementOp() ? -1 : 1)) in checkAndSetInc()
/netbsd/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h2190 static bool isDecrementOp(Opcode Op) { in isDecrementOp() function
2193 bool isDecrementOp() const { in isDecrementOp() function
2194 return isDecrementOp(getOpcode()); in isDecrementOp()