OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reported_warning
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/asan/
asan_rtl.cc
418
static bool
reported_warning
= false;
local
419
if (
reported_warning
)
421
reported_warning
= true;
asan_interceptors.cc
204
static bool
reported_warning
= false;
local
205
if (!
reported_warning
) {
208
reported_warning
= true;
Completed in 60 milliseconds