Home
last modified time | relevance | path

Searched defs:LeakDetector (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DLeakDetector.h32 struct LeakDetector { struct
37 static void addGarbageObject(void *Object) { in addGarbageObject()
47 static void removeGarbageObject(void *Object) { in removeGarbageObject()
60 static void checkForGarbage(LLVMContext &C, const std::string &Message) { in checkForGarbage()
70 static void addGarbageObject(const Value *Object) { in addGarbageObject()
75 static void removeGarbageObject(const Value *Object) { in removeGarbageObject()
/external/catch2/include/internal/
Dcatch_leak_detector.cpp17 LeakDetector::LeakDetector() { in LeakDetector() function in Catch::LeakDetector
31 Catch::LeakDetector::LeakDetector() {} in LeakDetector() function in Catch::LeakDetector
Dcatch_leak_detector.h12 struct LeakDetector { struct
/external/swiftshader/third_party/LLVM/unittests/Support/
DLeakDetectorTest.cpp19 TEST(LeakDetector, Death1) { in TEST() argument
/external/catch2/single_include/catch2/
Dcatch.hpp5918 struct LeakDetector { struct
9035 LeakDetector::LeakDetector() { in LeakDetector() function in Catch::LeakDetector
9049 Catch::LeakDetector::LeakDetector() {} in LeakDetector() function in Catch::LeakDetector