OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__lsan_is_turned_off
(Results
1 - 5
of
5
) sorted by null
/external/compiler-rt/lib/lsan/lit_tests/TestCases/
link_turned_off.cc
12
int
__lsan_is_turned_off
() {
function
/external/compiler-rt/include/sanitizer/
lsan_interface.h
32
int
__lsan_is_turned_off
();
/external/chromium_org/tools/xdisplaycheck/
xdisplaycheck.cc
114
extern "C" int
__lsan_is_turned_off
() { return 1; }
function
/external/compiler-rt/lib/lsan/
lsan_common.h
169
int
__lsan_is_turned_off
() SANITIZER_WEAK_ATTRIBUTE
lsan_common.cc
358
if (&
__lsan_is_turned_off
&&
__lsan_is_turned_off
())
560
int
__lsan_is_turned_off
() {
function
Completed in 316 milliseconds