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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 133 BasicValueFactory &getBasicValueFactory() { return BasicVals; }
134 const BasicValueFactory &getBasicValueFactory() const { return BasicVals; }
ProgramState.h 479 return svalBuilder->getBasicValueFactory();
  /external/clang/lib/StaticAnalyzer/Core/
SVals.cpp 191 svalBuilder.getBasicValueFactory().evalAPSInt(Op, getValue(), R.getValue());
Store.cpp 471 nonloc::ConcreteInt NewIdx(svalBuilder.getBasicValueFactory().getValue(BaseIdxI +
SimpleSValBuilder.cpp 872 x = &getBasicValueFactory().getValue(*x, true);
    [all...]
ProgramState.cpp 296 BasicValueFactory &BVF = svalBuilder.getBasicValueFactory();
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 551 BasicValueFactory &BVF = svalBuilder.getBasicValueFactory();
    [all...]

Completed in 519 milliseconds