Searched refs:getAllocated (Results 1 – 5 of 5) sorted by relevance
133 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated() function in __anon5878fdbf0111::HandleState559 CurItem.first, HandleState::getAllocated(State, CurItem.second)); in evalAssume()
177 static RefState getAllocated(AllocationFamily family, const Stmt *s) { in getAllocated() function in __anon1e4601280211::RefState1769 return State->set<RegionState>(Sym, RefState::getAllocated(Family, E)); in MallocUpdateRefState()3099 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt())); in evalAssume()
927 if (auto *AlVar = Array->getAllocated()) in dependencies()
1505 if (DIVariable *Var = CTy->getAllocated()) { in constructArrayTypeDIE()
1253 DIVariable *getAllocated() const { in getAllocated() function