Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp522 SVal LastElementVal = in checkInit() local
524 if (!isa<Loc>(LastElementVal)) in checkInit()
528 State->getSVal(LastElementVal.castAs<Loc>()).isUndef()) { in checkInit()
544 LastElementVal.getAsRegion(), OS.str()); in checkInit()