OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NeedsMsanRt
(Results
1 - 2
of
2
) 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
)
Completed in 34 milliseconds