Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp91 static RefState getAllocated(unsigned family, const Stmt *s) { in getAllocated() function in __anon42261f860111::RefState
1142 return State->set<RegionState>(Sym, RefState::getAllocated(Family, E)); in MallocUpdateRefState()
2370 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt())); in evalAssume()