OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:needsTsanRt
(Results
1 - 3
of
3
) sorted by null
/external/clang/include/clang/Driver/
SanitizerArgs.h
39
NeedsTsanRt
= Thread,
63
bool
needsTsanRt
() const { return Kind &
NeedsTsanRt
; }
/external/clang/lib/Driver/
SanitizerArgs.cpp
88
bool NeedsTsan =
needsTsanRt
();
94
<< lastArgumentForKind(D, Args,
NeedsTsanRt
);
101
<< lastArgumentForKind(D, Args,
NeedsTsanRt
)
106
<< lastArgumentForKind(D, Args,
NeedsTsanRt
);
326
else if (Kind &
NeedsTsanRt
)
Tools.cpp
[
all
...]
Completed in 27 milliseconds