Home
last modified time | relevance | path

Searched refs:USE_AFTER_FREE (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/standalone/include/scudo/
Dinterface.h81 USE_AFTER_FREE, enumerator
/external/scudo/standalone/include/scudo/
Dinterface.h82 USE_AFTER_FREE, enumerator
/external/gwp_asan/gwp_asan/
Dcommon.h24 USE_AFTER_FREE, enumerator
Dcommon.cpp23 case Error::USE_AFTER_FREE: in ErrorToString()
Dcrash_handler.cpp74 return Error::USE_AFTER_FREE; in __gwp_asan_diagnose_error()
/external/llvm-project/compiler-rt/lib/gwp_asan/
Dcommon.h24 USE_AFTER_FREE, enumerator
Dcommon.cpp23 case Error::USE_AFTER_FREE: in ErrorToString()
Dcrash_handler.cpp73 return Error::USE_AFTER_FREE; in __gwp_asan_diagnose_error()
/external/gwp_asan/gwp_asan/optional/
Dsegv_handler_posix.cpp53 if (E == Error::USE_AFTER_FREE) { in printHeader()
/external/llvm-project/compiler-rt/lib/gwp_asan/optional/
Dsegv_handler_posix.cpp85 if (E == Error::USE_AFTER_FREE) { in printHeader()
/external/gwp_asan/gwp_asan/tests/
Dcrash_handler_api.cpp181 EXPECT_EQ(Error::USE_AFTER_FREE, in TEST_F()
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Dcrash_handler_api.cpp180 EXPECT_EQ(Error::USE_AFTER_FREE, in TEST_F()
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h883 R->error_type = USE_AFTER_FREE; in getErrorInfo()
/external/scudo/standalone/
Dcombined.h1406 R->error_type = USE_AFTER_FREE; in getRingBufferErrorInfo()