Searched refs:getAllocated (Results 1 – 5 of 5) sorted by relevance
132 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated() function in __anon839dddbd0111::HandleState562 CurItem.first, HandleState::getAllocated(State, CurItem.second)); in evalAssume()
166 static RefState getAllocated(AllocationFamily family, const Stmt *s) { in getAllocated() function in __anon093a02e60211::RefState1568 return State->set<RegionState>(Sym, RefState::getAllocated(Family, E)); in MallocUpdateRefState()2892 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt())); in evalAssume()
904 if (auto *AlVar = Array->getAllocated()) in dependencies()
1452 if (DIVariable *Var = CTy->getAllocated()) { in constructArrayTypeDIE()
1215 DIVariable *getAllocated() const { in getAllocated() function