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

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SValBuilder.h 51 const unsigned ArrayIndexWidth;
69 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {}
  /external/clang/lib/StaticAnalyzer/Core/
SValBuilder.cpp 83 if (I.getBitWidth() == ArrayIndexWidth && I.isSigned())

Completed in 84 milliseconds