OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kCppMode
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/tsan/rtl/
tsan_defs.h
29
const bool
kCppMode
= false;
35
const bool
kCppMode
= true;
tsan_update_shadow_word_inl.h
61
if (
kCppMode
&& Shadow::TwoRangesIntersect(old, cur, kAccessSize)) {
tsan_platform_linux.cc
265
if (
kCppMode
) {
Completed in 107 milliseconds