HomeSort by relevance Sort by last modified time
    Searched refs:needsLeakDetection (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Driver/
SanitizerArgs.h 40 NeedsLeakDetection = Leak,
60 bool needsLeakDetection() const { return Kind & NeedsLeakDetection; }
62 return needsLeakDetection() && !needsAsanRt();
Tools.cpp     [all...]

Completed in 28 milliseconds