Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp132 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated() function in __anon1e23d2c20111::HandleState
558 CurItem.first, HandleState::getAllocated(State, CurItem.second)); in evalAssume()
H A DMallocChecker.cpp176 static RefState getAllocated(AllocationFamily family, const Stmt *s) { in getAllocated() function in __anonac89c38b0211::RefState
1780 return State->set<RegionState>(Sym, RefState::getAllocated(Family, E)); in MallocUpdateRefState()
3108 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt())); in evalAssume()
/llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp925 if (auto *AlVar = Array->getAllocated()) in dependencies()
H A DDwarfUnit.cpp1507 if (DIVariable *Var = CTy->getAllocated()) { in constructArrayTypeDIE()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1212 DIVariable *getAllocated() const { in getAllocated() function