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

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
MIGChecker.cpp 47 std::vector<std::pair<CallDescription, unsigned>> Deallocators = {
199 auto I = llvm::find_if(Deallocators,
203 if (I == Deallocators.end())

Completed in 14 milliseconds