Searched refs:stackFrame (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp828 const auto *stackFrame = cast<StackFrameContext>(Pred->getLocationContext()); local
829 const auto *decl = cast<CXXConstructorDecl>(stackFrame->getDecl());
832 SVal thisVal = State->getSVal(svalBuilder.getCXXThis(decl, stackFrame));
866 SVal LValue = State->getSVal(Init, stackFrame);
874 InitVal = SVB.conjureSymbolVal(BMI->getInit(), stackFrame,
879 InitVal = State->getSVal(BMI->getInit(), stackFrame);
882 PostInitializer PP(BMI, FieldLoc.getAsRegion(), stackFrame);
893 PostInitializer PP(BMI, FieldLoc.getAsRegion(), stackFrame);

Completed in 64 milliseconds