OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EndWarning
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_report_decorator.h
31
const char *
EndWarning
() { return Default(); }
/external/compiler-rt/lib/asan/
asan_report.cc
608
Printf("%s", d.
EndWarning
());
623
Printf("%s", d.
EndWarning
());
640
Printf("%s", d.
EndWarning
());
657
Printf("%s", d.
EndWarning
());
678
Printf("%s", d.
EndWarning
());
695
Printf("%s", d.
EndWarning
());
708
Printf("%s", d.
EndWarning
());
725
Printf("%s", d.
EndWarning
());
739
Printf("%s", d.
EndWarning
());
766
Printf("%s", d.
EndWarning
());
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_report.cc
24
const char *
EndWarning
() { return Default(); }
246
Printf("%s", d.
EndWarning
());
/external/compiler-rt/lib/ubsan/
ubsan_diag.cc
287
Decor.Warning(), Decor.
EndWarning
(), Decor.Bold());
Completed in 710 milliseconds