HomeSort by: relevance | last modified time | path
    Searched refs:evalAPSInt (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
SVals.cpp 224 svalBuilder.getBasicValueFactory().evalAPSInt(Op, getValue(), R.getValue());
251 const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue());
SimpleSValBuilder.cpp 487 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
609 newRHS = BasicVals.evalAPSInt(BO_Add, first, second);
611 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second);
BasicValueFactory.cpp 250 BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op,
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 271 const llvm::APSInt* evalAPSInt(BinaryOperator::Opcode Op,
SMTConstraintManager.h 194 return BVF.evalAPSInt(BSE->getOpcode(), ConvertedLHS, ConvertedRHS);
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 764 const llvm::APSInt *maxLengthInt = BVF.evalAPSInt(BO_Div, maxValInt,

Completed in 23 milliseconds