HomeSort by relevance Sort by last modified time
    Searched refs:evalAPSInt (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 199 svalBuilder.getBasicValueFactory().evalAPSInt(Op, getValue(), R.getValue());
227 const llvm::APSInt *X = BasicVals.evalAPSInt(Op, getValue(), R.getValue());
BasicValueFactory.cpp 146 BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op,
SimpleSValBuilder.cpp 358 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
473 newRHS = BasicVals.evalAPSInt(BO_Add, first, second);
475 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 183 const llvm::APSInt* evalAPSInt(BinaryOperator::Opcode Op,

Completed in 1874 milliseconds