Home
last modified time | relevance | path

Searched refs:BT_FreeAlloca (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp230 mutable std::unique_ptr<BugType> BT_FreeAlloca[CK_NumCheckKinds]; member in __anone8977cbd0111::MallocChecker
1642 if (!BT_FreeAlloca[*CheckKind]) in ReportFreeAlloca()
1643 BT_FreeAlloca[*CheckKind].reset( in ReportFreeAlloca()
1646 BugReport *R = new BugReport(*BT_FreeAlloca[*CheckKind], in ReportFreeAlloca()