Searched refs:evalAPSInt (Results 1 – 5 of 5) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | SVals.cpp | 199 svalBuilder.getBasicValueFactory().evalAPSInt(Op, getValue(), R.getValue()); in evalBinOp() 227 const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue()); in evalBinOp()
|
D | SimpleSValBuilder.cpp | 384 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()
|
D | BasicValueFactory.cpp | 146 BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op, in evalAPSInt() function in BasicValueFactory
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | BasicValueFactory.h | 183 const llvm::APSInt* evalAPSInt(BinaryOperator::Opcode Op,
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | CStringChecker.cpp | 697 const llvm::APSInt *maxLengthInt = BVF.evalAPSInt(BO_Div, maxValInt, in getCStringLengthForRegion()
|