Home
last modified time | relevance | path

Searched defs:Leak (Results 1 – 11 of 11) sorted by relevance

/external/compiler-rt/lib/lsan/
Dlsan_common.h62 struct Leak { struct
71 struct LeakedObject { argument
Dlsan_common.cc117 const char *Leak() { return Blue(); } in Leak() function in __lsan::Decorator
/external/llvm-project/compiler-rt/lib/lsan/
Dlsan_common.h83 struct Leak { struct
92 struct LeakedObject { argument
Dlsan_common.cpp125 const char *Leak() { return Blue(); } in Leak() function in __lsan::Decorator
/external/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dsanitizer_set_death_callback_test.cc25 void Leak() { in Leak() function
/external/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Posix/
Dsanitizer_set_death_callback_test.cpp29 void Leak() { in Leak() function
/external/pdfium/core/fxcrt/
Dretain_ptr.h61 T* Leak() { return m_pObj.release(); } in Leak() function
Dretain_ptr_unittest.cpp119 TEST(RetainPtr, Leak) { in TEST() argument
/external/webrtc/modules/video_coding/utility/
Dframe_dropper.cc125 void FrameDropper::Leak(uint32_t input_framerate) { in Leak() function in webrtc::FrameDropper
/external/llvm-project/lldb/source/Expression/
DIRMemoryMap.cpp430 void IRMemoryMap::Leak(lldb::addr_t process_address, Status &error) { in Leak() function in IRMemoryMap
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp1732 class Leak : public CFRefBug { class
1734 Leak(const CheckerBase *checker, StringRef name) : CFRefBug(checker, name) { in Leak() function in __anon307598180611::Leak