Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp133 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated() function in __anon5878fdbf0111::HandleState
559 CurItem.first, HandleState::getAllocated(State, CurItem.second)); in evalAssume()
H A DMallocChecker.cpp177 static RefState getAllocated(AllocationFamily family, const Stmt *s) { in getAllocated() function in __anon1e4601280211::RefState
1769 return State->set<RegionState>(Sym, RefState::getAllocated(Family, E)); in MallocUpdateRefState()
3099 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt())); in evalAssume()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp927 if (auto *AlVar = Array->getAllocated()) in dependencies()
H A DDwarfUnit.cpp1505 if (DIVariable *Var = CTy->getAllocated()) { in constructArrayTypeDIE()
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1253 DIVariable *getAllocated() const { in getAllocated() function