reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  258       SVal Constraint_untested = evalBinOp(state, BO_GT, V,
tools/clang/lib/StaticAnalyzer/Core/ExprEngineC.cpp
  100       SVal Result = evalBinOp(state, Op, LeftV, RightV, B->getType());
  158       SVal Result = svalBuilder.evalCast(evalBinOp(state, Op, V, RightV, CTy),
  724       X = evalBinOp(N->getState(), BO_NE,
 1038             Result = evalBinOp(state, BO_EQ, *LV, X, U->getType());
 1120       Result = evalBinOp(state, Op, V2, RHS, U->getType());