Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp42 enum AllocationFamily { enum
82 AllocationFamily getAllocationFamily() const { in getAllocationFamily()
83 return (AllocationFamily)Family; in getAllocationFamily()
246 AllocationFamily getAllocationFamily(CheckerContext &C, const Stmt *S) const;
260 void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) const;
268 AllocationFamily Family,
285 AllocationFamily Family = AF_Malloc);
289 AllocationFamily Family = AF_Malloc);
300 AllocationFamily Family = AF_Malloc);
358 Optional<CheckKind> getCheckIfTracked(AllocationFamily Family,
[all …]