Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp177 static RefState getAllocated(AllocationFamily family, const Stmt *s) { in getAllocated() function in __anon0957485b0211::RefState
1823 return State->set<RegionState>(Sym, RefState::getAllocated(Family, E)); in MallocUpdateRefState()
3154 RefState::getAllocated(RS->getAllocationFamily(), RS->getStmt())); in evalAssume()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp998 if (auto *AlVar = Array->getAllocated()) in dependencies()
H A DDwarfUnit.cpp1540 if (DIVariable *Var = CTy->getAllocated()) { in constructArrayTypeDIE()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1322 DIVariable *getAllocated() const { in getAllocated() function