Home
last modified time | relevance | path

Searched refs:InitialVal (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp289 SVal InitialVal = State->getSVal(LValLoc.getValue()); in checkBeginFunction() local
290 SymbolRef Symbol = InitialVal.getAsSymbol(); in checkBeginFunction()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp5256 Constant *InitialVal = AA::getInitialValueForObj(*Obj, *L.getType()); in handleLoad() local
5257 if (!InitialVal || !Union(*InitialVal)) in handleLoad()