Home
last modified time | relevance | path

Searched refs:isPostfix (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h1943 static bool isPostfix(Opcode Op) { in isPostfix() function
1953 bool isPostfix() const { return isPostfix(getOpcode()); } in isPostfix() function
1992 return isPostfix() ? Val->getBeginLoc() : getOperatorLoc(); in getBeginLoc()
1995 return isPostfix() ? getOperatorLoc() : Val->getEndLoc(); in getEndLoc()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DStmtPrinter.cpp1170 if (!Node->isPostfix()) { in VisitUnaryOperator()
1191 if (Node->isPostfix()) in VisitUnaryOperator()
H A DTextNodeDumper.cpp757 OS << " " << (Node->isPostfix() ? "postfix" : "prefix") << " '" in VisitUnaryOperator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp1118 state = state->BindExpr(U, LCtx, U->isPostfix() ? V2 : Result); in VisitIncrementDecrementOperator()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp512 if (UnaryOperator::isPostfix(opcode) && in buildIncDecOperation()
H A DSemaOpenMP.cpp6481 IsPostfixUpdate = AtomicUnaryOp->isPostfix(); in checkStatement()