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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h584 /// If \p ResultE is provided, the new region will be bound to this expression
589 const Expr *ResultE = nullptr);
/external/clang/lib/Sema/
H A DSemaExpr.cpp3998 Expr *ResultE = Result.getAs<Expr>(); local
4000 InitializationSequence InitSeq(*this, Entity, Kind, ResultE);
4001 Result = InitSeq.Perform(*this, Entity, Kind, ResultE);

Completed in 120 milliseconds