Home | History | Annotate | Download | only in Core

Lines Matching refs:evalBinOp

93       SVal Result = evalBinOp(state, Op, LeftV, RightV, B->getType());      
149 SVal Result = svalBuilder.evalCast(evalBinOp(state, Op, V, RightV, CTy),
867 Result = evalBinOp(state, BO_EQ, *LV, X, U->getType());
874 Result = evalBinOp(state, BO_EQ, V.castAs<NonLoc>(), X,
935 SVal Result = evalBinOp(state, Op, V2, RHS, U->getType());