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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp75 AllocationFamily getAllocationFamily() const { function in class:__anon18202::RefState
94 return RefState(Escaped, RS->getStmt(), RS->getAllocationFamily());
220 AllocationFamily getAllocationFamily(CheckerContext &C, const Stmt *S) const;
964 AllocationFamily MallocChecker::getAllocationFamily(CheckerContext &C, function in class:MallocChecker
1045 AllocationFamily Family = getAllocationFamily(C, E);
1152 RsBase->getAllocationFamily() == getAllocationFamily(C, ParentExpr);
1189 AllocationFamily Family = RsBase ? RsBase->getAllocationFamily()
1190 : getAllocationFamily(C, ParentExpr);
1229 return getCheckIfTracked(getAllocationFamily(
[all...]

Completed in 108 milliseconds