OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsMsanRt
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Driver/
SanitizerArgs.h
40
NeedsMsanRt
= Memory,
64
bool
needsMsanRt
() const { return Kind &
NeedsMsanRt
; }
/external/clang/lib/Driver/
SanitizerArgs.cpp
89
bool NeedsMsan =
needsMsanRt
();
98
<< lastArgumentForKind(D, Args,
NeedsMsanRt
);
102
<< lastArgumentForKind(D, Args,
NeedsMsanRt
);
110
<< lastArgumentForKind(D, Args,
NeedsMsanRt
);
195
if (
needsMsanRt
())
324
else if (Kind &
NeedsMsanRt
)
Tools.cpp
[
all
...]
Completed in 26 milliseconds