Searched refs:dropRef (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/Rewrite/Core/
H A DRewriteRope.h41 void dropRef() { function in struct:clang::RopeRefCountString
79 StrData->dropRef();
85 StrData->dropRef();
207 AllocBuffer->dropRef();
/external/llvm/include/llvm/Bitcode/
H A DBitCodes.h172 void dropRef() { if (--RefCount == 0) delete this; } function in class:llvm::BitCodeAbbrev
H A DBitstreamReader.h84 Info.Abbrevs[i]->dropRef();
514 CurAbbrevs[i]->dropRef();
H A DBitstreamWriter.h109 Info.Abbrevs[i]->dropRef();
248 CurAbbrevs[i]->dropRef();
/external/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h88 OldAS->dropRef(AST);
142 void dropRef(AliasSetTracker &AST) { function in class:llvm::AliasSet
244 Forward->dropRef(AST);
/external/llvm/lib/Bitcode/Reader/
H A DBitstreamReader.cpp44 CurAbbrevs[i]->dropRef();
51 Abbrevs[i]->dropRef();
/external/llvm/lib/Analysis/
H A DAliasSetTracker.cpp83 Fwd->dropRef(*this);
512 AS->dropRef(*this);
/external/clang/lib/Rewrite/Core/
H A DRewriteRope.cpp792 AllocBuffer->dropRef();

Completed in 822 milliseconds