| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 1127 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 D | SemaTemplateInstantiateDecl.cpp | 341 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 D | SemaTemplateDeduction.cpp | 170 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 D | State.pm | 73 use OpenBSD::Subst; 102 $self->{subst} = OpenBSD::Subst->new;
|
| H A D | Subst.pm | 23 package OpenBSD::Subst;
|
| H A D | Intro.pod | 538 =item OpenBSD::Subst
|
| /openbsd-src/bin/ksh/ |
| H A D | lex.c | 326 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 D | Makefile | 67 OpenBSD/Subst.pm \
|
| /openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
| H A D | CodeGenSchedule.cpp | 1581 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 D | TypePrinter.cpp | 217 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 D | ASTImporter.cpp | 9432 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 D | ASTContext.cpp | 9300 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 D | ChangeLog-0203 | 1685 * Makefile.am (dep.sed): Subst TOPDIR.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | ChangeLog-0203 | 1685 * Makefile.am (dep.sed): Subst TOPDIR.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | ChangeLog-0203 | 1877 * Makefile.am (dep.sed): Subst TOPDIR.
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | ChangeLog-0203 | 1877 * Makefile.am (dep.sed): Subst TOPDIR.
|
| /openbsd-src/gnu/usr.bin/binutils/gprof/ |
| H A D | ChangeLog-9203 | 157 * Makefile.am (dep.sed): Subst TOPDIR.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gprof/ |
| H A D | ChangeLog-9203 | 157 * Makefile.am (dep.sed): Subst TOPDIR.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/ld/ |
| H A D | ChangeLog-0203 | 2962 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
|
| /openbsd-src/gnu/usr.bin/binutils/ld/ |
| H A D | ChangeLog-0203 | 2962 * Makefile.am (dep.sed): Subst TOPDIR and BFDDIR.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2003 | 5014 (tsubst_copy) <SCOPE_REF>: Subst any template_id args.
|
| /openbsd-src/gnu/usr.bin/binutils/gas/ |
| H A D | ChangeLog-0203 | 6121 * Makefile.am (dep.sed): Subst TOPDIR.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog-0203 | 6121 * Makefile.am (dep.sed): Subst TOPDIR.
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | ChangeLog-0203 | 9595 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | ChangeLog-0203 | 9595 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
|