Home
last modified time | relevance | path

Searched defs:numArrayElements (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprAggregate.cpp171 const uint64_t numArrayElements = arrayTy.getSize(); in emitArrayInit() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp1119 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements() function in InitListChecker