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 191 svalBuilder.getBasicValueFactory().evalAPSInt(Op, getValue(), R.getValue());
220 const llvm::APSInt* X = BasicVals.evalAPSInt(Op, getValue(), R.getValue());
BasicValueFactory.cpp 146 BasicValueFactory::evalAPSInt(BinaryOperator::Opcode Op,
SimpleSValBuilder.cpp 379 BasicVals.evalAPSInt(op, LHSValue, RHSValue);
490 newRHS = BasicVals.evalAPSInt(BO_Add, first, second);
492 newRHS = BasicVals.evalAPSInt(BO_Sub, first, second);
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 182 const llvm::APSInt* evalAPSInt(BinaryOperator::Opcode Op,

Completed in 7535 milliseconds