|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/BasicValueFactory.h 253 const llvm::APSInt* evalAPSInt(BinaryOperator::Opcode Op,
References
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SMTConstraintManager.h 193 return BVF.evalAPSInt(BSE->getOpcode(), ConvertedLHS, ConvertedRHS);
tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp 779 const llvm::APSInt *maxLengthInt = BVF.evalAPSInt(BO_Div, maxValInt,
tools/clang/lib/StaticAnalyzer/Core/SVals.cpp 246 svalBuilder.getBasicValueFactory().evalAPSInt(Op, getValue(), R.getValue());
273 const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue());
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp 618 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
733 newRHS = BasicVals.evalAPSInt(BO_Add, first, second);
735 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second);