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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 153 inline const llvm::APSInt& getZeroWithPtrWidth(bool isUnsigned = true) {
SValBuilder.h 296 return loc::ConcreteInt(BasicVals.getZeroWithPtrWidth());
  /external/clang/lib/StaticAnalyzer/Core/
SimpleConstraintManager.cpp 97 const llvm::APSInt &zero = getBasicVals().getZeroWithPtrWidth();

Completed in 59 milliseconds