Searched refs:getAllocated (Results 1 – 5 of 5) sorted by relevance
132 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated() function in __anon1e23d2c20111::HandleState558 CurItem.first, HandleState::getAllocated(State, CurItem.second)); in evalAssume()
176 static RefState getAllocated(AllocationFamily family, const Stmt *s) { in getAllocated() function in __anonac89c38b0211::RefState1780 return State->set<RegionState>(Sym, RefState::getAllocated(Family, E)); in MallocUpdateRefState()3108 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt())); in evalAssume()
925 if (auto *AlVar = Array->getAllocated()) in dependencies()
1507 if (DIVariable *Var = CTy->getAllocated()) { in constructArrayTypeDIE()
1212 DIVariable *getAllocated() const { in getAllocated() function