Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp82 AllocationFamily getAllocationFamily() const { in getAllocationFamily() function in __anon42261f860111::RefState
96 RS->getAllocationFamily()); in getAllocatedOfSizeZero()
105 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily()); in getEscaped()
246 AllocationFamily getAllocationFamily(CheckerContext &C, const Stmt *S) const;
1199 AllocationFamily MallocChecker::getAllocationFamily(CheckerContext &C, in getAllocationFamily() function in MallocChecker
1286 AllocationFamily Family = getAllocationFamily(C, E); in printExpectedAllocName()
1392 if (RsBase->getAllocationFamily() == AF_Alloca) { in FreeMemAux()
1411 RsBase->getAllocationFamily() == getAllocationFamily(C, ParentExpr); in FreeMemAux()
1449 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily() in FreeMemAux()
1450 : getAllocationFamily(C, ParentExpr); in FreeMemAux()
[all …]