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

  /external/clang/include/clang/Rewrite/Core/
RewriteRope.h 40 void dropRef() {
78 StrData->dropRef();
84 StrData->dropRef();
201 AllocBuffer->dropRef();
  /external/llvm/include/llvm/Bitcode/
BitCodes.h 172 void dropRef() { if (--RefCount == 0) delete this; }
BitstreamReader.h 85 Info.Abbrevs[i]->dropRef();
516 CurAbbrevs[i]->dropRef();
BitstreamWriter.h 109 Info.Abbrevs[i]->dropRef();
248 CurAbbrevs[i]->dropRef();
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 89 OldAS->dropRef(AST);
143 void dropRef(AliasSetTracker &AST) {
244 Forward->dropRef(AST);
  /external/llvm/lib/Bitcode/Reader/
BitstreamReader.cpp 44 CurAbbrevs[i]->dropRef();
51 Abbrevs[i]->dropRef();
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 84 Fwd->dropRef(*this);
515 AS->dropRef(*this);

Completed in 1259 milliseconds