Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DPaddingChecker.cpp103 if (const ConstantArrayType *CArrTy = dyn_cast<ConstantArrayType>(ArrTy)) in visitVariable() local
104 Elts = CArrTy->getSize().getZExtValue(); in visitVariable()