HomeSort by relevance Sort by last modified time
    Searched refs:PostInc (Results 1 - 6 of 6) 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/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonBaseInfo.h 69 PostInc = 6 // Post increment addressing mode
  /external/clang/include/clang/AST/
StmtVisitor.h 153 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
DataRecursiveASTVisitor.h 42 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \
    [all...]
RecursiveASTVisitor.h 42 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]

Completed in 158 milliseconds