Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp129 static void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family);
1932 static void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) { in printExpectedDeallocName() function
2372 printExpectedDeallocName(os, RS->getAllocationFamily()); in HandleMismatchedDealloc()