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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp40 enum AllocationFamily { enum in namespace:__anon18202
75 AllocationFamily getAllocationFamily() const {
76 return (AllocationFamily)Family;
220 AllocationFamily getAllocationFamily(CheckerContext &C, const Stmt *S) const;
234 void printExpectedDeallocName(raw_ostream &os, AllocationFamily Family) const;
250 AllocationFamily Family = AF_Malloc) {
259 AllocationFamily Family = AF_Malloc);
270 AllocationFamily Family = AF_Malloc);
322 Optional<CheckKind> getCheckIfTracked(AllocationFamily Family) const;
860 AllocationFamily Famil
[all...]

Completed in 52 milliseconds