Searched defs:evalBinOp (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp195 SVal nonloc::ConcreteInt::evalBinOp(SValBuilder &svalBuilder, function in class:nonloc::ConcreteInt
221 SVal loc::ConcreteInt::evalBinOp(BasicValueFactory& BasicVals, function in class:loc::ConcreteInt
H A DSValBuilder.cpp333 SVal SValBuilder::evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, function in class:SValBuilder
365 return evalBinOp(state, BO_EQ, lhs, rhs, getConditionType())
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h459 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, function in class:clang::ento::ExprEngine
464 SVal evalBinOp(ProgramStateRef state, BinaryOperator::Opcode op, function in class:clang::ento::ExprEngine
470 SVal evalBinOp(ProgramStateRef ST, BinaryOperator::Opcode Op, function in class:clang::ento::ExprEngine
472 return svalBuilder.evalBinOp(ST, Op, LHS, RHS, T);

Completed in 104 milliseconds