OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LeakedSyms
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
FuchsiaHandleChecker.cpp
509
SmallVector<SymbolRef, 2>
LeakedSyms
;
521
LeakedSyms
.push_back(CurItem.first);
526
if (!
LeakedSyms
.empty())
527
N = reportLeaks(
LeakedSyms
, C, N);
StreamChecker.cpp
344
ExplodedNode *reportLeaks(const SmallVector<SymbolRef, 2> &
LeakedSyms
,
967
StreamChecker::reportLeaks(const SmallVector<SymbolRef, 2> &
LeakedSyms
,
973
for (SymbolRef LeakSym :
LeakedSyms
) {
1009
llvm::SmallVector<SymbolRef, 2>
LeakedSyms
;
1018
LeakedSyms
.push_back(Sym);
1023
if (!
LeakedSyms
.empty())
1024
N = reportLeaks(
LeakedSyms
, C, N);
Completed in 37 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026