HomeSort by relevance Sort by last modified time
    Searched refs:PostInc (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaCXX/
overloaded-operator.cpp 110 struct PostInc {
111 PostInc operator++(int);
112 PostInc& operator++();
120 void incdec_test(PostInc pi, PostDec pd) {
121 const PostInc& pi1 = pi++;
123 PostInc &pi2 = ++pi;
  /external/clang/include/clang/AST/
StmtVisitor.h 152 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
RecursiveASTVisitor.h 39 OPERATOR(PostInc) OPERATOR(PostDec) \
    [all...]
  /external/clang/tools/libclang/
RecursiveASTVisitor.h 39 OPERATOR(PostInc) OPERATOR(PostDec) \
    [all...]

Completed in 132 milliseconds