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

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h440 /// evalEagerlyAssumeBinOpBifurcation - Given the nodes in 'Src', eagerly assume symbolic
443 void evalEagerlyAssumeBinOpBifurcation(ExplodedNodeSet &Dst, ExplodedNodeSet &Src,
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp940 evalEagerlyAssumeBinOpBifurcation(Dst, Tmp, cast<Expr>(S));
1188 evalEagerlyAssumeBinOpBifurcation(Dst, Tmp, U);
2208 void ExprEngine::evalEagerlyAssumeBinOpBifurcation(ExplodedNodeSet &Dst, function in class:ExprEngine

Completed in 65 milliseconds