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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 48 const QualType ArrayIndexTy;
68 ArrayIndexTy(context.IntTy),
69 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {}
133 return ArrayIndexTy;
212 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy));
216 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy));
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 87 return evalCastFromNonLoc(cast<NonLoc>(val), ArrayIndexTy);

Completed in 1403 milliseconds