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

1 2

  /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 90 PostInc = 6 // Post increment addressing mode
  /external/clang/include/clang/AST/
StmtVisitor.h 155 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
RecursiveASTVisitor.h 45 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 155 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
RecursiveASTVisitor.h 56 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
StmtVisitor.h 155 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
RecursiveASTVisitor.h 56 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
StmtVisitor.h 155 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
RecursiveASTVisitor.h 56 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtVisitor.h 155 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
StmtVisitor.h 155 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
StmtVisitor.h 155 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
  /external/llvm/lib/Target/Hexagon/
HexagonSplitDouble.cpp 587 bool PostInc = (OrigOpc == Hexagon::L2_loadrd_pi ||
594 unsigned AdrX = PostInc ? (Load ? 2 : 1)
599 : (PostInc ? MI->getOperand(3)
606 int64_t Off = PostInc ? 0 : MI->getOperand(2).getImm();
615 int64_t Off = PostInc ? 0 : MI->getOperand(1).getImm();
626 if (PostInc) {
    [all...]
HexagonRDFOpt.cpp 207 if (HII.getAddrMode(MI) != HexagonII::PostInc)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
StmtVisitor.h 157 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
RecursiveASTVisitor.h 56 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
StmtVisitor.h 157 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
RecursiveASTVisitor.h 56 OPERATOR(PostInc) OPERATOR(PostDec) OPERATOR(PreInc) OPERATOR(PreDec) \
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
StmtVisitor.h 157 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
StmtVisitor.h 157 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
StmtVisitor.h 157 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
StmtVisitor.h 157 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
StmtVisitor.h 157 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
StmtVisitor.h 157 UNARYOP_FALLBACK(PostInc) UNARYOP_FALLBACK(PostDec)

Completed in 2186 milliseconds

1 2