Searched defs:InitE (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp455 const Expr *InitE = nullptr; local
462 InitE = VR->getDecl()->getInit();
472 InitE = PIP->getInitializer()->getInit();
498 InitE = BO->getRHS();
513 InitE = Call->getArgExpr(Param->getFunctionScopeIndex());
521 InitE = TmpR->getExpr();
530 if (InitE) {
534 InitE = InitE->IgnoreParenCasts();
535 bugreporter::trackNullOrUndefValue(StoreSite, InitE, B
[all...]
/external/clang/lib/AST/
H A DExprConstant.cpp3225 const Expr *InitE = VD->getInit(); local
3226 if (!InitE) {
3233 if (InitE->isValueDependent())
3236 if (!EvaluateInPlace(Val, Info, Result, InitE)) {

Completed in 271 milliseconds