Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateDeduction.cpp1597 const ConstantArrayType *ConstantArrayArg = in DeduceTemplateArgumentsByTypeMatch() local
1599 if (!ConstantArrayArg) in DeduceTemplateArgumentsByTypeMatch()
1604 if (ConstantArrayArg->getSize() != ConstantArrayParm->getSize()) in DeduceTemplateArgumentsByTypeMatch()
1610 ConstantArrayArg->getElementType(), in DeduceTemplateArgumentsByTypeMatch()
1642 if (const ConstantArrayType *ConstantArrayArg in DeduceTemplateArgumentsByTypeMatch() local
1644 llvm::APSInt Size(ConstantArrayArg->getSize()); in DeduceTemplateArgumentsByTypeMatch()