OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsLeak
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
ValistChecker.cpp
73
ValistBugVisitor(const MemRegion *Reg, bool
IsLeak
= false)
74
: Reg(Reg),
IsLeak
(
IsLeak
) {}
83
if (!
IsLeak
)
97
bool
IsLeak
;
MallocChecker.cpp
750
bool
IsLeak
;
753
MallocBugVisitor(SymbolRef S, bool
isLeak
= false)
755
ReleaseDestructorLC(nullptr),
IsLeak
(
isLeak
) {}
820
if (!
IsLeak
)
Completed in 19 milliseconds
Indexes created Tue Aug 11 00:25:38 UTC 2026