Searched refs:UO_PostDec (Results 1 - 13 of 13) sorted by relevance

/external/clang/include/clang/AST/
H A DOperationKinds.h331 UO_PostInc, UO_PostDec, // [C99 6.5.2.4] Postfix increment and decrement enumerator in enum:clang::UnaryOperatorKind
H A DStmtVisitor.h84 case UO_PostDec: DISPATCH(UnaryPostDec, UnaryOperator);
H A DExpr.h1694 return Op == UO_PostInc || Op == UO_PostDec;
1713 return Op == UO_PreDec || Op == UO_PostDec;
/external/clang/lib/Analysis/
H A DPseudoConstantAnalysis.cpp150 case UO_PostDec:
H A DLiveVariables.cpp432 case UO_PostDec:
H A DThreadSafetyCommon.cpp236 case UO_PostDec:
H A DThreadSafety.cpp2115 case clang::UO_PostDec:
/external/clang/lib/AST/
H A DExpr.cpp1027 case UO_PostDec: return "--";
1048 case OO_MinusMinus: return Postfix ? UO_PostDec : UO_PreDec;
1061 case UO_PostDec: case UO_PreDec: return OO_MinusMinus;
1999 case UO_PostDec:
H A DStmtProfile.cpp811 : UO_PostDec;
H A DExprConstant.cpp8441 case UO_PostDec:
/external/clang/lib/Sema/
H A DSemaStmt.cpp1470 case UO_PostDec:
H A DSemaExpr.cpp3730 case tok::minusminus: Opc = UO_PostDec; break;
9810 case UO_PostDec:
H A DSemaOverload.cpp10705 if (Opc == UO_PostInc || Opc == UO_PostDec) {

Completed in 8232 milliseconds