Home
last modified time | relevance | path

Searched refs:ArrayIndexWidth (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h73 const unsigned ArrayIndexWidth; variable
103 ArrayIndexWidth(context.getTypeSize(ArrayIndexTy)) {} in SValBuilder()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DSValBuilder.cpp106 if (I.getBitWidth() == ArrayIndexWidth && I.isSigned()) in convertToArrayIndex()