Home
last modified time | relevance | path

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

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