| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 229 case Pack: in getDependence() 250 case Pack: in isPackExpansion() 286 case TemplateArgument::Pack: in getNonTypeTemplateArgumentType() 352 case Pack: in Profile() 381 case Pack: in structurallyEquals() 407 case Pack: in getPackExpansionPattern() 471 case Pack: in print() 532 case TemplateArgument::Pack: in getSourceRange() 579 case TemplateArgument::Pack: { in DiagTemplateArg()
|
| H A D | DeclPrinter.cpp | 122 void printDeclType(QualType T, StringRef DeclName, bool Pack = false); 277 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { in printDeclType() argument 282 Pack = true; in printDeclType() 285 T.print(Out, Policy, (Pack ? "..." : "") + DeclName, Indentation); in printDeclType()
|
| H A D | TypeLoc.cpp | 596 case TemplateArgument::Pack: in initializeArgLocs()
|
| H A D | ItaniumMangle.cpp | 4974 const NamedDecl *Pack = SPE->getPack(); in mangleExpression() local 4975 if (const TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(Pack)) in mangleExpression() 4978 = dyn_cast<NonTypeTemplateParmDecl>(Pack)) in mangleExpression() 4981 = dyn_cast<TemplateTemplateParmDecl>(Pack)) in mangleExpression() 4984 mangleFunctionParam(cast<ParmVarDecl>(Pack)); in mangleExpression() 5207 if (Param->isParameterPack() && Arg.getKind() != TemplateArgument::Pack) { in needExactType() 5349 case TemplateArgument::Pack: { in mangleTemplateArg()
|
| H A D | ASTDiagnostic.cpp | 958 if (TA.getKind() != TemplateArgument::Pack) return; in InternalIterator() 1003 if (TA.getKind() != TemplateArgument::Pack) in operator ++()
|
| H A D | ExprCXX.cpp | 1556 NamedDecl *Pack, SourceLocation PackLoc, in Create() argument 1562 return new (Storage) SizeOfPackExpr(Context.getSizeType(), OperatorLoc, Pack, in Create()
|
| H A D | TypePrinter.cpp | 1981 if (Arg.getKind() == TemplateArgument::Pack && Arg.pack_size() == 0) in isSubstitutedDefaultArgument() 2031 if (Argument.getKind() == TemplateArgument::Pack) { in printTo()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 303 for (auto &Pack : Unexpanded) { in DiagnoseUnexpandedParameterPacks() local 313 LambdaParamPackReferences.push_back(Pack); in DiagnoseUnexpandedParameterPacks() 1106 case TemplateArgument::Pack: in getTemplateArgumentPackExpansionPattern() 1122 TemplateArgument Pack; in getFullyPackExpandedSize() local 1126 Pack = Subst->getArgumentPack(); in getFullyPackExpandedSize() 1134 Pack = Subst->getArgumentPack(); in getFullyPackExpandedSize() 1147 Pack = Subst->getArgumentPack(); in getFullyPackExpandedSize() 1156 case TemplateArgument::Pack: in getFullyPackExpandedSize() 1168 return Pack.pack_size(); in getFullyPackExpandedSize() 1219 Expr *Pack = LHS ? LHS : RHS; in ActOnCXXFoldExpr() local [all …]
|
| H A D | SemaTemplateDeduction.cpp | 711 DeducedPack Pack(Index); in addPack() local 722 Packs.push_back(Pack); in addPack() 811 Pack.Outer = Info.PendingDeducedPacks[Pack.Index]; in finishConstruction() 814 Info.PendingDeducedPacks[Pack.Index] = &Pack; in finishConstruction() 828 Deduced[Pack.Index] = Pack.New[PackElements]; in finishConstruction() 835 for (auto &Pack : Packs) in ~PackDeductionScope() local 836 Info.PendingDeducedPacks[Pack.Index] = Pack.Outer; in ~PackDeductionScope() 885 Deduced[Pack.Index] = Pack.Saved; in finish() 904 if (Pack.New.empty()) { in finish() 910 std::copy(Pack.New.begin(), Pack.New.end(), ArgumentPack); in finish() [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 1447 if (Arg.getKind() == TemplateArgument::Pack) { in TransformTemplateParmRefExpr() 1460 assert(Arg.getKind() == TemplateArgument::Pack && in TransformTemplateParmRefExpr() 1788 if (Arg.getKind() == TemplateArgument::Pack) { in TransformTemplateTypeParmType() 3637 Pack->push_back(cast<VarDecl>(Inst)); in InstantiatedLocal() 3647 Pack->push_back(Inst); in InstantiatedLocalPackArg() 3661 DeclArgumentPack *Pack = new DeclArgumentPack; in MakeInstantiatedLocalArgPack() local 3662 Stored = Pack; in MakeInstantiatedLocalArgPack() 3663 ArgumentPacks.push_back(Pack); in MakeInstantiatedLocalArgPack() 3667 for (DeclArgumentPack *Pack : ArgumentPacks) in isLocalPackExpansion() 3668 if (std::find(Pack->begin(), Pack->end(), D) != Pack->end()) in isLocalPackExpansion() [all …]
|
| H A D | TreeTransform.h | 307 void ExpandingFunctionParameterPack(ParmVarDecl *Pack) { } in ExpandingFunctionParameterPack() argument 3339 NamedDecl *Pack, in RebuildSizeOfPackExpr() argument 3669 case TemplateArgument::Pack: in RebuildPackExpansion() 4332 case TemplateArgument::Pack: in TransformTemplateArgument() 4501 if (In.getArgument().getKind() == TemplateArgument::Pack) { in TransformTemplateArguments() 12937 VarDecl *Pack = C->getCapturedVar(); in TransformLambdaExpr() local 13310 auto *Pack = E->getPack(); in TransformSizeOfPackExpr() local 13311 if (auto *TTPD = dyn_cast<TemplateTypeParmDecl>(Pack)) { in TransformSizeOfPackExpr() 13317 auto *VD = cast<ValueDecl>(Pack); in TransformSizeOfPackExpr() 13333 auto *Pack = cast_or_null<NamedDecl>( in TransformSizeOfPackExpr() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TemplateBase.h | 101 Pack 230 this->Args.Kind = Pack; 353 assert(getKind() == Pack); 360 assert(getKind() == Pack); 373 assert(getKind() == Pack); 379 assert(getKind() == Pack);
|
| H A D | TemplateArgumentVisitor.h | 43 DISPATCH(Pack); in Visit() 65 VISIT_METHOD(Pack);
|
| H A D | ExprCXX.h | 4156 NamedDecl *Pack = nullptr; variable 4160 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr() argument 4166 Length(Length ? *Length : PartialArgs.size()), Pack(Pack) { in SizeOfPackExpr() 4181 NamedDecl *Pack, SourceLocation PackLoc, 4198 NamedDecl *getPack() const { return Pack; } in getPack()
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/ |
| H A D | structure | 40 <shard>.pack/ Pack directory, if the repo has been packed (see below) 41 pack Pack file, if the repository has been packed (see below) 42 manifest Pack manifest file, if a pack file exists (see below) 46 <shard>.pack/ Pack directory, if the repo has been packed (see below) 47 <rev>.<count> Pack file, if the repository has been packed (see below) 48 manifest Pack manifest file, if a pack file exists (see below)
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/VE/ |
| H A D | VEInstrIntrinsicVL.td | 8 // Pack patterns.
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 1739 const Node *Pack; variable 1743 : Node(KSizeofParamPackExpr), Pack(Pack_) {} in SizeofParamPackExpr() 1745 template<typename Fn> void match(Fn F) const { F(Pack); } in match() 1749 ParameterPackExpansion PPE(Pack); in printLeft() 1972 const Node *Pack, *Init; variable 1983 F(IsLeftFold, OperatorName, Pack, Init); in match() 1989 ParameterPackExpansion(Pack).print(S); in printLeft() 4444 Node *Pack = getDerived().parseExpr(), *Init = nullptr; in parseFoldExpr() local 4445 if (Pack == nullptr) in parseFoldExpr() 4454 std::swap(Pack, Init); in parseFoldExpr() [all …]
|
| /freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/ |
| H A D | structure | 37 <shard>.pack/ Pack directory, if the repo has been packed (see below) 38 pack Pack file, if the repository has been packed (see below) 39 manifest Pack manifest file, if a pack file exists (see below) 43 <shard>.pack/ Pack directory, if the repo has been packed (see below) 44 <rev>.<count> Pack file, if the repository has been packed (see below) 45 manifest Pack manifest file, if a pack file exists (see below) 373 Pack file format
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Template.h | 439 void SetPartiallySubstitutedPack(NamedDecl *Pack,
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/internal/ |
| H A D | gmock-internal-utils.h | 546 template <class Pack, size_t I> struct append;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | CastValueChecker.cpp | 275 case TemplateArgument::Pack: in addInstanceOfTransition()
|
| /freebsd-13.1/contrib/file/magic/Magdir/ |
| H A D | msdos | 1392 # Microsoft Publisher version about 2003 has a "Pack and Go" feature that 1459 # PPZ were created using Pack & Go feature of PowerPoint versions 97 - 2002 1466 # first member *.theme implies Windows 7 Theme Pack like in CommunityShowcaseAqua3.themepack 1467 # or Windows 8 Desktop Theme Pack like in PanoramicGlaciers.deskthemepack 1471 # 1st member Panoramic.theme or Panoramas.theme implies Windows 8-10 Theme Pack 1477 >>>>>>(16.l+16) ubyte x Theme Pack
|
| H A D | compress | 365 # Valve Pack (VPK) files
|
| /freebsd-13.1/usr.bin/compress/doc/ |
| H A D | README | 206 >1. Added facilities of "compact" into the compress program. "Pack",
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.h | 1419 void setAlsoPack(bool Pack) { AlsoPack = Pack; } in setAlsoPack() argument
|