| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 1125 if (auto *Subst = Arg.getAsType()->getAs<SubstTemplateTypeParmPackType>()) in getFullyPackExpandedSize() local 1126 Pack = Subst->getArgumentPack(); in getFullyPackExpandedSize() 1132 if (auto *Subst = in getFullyPackExpandedSize() local 1134 Pack = Subst->getArgumentPack(); in getFullyPackExpandedSize() 1135 else if (auto *Subst = dyn_cast<FunctionParmPackExpr>(Arg.getAsExpr())) { in getFullyPackExpandedSize() local 1136 for (VarDecl *PD : *Subst) in getFullyPackExpandedSize() 1139 return Subst->getNumExpansions(); in getFullyPackExpandedSize() 1145 if (SubstTemplateTemplateParmPackStorage *Subst = in getFullyPackExpandedSize() local 1147 Pack = Subst->getArgumentPack(); in getFullyPackExpandedSize()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 316 auto Subst = [&](Expr *E) -> ExprResult { in instantiateOMPDeclareSimdDeclAttr() local 327 Simdlen = Subst(E); in instantiateOMPDeclareSimdDeclAttr() 331 ExprResult Inst = Subst(E); in instantiateOMPDeclareSimdDeclAttr() 340 ExprResult Inst = Subst(E); in instantiateOMPDeclareSimdDeclAttr() 353 ExprResult Inst = Subst(E); in instantiateOMPDeclareSimdDeclAttr() 397 auto &&Subst = [&SubstExpr, &S](Expr *E) { in instantiateOMPDeclareVariantAttr() 412 VariantFuncRef = Subst(E); in instantiateOMPDeclareVariantAttr() 421 auto SubstScoreOrConditionExpr = [&S, Subst](Expr *&E, bool) { in instantiateOMPDeclareVariantAttr() 425 ExprResult ER = Subst(E); in instantiateOMPDeclareVariantAttr() 2090 if (SemaRef.Subst(Info->getTemplateArgs(), Info->getNumTemplateArgs(), in VisitFunctionDecl() [all …]
|
| H A D | SemaTemplateDeduction.cpp | 183 else if (const auto *Subst = dyn_cast<SubstNonTypeTemplateParmExpr>(E)) in getDeducedParameterFromExpr() local 184 E = Subst->getReplacement(); in getDeducedParameterFromExpr() 2973 if (S.Subst(PartialTemplateArgs, PartialTemplArgInfo->NumTemplateArgs, in FinishTemplateArgumentDeduction() 5957 const SubstTemplateTypeParmPackType *Subst in MarkUsedTemplateParameters() local 5960 QualType(Subst->getReplacedParameter(), 0), in MarkUsedTemplateParameters() 5962 MarkUsedTemplateParameters(Ctx, Subst->getArgumentPack(), in MarkUsedTemplateParameters()
|
| H A D | SemaTemplateInstantiate.cpp | 2383 if (Subst(TemplArgInfo->getTemplateArgs(), in SubstParmVarDecl() 3540 bool Sema::Subst(const TemplateArgumentLoc *Args, unsigned NumArgs, in Subst() function in Sema
|
| /netbsd-src/bin/ksh/ |
| H A D | lex.c | 236 goto Subst; 240 Subst: 376 goto Subst; 527 goto Subst;
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
| H A D | subst.md | 2 ;; Subst patterns.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
| H A D | subst.md | 2 ;; Subst patterns.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 1575 bool Subst = false; in substituteVariantOperand() local 1598 Subst = true; in substituteVariantOperand() 1602 return Subst; in substituteVariantOperand() 1615 bool Subst = false; in substituteVariants() local 1626 Subst |= in substituteVariants() 1636 Subst |= substituteVariantOperand(ReadSequence, /*IsRead=*/true, StartIdx); in substituteVariants() 1638 return Subst; in substituteVariants()
|
| /netbsd-src/external/gpl2/send-pr/dist/send-pr/ |
| H A D | ChangeLog | 272 * Makefile.in (send-pr.el): Subst in SUBMITTER. 295 (send-pr): Subst in ECHON. 309 (send-pr): Subst in MAIL_AGENT. 487 * Makefile.in (send-pr.el): Subst in $(libdir) and $(GNATS_SITE) 499 * Makefile.in (send-pr): Subst in $(SUBMITTER)
|
| /netbsd-src/external/gpl2/xcvs/dist/m4/ |
| H A D | acx_with_external_zlib.m4 | 176 dnl Subst for the local case
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TypePrinter.cpp | 206 if (const auto *Subst = dyn_cast<SubstTemplateTypeParmType>(T)) in canPrefixQualifiers() local 207 TC = Subst->getReplacementType()->getTypeClass(); in canPrefixQualifiers() 291 if (const auto *Subst = dyn_cast<SubstTemplateTypeParmType>(Split.Ty)) in printBefore() local 292 Quals -= QualType(Subst, 0).getQualifiers(); in printBefore()
|
| H A D | ASTContext.cpp | 8537 SubstTemplateTemplateParmPackStorage *Subst in getSubstTemplateTemplateParmPack() local 8540 if (!Subst) { in getSubstTemplateTemplateParmPack() 8541 Subst = new (*this) SubstTemplateTemplateParmPackStorage(Param, in getSubstTemplateTemplateParmPack() 8544 SubstTemplateTemplateParmPacks.InsertNode(Subst, InsertPos); in getSubstTemplateTemplateParmPack() 8547 return TemplateName(Subst); in getSubstTemplateTemplateParmPack()
|
| H A D | ASTImporter.cpp | 8774 SubstTemplateTemplateParmStorage *Subst = in Import() local 8776 ExpectedDecl ParamOrErr = Import(Subst->getParameter()); in Import() 8780 auto ReplacementOrErr = Import(Subst->getReplacement()); in Import()
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/ |
| H A D | ChangeLog.gcj | 379 * configure.in: Recognize --with-system-zlib. Subst target_all.
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/ |
| H A D | ChangeLog.gcj | 379 * configure.in: Recognize --with-system-zlib. Subst target_all.
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
| H A D | ChangeLog.gcj | 379 * configure.in: Recognize --with-system-zlib. Subst target_all.
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/ |
| H A D | ChangeLog.gcj | 379 * configure.in: Recognize --with-system-zlib. Subst target_all.
|
| /netbsd-src/external/gpl3/binutils/dist/config/ |
| H A D | tcl.m4 | 259 # Subst the following vars: 431 # Subst's the following values: 476 # Subst's the following values: 2673 # Subst's the following var:
|
| /netbsd-src/external/gpl3/binutils.old/dist/config/ |
| H A D | tcl.m4 | 259 # Subst the following vars: 431 # Subst's the following values: 476 # Subst's the following values: 2673 # Subst's the following var:
|
| /netbsd-src/external/gpl3/gcc/dist/config/ |
| H A D | tcl.m4 | 259 # Subst the following vars: 431 # Subst's the following values: 476 # Subst's the following values: 2673 # Subst's the following var:
|
| /netbsd-src/external/gpl3/gcc.old/dist/config/ |
| H A D | tcl.m4 | 259 # Subst the following vars: 431 # Subst's the following values: 476 # Subst's the following values: 2673 # Subst's the following var:
|
| /netbsd-src/external/gpl3/gdb.old/dist/config/ |
| H A D | tcl.m4 | 259 # Subst the following vars: 431 # Subst's the following values: 476 # Subst's the following values: 2673 # Subst's the following var:
|
| /netbsd-src/external/gpl3/gdb/dist/config/ |
| H A D | tcl.m4 | 259 # Subst the following vars: 431 # Subst's the following values: 476 # Subst's the following values: 2673 # Subst's the following var:
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | md.texi | 47 * Define Subst:: Generating @code{define_insn} and @code{define_expand} 10475 @node Define Subst 10506 subst attribute (@pxref{Subst Iterators}). The use of 10521 * Define Subst Example:: Example of @code{define_subst} work. 10522 * Define Subst Pattern Matching:: Process of template comparison. 10523 * Define Subst Output Template:: Generation of output template. 10526 @node Define Subst Example 10617 @node Define Subst Pattern Matching 10641 @node Define Subst Output Template 10869 * Subst Iterators:: Generating variations of patterns for define_subst. [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | md.texi | 47 * Define Subst:: Generating @code{define_insn} and @code{define_expand} 10929 @node Define Subst 10960 subst attribute (@pxref{Subst Iterators}). The use of 10975 * Define Subst Example:: Example of @code{define_subst} work. 10976 * Define Subst Pattern Matching:: Process of template comparison. 10977 * Define Subst Output Template:: Generation of output template. 10980 @node Define Subst Example 11071 @node Define Subst Pattern Matching 11095 @node Define Subst Output Template 11327 * Subst Iterators:: Generating variations of patterns for define_subst. [all …]
|