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

/freebsd-10.0-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h432 /// evalEagerlyAssumeBinOpBifurcation - Given the nodes in 'Src', eagerly assume symbolic
435 void evalEagerlyAssumeBinOpBifurcation(ExplodedNodeSet &Dst, ExplodedNodeSet &Src,
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp848 evalEagerlyAssumeBinOpBifurcation(Dst, Tmp, cast<Expr>(S));
1096 evalEagerlyAssumeBinOpBifurcation(Dst, Tmp, U);
2066 void ExprEngine::evalEagerlyAssumeBinOpBifurcation(ExplodedNodeSet &Dst, function in class:ExprEngine

Completed in 168 milliseconds