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

  /external/clang/include/clang/Driver/
SanitizerArgs.h 42 NeedsLeakDetection = Leak,
65 bool needsLeakDetection() const { return Kind & NeedsLeakDetection; }
67 return needsLeakDetection() && !needsAsanRt();
  /external/clang/lib/Driver/
SanitizerArgs.cpp 90 bool NeedsLsan = needsLeakDetection();
105 << lastArgumentForKind(D, Args, NeedsLeakDetection)
109 << lastArgumentForKind(D, Args, NeedsLeakDetection)

Completed in 23 milliseconds