Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaPseudoObject.cpp954 << unsigned(UnaryOperator::isDecrementOp(opcode)) in buildIncDecOperation()
966 << unsigned(UnaryOperator::isDecrementOp(opcode)) in buildIncDecOperation()
H A DSemaOpenMP.cpp8350 (UO->isDecrementOp() ? -1 : 1)) in checkAndSetInc()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h2281 static bool isDecrementOp(Opcode Op) { in isDecrementOp() function
2284 bool isDecrementOp() const { in isDecrementOp() function
2285 return isDecrementOp(getOpcode()); in isDecrementOp()