OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsLeakDetection
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Driver/
SanitizerArgs.h
42
NeedsLeakDetection
= Leak,
65
bool
needsLeakDetection
() const { return Kind &
NeedsLeakDetection
; }
67
return
needsLeakDetection
() && !needsAsanRt();
/external/clang/lib/Driver/
SanitizerArgs.cpp
90
bool NeedsLsan =
needsLeakDetection
();
105
<< lastArgumentForKind(D, Args,
NeedsLeakDetection
)
109
<< lastArgumentForKind(D, Args,
NeedsLeakDetection
)
Completed in 290 milliseconds