Searched refs:evalAPSInt (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | SimpleSValBuilder.cpp | 547 BasicVals.evalAPSInt(op, LHSValue, RHSValue); in evalBinOpNN() 689 newRHS = BasicVals.evalAPSInt(BO_Add, first, second); in evalBinOpNN() 691 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second); in evalBinOpNN() 694 newRHS = BasicVals.evalAPSInt(BO_Sub, second, first); in evalBinOpNN() 880 BasicVals.evalAPSInt(op, L.getValue(), rInt->getValue())) in evalBinOpLL()
|
| H A D | BasicValueFactory.cpp | 246 BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op, const llvm::APSInt &V1, in evalAPSInt() function in BasicValueFactory
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | BasicValueFactory.h | 268 std::optional<APSIntPtr> evalAPSInt(BinaryOperator::Opcode Op,
|
| H A D | SMTConstraintManager.h | 200 BVF.evalAPSInt(BSE->getOpcode(), ConvertedLHS, ConvertedRHS); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CStringChecker.cpp | 1030 BVF.evalAPSInt(BO_Div, maxValInt, fourInt); in getCStringLengthForRegion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 7080 …aryOperatorKindERKN4llvm6APSIntES6_", "clang::ento::BasicValueFactory::evalAPSInt(clang::BinaryOpe…
|