OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DropRef
(Results
1 - 3
of
3
) sorted by null
/external/swiftshader/third_party/LLVM/lib/VMCore/
Attributes.cpp
141
void
DropRef
() {
218
if (AttrList) AttrList->
DropRef
();
225
if (AttrList) AttrList->
DropRef
();
/external/llvm/include/llvm/Analysis/
CallGraph.h
223
CalledFunctions.back().second->
DropRef
();
245
I->second->
DropRef
();
286
void
DropRef
() { --NumReferences; }
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
CallGraph.h
191
void
DropRef
() { --NumReferences; }
245
CalledFunctions.back().second->
DropRef
();
270
I->second->
DropRef
();
Completed in 384 milliseconds