Searched defs:getAllocationFamily (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp74 AllocationFamily getAllocationFamily() const { function in class:__anon15529::RefState
93 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
213 AllocationFamily getAllocationFamily(CheckerContext &C, const Stmt *S) const;
854 AllocationFamily MallocChecker::getAllocationFamily(CheckerContext &C, function in class:MallocChecker
935 AllocationFamily Family = getAllocationFamily(C, E);
1042 RsBase->getAllocationFamily() == getAllocationFamily(C, ParentExpr);
1079 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily()
1080 : getAllocationFamily(C, ParentExpr);
1114 return isTrackedByCurrentChecker(getAllocationFamily(
[all...]

Completed in 52 milliseconds