OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dropref
(Results
1 - 9
of
9
) sorted by null
/external/clang/include/clang/Rewrite/
RewriteRope.h
39
void
dropRef
() {
74
StrData->
dropRef
();
79
StrData->
dropRef
();
194
AllocBuffer->
dropRef
();
/external/llvm/lib/Analysis/IPA/
CallGraph.cpp
286
I->second->
DropRef
();
300
Callee->
DropRef
();
314
Callee->
DropRef
();
330
I->second->
DropRef
();
/external/llvm/include/llvm/Analysis/
AliasSetTracker.h
89
OldAS->
dropRef
(AST);
144
void
dropRef
(AliasSetTracker &AST) {
245
Forward->
dropRef
(AST);
CallGraph.h
191
void
DropRef
() { --NumReferences; }
245
CalledFunctions.back().second->
DropRef
();
270
I->second->
DropRef
();
/external/llvm/lib/VMCore/
Attributes.cpp
141
void
DropRef
() {
218
if (AttrList) AttrList->
DropRef
();
225
if (AttrList) AttrList->
DropRef
();
/external/llvm/include/llvm/Bitcode/
BitstreamReader.h
74
Info.Abbrevs[i]->
dropRef
();
211
CurAbbrevs[i]->
dropRef
();
220
Abbrevs[i]->
dropRef
();
437
CurAbbrevs[i]->
dropRef
();
BitCodes.h
170
void
dropRef
() { if (--RefCount == 0) delete this; }
BitstreamWriter.h
76
Info.Abbrevs[i]->
dropRef
();
232
CurAbbrevs[i]->
dropRef
();
/external/llvm/lib/Analysis/
AliasSetTracker.cpp
84
Fwd->
dropRef
(*this);
514
AS->
dropRef
(*this);
Completed in 252 milliseconds