Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp132 static HandleState getAllocated(ProgramStateRef State, HandleState S) { in getAllocated() function in __anon839dddbd0111::HandleState
562 CurItem.first, HandleState::getAllocated(State, CurItem.second)); in evalAssume()
H A DMallocChecker.cpp166 static RefState getAllocated(AllocationFamily family, const Stmt *s) { in getAllocated() function in __anon093a02e60211::RefState
1568 return State->set<RegionState>(Sym, RefState::getAllocated(Family, E)); in MallocUpdateRefState()
2892 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt())); in evalAssume()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp904 if (auto *AlVar = Array->getAllocated()) in dependencies()
H A DDwarfUnit.cpp1452 if (DIVariable *Var = CTy->getAllocated()) { in constructArrayTypeDIE()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1215 DIVariable *getAllocated() const { in getAllocated() function