Home
last modified time | relevance | path

Searched refs:Subst (Results 1 – 25 of 26) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp1127 if (auto *Subst = Arg.getAsType()->getAs<SubstTemplateTypeParmPackType>()) in getFullyPackExpandedSize() local
1128 Pack = Subst->getArgumentPack(); in getFullyPackExpandedSize()
1134 if (auto *Subst = in getFullyPackExpandedSize() local
1136 Pack = Subst->getArgumentPack(); in getFullyPackExpandedSize()
1137 else if (auto *Subst = dyn_cast<FunctionParmPackExpr>(Arg.getAsExpr())) { in getFullyPackExpandedSize() local
1138 for (VarDecl *PD : *Subst) in getFullyPackExpandedSize()
1141 return Subst->getNumExpansions(); in getFullyPackExpandedSize()
1147 if (SubstTemplateTemplateParmPackStorage *Subst = in getFullyPackExpandedSize() local
1149 Pack = Subst->getArgumentPack(); in getFullyPackExpandedSize()
H A DSemaTemplateInstantiateDecl.cpp341 auto Subst = [&](Expr *E) -> ExprResult { in instantiateOMPDeclareSimdDeclAttr() local
352 Simdlen = Subst(E); in instantiateOMPDeclareSimdDeclAttr()
356 ExprResult Inst = Subst(E); in instantiateOMPDeclareSimdDeclAttr()
365 ExprResult Inst = Subst(E); in instantiateOMPDeclareSimdDeclAttr()
378 ExprResult Inst = Subst(E); in instantiateOMPDeclareSimdDeclAttr()
422 auto &&Subst = [&SubstExpr, &S](Expr *E) { in instantiateOMPDeclareVariantAttr()
437 VariantFuncRef = Subst(E); in instantiateOMPDeclareVariantAttr()
446 auto SubstScoreOrConditionExpr = [&S, Subst](Expr *&E, bool) { in instantiateOMPDeclareVariantAttr()
450 ExprResult ER = Subst(E); in instantiateOMPDeclareVariantAttr()
513 ExprResult ER = Subst(E); in instantiateOMPDeclareVariantAttr()
[all …]
H A DSemaTemplateDeduction.cpp170 else if (const auto *Subst = dyn_cast<SubstNonTypeTemplateParmExpr>(E)) in getDeducedParameterFromExpr() local
171 E = Subst->getReplacement(); in getDeducedParameterFromExpr()
6060 const SubstTemplateTypeParmPackType *Subst in MarkUsedTemplateParameters() local
6062 if (Subst->getReplacedParameter()->getDepth() == Depth) in MarkUsedTemplateParameters()
6063 Used[Subst->getIndex()] = true; in MarkUsedTemplateParameters()
6064 MarkUsedTemplateParameters(Ctx, Subst->getArgumentPack(), in MarkUsedTemplateParameters()
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DState.pm73 use OpenBSD::Subst;
102 $self->{subst} = OpenBSD::Subst->new;
H A DSubst.pm23 package OpenBSD::Subst;
H A DIntro.pod538 =item OpenBSD::Subst
/openbsd-src/bin/ksh/
H A Dlex.c326 goto Subst; in yylex()
330 Subst: in yylex()
471 goto Subst; in yylex()
631 goto Subst; in yylex()
/openbsd-src/usr.sbin/pkg_add/
H A DMakefile67 OpenBSD/Subst.pm \
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp1581 bool Subst = false; in substituteVariantOperand() local
1604 Subst = true; in substituteVariantOperand()
1608 return Subst; in substituteVariantOperand()
1621 bool Subst = false; in substituteVariants() local
1632 Subst |= in substituteVariants()
1642 Subst |= substituteVariantOperand(ReadSequence, /*IsRead=*/true, StartIdx); in substituteVariants()
1644 return Subst; in substituteVariants()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DTypePrinter.cpp217 if (const auto *Subst = dyn_cast<SubstTemplateTypeParmType>(T)) in canPrefixQualifiers() local
218 UnderlyingType = Subst->getReplacementType().getTypePtr(); in canPrefixQualifiers()
310 if (const auto *Subst = dyn_cast<SubstTemplateTypeParmType>(Split.Ty)) in printBefore() local
311 Quals -= QualType(Subst, 0).getQualifiers(); in printBefore()
H A DASTImporter.cpp9432 SubstTemplateTemplateParmStorage *Subst = in Import() local
9434 auto ReplacementOrErr = Import(Subst->getReplacement()); in Import()
9438 auto AssociatedDeclOrErr = Import(Subst->getAssociatedDecl()); in Import()
9443 *ReplacementOrErr, *AssociatedDeclOrErr, Subst->getIndex(), in Import()
9444 Subst->getPackIndex()); in Import()
H A DASTContext.cpp9300 SubstTemplateTemplateParmPackStorage *Subst in getSubstTemplateTemplateParmPack() local
9303 if (!Subst) { in getSubstTemplateTemplateParmPack()
9304 Subst = new (*this) SubstTemplateTemplateParmPackStorage( in getSubstTemplateTemplateParmPack()
9306 SubstTemplateTemplateParmPacks.InsertNode(Subst, InsertPos); in getSubstTemplateTemplateParmPack()
9309 return TemplateName(Subst); in getSubstTemplateTemplateParmPack()
/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A DChangeLog-02031685 * Makefile.am (dep.sed): Subst TOPDIR.
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A DChangeLog-02031685 * Makefile.am (dep.sed): Subst TOPDIR.
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A DChangeLog-02031877 * Makefile.am (dep.sed): Subst TOPDIR.
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A DChangeLog-02031877 * Makefile.am (dep.sed): Subst TOPDIR.
/openbsd-src/gnu/usr.bin/binutils/gprof/
H A DChangeLog-9203157 * Makefile.am (dep.sed): Subst TOPDIR.
/openbsd-src/gnu/usr.bin/binutils-2.17/gprof/
H A DChangeLog-9203157 * Makefile.am (dep.sed): Subst TOPDIR.
/openbsd-src/gnu/usr.bin/binutils-2.17/ld/
H A DChangeLog-02032962 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
/openbsd-src/gnu/usr.bin/binutils/ld/
H A DChangeLog-02032962 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-20035014 (tsubst_copy) <SCOPE_REF>: Subst any template_id args.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-02036121 * Makefile.am (dep.sed): Subst TOPDIR.
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-02036121 * Makefile.am (dep.sed): Subst TOPDIR.
/openbsd-src/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-02039595 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
/openbsd-src/gnu/usr.bin/binutils/bfd/
H A DChangeLog-02039595 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.

12