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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp318 SVal InitValWithAdjustments = State->getSVal(InitWithAdjustments, LC); local
322 if (!InitValWithAdjustments.getAs<NonLoc>()) {
331 assert(!InitValWithAdjustments.getAs<Loc>() ||
430 if (InitValWithAdjustments.isUnknown()) {
433 InitValWithAdjustments = getSValBuilder().conjureSymbolVal(
438 State->bindLoc(Reg.castAs<Loc>(), InitValWithAdjustments, LC, false);
449 State = State->BindExpr(Result, LC, InitValWithAdjustments);

Completed in 57 milliseconds