Home
last modified time | relevance | path

Searched refs:evalAPSInt (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DSVals.cpp199 svalBuilder.getBasicValueFactory().evalAPSInt(Op, getValue(), R.getValue()); in evalBinOp()
227 const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue()); in evalBinOp()
DSimpleSValBuilder.cpp384 BasicVals.evalAPSInt(op, LHSValue, RHSValue); in evalBinOpNN()
499 newRHS = BasicVals.evalAPSInt(BO_Add, first, second); in evalBinOpNN()
501 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second); in evalBinOpNN()
DBasicValueFactory.cpp146 BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op, in evalAPSInt() function in BasicValueFactory
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h183 const llvm::APSInt* evalAPSInt(BinaryOperator::Opcode Op,
/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp697 const llvm::APSInt *maxLengthInt = BVF.evalAPSInt(BO_Div, maxValInt, in getCStringLengthForRegion()