OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:evalBinOp
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/StaticAnalyzer/Core/
SVals.cpp
195
SVal nonloc::ConcreteInt::
evalBinOp
(SValBuilder &svalBuilder,
221
SVal loc::ConcreteInt::
evalBinOp
(BasicValueFactory& BasicVals,
SValBuilder.cpp
331
SVal SValBuilder::
evalBinOp
(ProgramStateRef state, BinaryOperator::Opcode op,
363
return
evalBinOp
(state, BO_EQ, lhs, rhs, Context.IntTy)
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h
451
SVal
evalBinOp
(ProgramStateRef state, BinaryOperator::Opcode op,
456
SVal
evalBinOp
(ProgramStateRef state, BinaryOperator::Opcode op,
462
SVal
evalBinOp
(ProgramStateRef ST, BinaryOperator::Opcode Op,
464
return svalBuilder.
evalBinOp
(ST, Op, LHS, RHS, T);
Completed in 58 milliseconds