Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp3624 const QualType &ArrayEltT = CAT->getElementType(); in fixVarDeclWithArray() local
3625 assert(!ArrayEltT.isNull() && "Trying to fix a non-array type variable!"); in fixVarDeclWithArray()
3627 if (isa<clang::ArrayType>(ArrayEltT.getCanonicalType())) in fixVarDeclWithArray()