Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp522 if (const auto *CAType = dyn_cast<ConstantArrayType>(AType)) in HandleEmbed() local
523 ElsCount = std::min(CAType->getSize().getZExtValue(), in HandleEmbed()
915 if (const auto *CAType = dyn_cast<ConstantArrayType>(AType)) in FillInEmptyInitializations() local
916 NumElements = CAType->getZExtSize(); in FillInEmptyInitializations()
3399 if (const ConstantArrayType *CAType = dyn_cast<ConstantArrayType>(AType)) { in createInitListExpr() local
3400 NumElements = CAType->getZExtSize(); in createInitListExpr()