Searched refs:PostDec (Results 1 – 4 of 4) sorted by relevance
115 struct PostDec { struct116 PostDec operator--(int);117 PostDec& operator--();120 void incdec_test(PostInc pi, PostDec pd) { in incdec_test()122 const PostDec& pd1 = pd--; in incdec_test()124 PostDec &pd2 = --pd; in incdec_test()
155 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
384 UNARY_OPERATION(PostDec, "--")
45 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \