Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp9622 static bool MaybeElementDependentArrayFiller(const Expr *FillerExpr) { in MaybeElementDependentArrayFiller() function
9629 if (MaybeElementDependentArrayFiller(ILE->getInit(I))) in MaybeElementDependentArrayFiller()
9669 if (NumEltsToInit != NumElts && MaybeElementDependentArrayFiller(FillerExpr)) in VisitInitListExpr()