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 - 8
of
8
) sorted by null
/external/compiler-rt/test/lsan/TestCases/
link_turned_off.cc
12
int
__lsan_is_turned_off
() {
function
/external/compiler-rt/include/sanitizer/
lsan_interface.h
67
int
__lsan_is_turned_off
();
/external/python/cpython3/Modules/_xxtestfuzz/
fuzzer.c
89
int
__lsan_is_turned_off
(void) { return 1; }
function
/external/compiler-rt/lib/lsan/
lsan_common.h
191
int
__lsan_is_turned_off
();
lsan_common.cc
436
if (&
__lsan_is_turned_off
&&
__lsan_is_turned_off
())
755
int
__lsan_is_turned_off
() {
function
/external/clang/utils/TableGen/
TableGen.cpp
258
int
__lsan_is_turned_off
() { return 1; }
function
/external/llvm/utils/TableGen/
TableGen.cpp
202
int
__lsan_is_turned_off
() { return 1; }
function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
TableGen.cpp
255
LLVM_ATTRIBUTE_USED int
__lsan_is_turned_off
() { return 1; }
function
Completed in 2064 milliseconds