Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp603 if (const Expr *InitEx = VD->getInit()) { in VisitDeclStmt() local
607 SVal InitVal = state->getSVal(InitEx, LC); in VisitDeclStmt()
619 QualType Ty = InitEx->getType(); in VisitDeclStmt()
620 if (InitEx->isGLValue()) { in VisitDeclStmt()
624 InitVal = svalBuilder.conjureSymbolVal(nullptr, InitEx, LC, Ty, in VisitDeclStmt()