Semantics : PostfixExpr

PostfixExpr  ::=  PrimaryExpr ( ++ | -- )?

Used by:  

An integral expression that is value before the sub-expression is incremented/decremented.