Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp128 static void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family);
1889 static void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) { in printExpectedDeallocName() function
2328 printExpectedDeallocName(os, RS->getAllocationFamily()); in HandleMismatchedDealloc()