HomeSort by relevance Sort by last modified time
    Searched refs:ArrayIndexTy (Results 1 - 3 of 3) 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)) {}
130 return ArrayIndexTy;
215 return nonloc::ConcreteInt(BasicVals.getValue(0, ArrayIndexTy));
219 return nonloc::ConcreteInt(BasicVals.getValue(idx, ArrayIndexTy));
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 87 return evalCastFromNonLoc(val.castAs<NonLoc>(), ArrayIndexTy);
SimpleSValBuilder.cpp 744 LeftIndexVal = evalCastFromNonLoc(*LeftIndex, ArrayIndexTy);
754 RightIndexVal = evalCastFromNonLoc(*RightIndex, ArrayIndexTy);
    [all...]

Completed in 773 milliseconds