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

  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.h 84 BasicValueFactory &getBasicVals() const { return SVB.getBasicValueFactory(); }
SVals.cpp 199 svalBuilder.getBasicValueFactory().evalAPSInt(Op, getValue(), R.getValue());
Store.cpp 494 nonloc::ConcreteInt NewIdx(svalBuilder.getBasicValueFactory().getValue(BaseIdxI +
SValBuilder.cpp 409 BasicValueFactory &BVF = getBasicValueFactory();
ProgramState.cpp 340 BasicValueFactory &BVF = svalBuilder.getBasicValueFactory();
SimpleSValBuilder.cpp 875 return loc::ConcreteInt(getBasicValueFactory().getValue(rightI));
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 134 BasicValueFactory &getBasicValueFactory() { return BasicVals; }
135 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; }
ProgramState.h 484 return svalBuilder->getBasicValueFactory();
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 553 BasicValueFactory &BVF = svalBuilder.getBasicValueFactory();
    [all...]

Completed in 58 milliseconds