Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaInit.cpp314 int numArrayElements(QualType DeclType);
731 int InitListChecker::numArrayElements(QualType DeclType) { in numArrayElements() function in InitListChecker
767 maxElements = numArrayElements(T); in CheckImplicitInitList()