/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_stack_store.cpp | 105 uptr StackStore::Pack(Compression type) { Pack() function in __sanitizer::StackStore 301 uptr StackStore::BlockInfo::Pack(Compression type, StackStore *store) { Pack() function in __sanitizer::StackStore::BlockInfo
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 1384 std::optional<unsigned> getPackIndex(TemplateArgument Pack) { in getPackIndex() 1404 void ExpandingFunctionParameterPack(ParmVarDecl *Pack) { in ExpandingFunctionParameterPack() 2020 TemplateArgument Pack = SubstPack->getArgumentPack(); in TransformTemplateName() local 2251 TemplateArgument Pack = E->getArgumentPack(); in TransformSubstNonTypeTemplateParmPackExpr() local 2351 if (DeclArgumentPack *Pack = Found->dyn_cast<DeclArgumentPack *>()) { in TransformFunctionParmPackRefExpr() local 2561 TemplateArgument Pack = T->getArgumentPack(); in TransformSubstTemplateTypeParmPackType() local 4422 } else if (DeclArgumentPack *Pack = Stored.dyn_cast<DeclArgumentPack *>()) { in InstantiatedLocal() local 4432 DeclArgumentPack *Pack = LocalDecls[D].get<DeclArgumentPack *>(); in InstantiatedLocalPackArg() local 4447 DeclArgumentPack *Pack = new DeclArgumentPack; in MakeInstantiatedLocalArgPack() local 4459 void LocalInstantiationScope::SetPartiallySubstitutedPack(NamedDecl *Pack, in SetPartiallySubstitutedPack()
|
H A D | SemaTemplateVariadic.cpp | 316 for (auto &Pack : Unexpanded) { in DiagnoseUnexpandedParameterPacks() local 1195 TemplateArgument Pack; in getFullyPackExpandedSize() local 1304 Expr *Pack = LHS ? LHS : RHS; in ActOnCXXFoldExpr() local
|
H A D | SemaTemplateDeduction.cpp | 861 DeducedPack Pack(Index); in addPack() local 959 for (auto &Pack : Packs) { in finishConstruction() local 985 for (auto &Pack : Packs) in ~PackDeductionScope() local 1027 for (auto &Pack : Packs) { in nextPackElement() local 1050 for (auto &Pack : Packs) { in finish() local
|
H A D | TreeTransform.h | 314 void ExpandingFunctionParameterPack(ParmVarDecl *Pack) { } in ExpandingFunctionParameterPack() 3627 ExprResult RebuildSizeOfPackExpr(SourceLocation OperatorLoc, NamedDecl *Pack, in RebuildSizeOfPackExpr() 6679 QualType Pack = getDerived().TransformType(TLB, TI->getTypeLoc()); in TransformPackIndexingType() local 14509 auto *Pack = cast<VarDecl>(C->getCapturedVar()); in TransformLambdaExpr() local 15014 auto *Pack = E->getPack(); in TransformSizeOfPackExpr() local 15038 auto *Pack = cast_or_null<NamedDecl>( in TransformSizeOfPackExpr() local 15155 ExprResult Pack = getDerived().TransformExpr(Pattern); in TransformPackIndexingExpr() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 2038 const Node *Pack; variable 2284 const Node *Pack, *Init; variable 4754 Node *Pack = getDerived().parseExpr(); in parseFoldExpr() local 5152 auto *Pack = make<NodeArrayNode>(popTrailingNodeArray(ArgsBegin)); in parseExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclPrinter.cpp | 313 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { in printDeclType()
|
H A D | StmtPrinter.cpp | 2078 const TemplateArgument &Pack = Args->get(0); in VisitUserDefinedLiteral() local
|
H A D | ExprCXX.cpp | 1696 NamedDecl *Pack, SourceLocation PackLoc, in Create()
|
H A D | ItaniumMangle.cpp | 5631 const NamedDecl *Pack = SPE->getPack(); in mangleExpression() local
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ExprCXX.h | 4284 NamedDecl *Pack = nullptr; variable 4288 SizeOfPackExpr(QualType SizeType, SourceLocation OperatorLoc, NamedDecl *Pack, in SizeOfPackExpr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 48544 SDValue Pack = in combineVectorPack() local
|