Home
last modified time | relevance | path

Searched refs:PostDec (Results 1 – 4 of 4) sorted by relevance

/external/clang/test/SemaCXX/
Doverloaded-operator.cpp115 struct PostDec { struct
116 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()
/external/clang/include/clang/AST/
DStmtVisitor.h155 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
DOperationKinds.def384 UNARY_OPERATION(PostDec, "--")
DRecursiveASTVisitor.h45 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \