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 46 const QualType ArrayIndexTy;
64 ArrayIndexTy(context.IntTy),
65 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {}
104 return ArrayIndexTy;
164 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy));
168 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy));
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 69 return evalCastFromNonLoc(cast<NonLoc>(val), ArrayIndexTy);

Completed in 360 milliseconds