Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp601 if (const Expr *InitEx = VD->getInit()) { in VisitDeclStmt() local
605 SVal InitVal = state->getSVal(InitEx, LC); in VisitDeclStmt()
617 QualType Ty = InitEx->getType(); in VisitDeclStmt()
618 if (InitEx->isGLValue()) { in VisitDeclStmt()
622 InitVal = svalBuilder.conjureSymbolVal(nullptr, InitEx, LC, Ty, in VisitDeclStmt()