OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelfSymbol
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ObjCSuperDeallocChecker.cpp
120
SymbolRef
SelfSymbol
= State->getSelfSVal(LC).getAsSymbol();
121
assert(
SelfSymbol
&& "No receiver symbol at call to [super dealloc]?");
126
State = State->add<CalledSuperDealloc>(
SelfSymbol
);
CheckObjCDealloc.cpp
262
SymbolRef
SelfSymbol
= SelfVal.getAsSymbol();
276
if (const SymbolSet *CurrSet = State->get<UnreleasedIvarMap>(
SelfSymbol
))
299
State = State->set<UnreleasedIvarMap>(
SelfSymbol
, RequiredReleases);
Completed in 37 milliseconds
Indexes created Wed Sep 09 00:24:13 UTC 2026