Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp43 enum AllocationFamily { enum
84 AllocationFamily getAllocationFamily() const { in getAllocationFamily()
85 return (AllocationFamily)Family; in getAllocationFamily()
287 AllocationFamily Family,
332 AllocationFamily Family = AF_Malloc,
645 AllocationFamily Family, in isCMemFunction()
1454 AllocationFamily Family = getAllocationFamily(C, E); in printExpectedAllocName()
1637 MallocChecker::getCheckIfTracked(AllocationFamily Family, in getCheckIfTracked()
1978 AllocationFamily AF = in ReportUseAfterFree()
2291 AllocationFamily Family = RS->getAllocationFamily(); in reportLeak()
[all …]