HomeSort by: relevance | last modified time | path
    Searched defs:BT_MismatchedDealloc (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp 352 mutable std::unique_ptr<BugType> BT_MismatchedDealloc;
2086 if (!BT_MismatchedDealloc)
2087 BT_MismatchedDealloc.reset(
2122 auto R = std::make_unique<PathSensitiveBugReport>(*BT_MismatchedDealloc,

Completed in 43 milliseconds