| /llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.lazy.split/ |
| H A D | constraints.compile.pass.cpp | 39 using Pattern = ForwardView; typedef 54 using Pattern = ForwardTinyView; typedef 88 using Pattern = ForwardTinyView; typedef 103 using Pattern = ForwardView; typedef 118 using Pattern = InputView; typedef 139 using Pattern = IntForwardView; typedef 154 using Pattern = ForwardView; typedef 177 using Pattern = AlmostTinyRange; typedef 200 using Pattern = ForwardView; typedef
|
| H A D | ctor.view.pass.cpp | 67 using Pattern = ViewWithCounting; in test() typedef
|
| /llvm-project-15.0.7/mlir/unittests/Dialect/SparseTensor/ |
| H A D | MergerTest.cpp | 84 struct Pattern { struct 85 Kind kind; 88 unsigned tensorNum; 91 std::shared_ptr<Pattern> e0; 92 std::shared_ptr<Pattern> e1; 97 Pattern(unsigned tensorNum) : kind(Kind::kTensor), tensorNum(tensorNum) {} in Pattern() argument 98 Pattern(Kind kind, const std::shared_ptr<Pattern> &e0, in Pattern() function
|
| /llvm-project-15.0.7/mlir/lib/IR/ |
| H A D | PatternMatch.cpp | 35 Pattern::Pattern(StringRef rootName, PatternBenefit benefit, in Pattern() function in Pattern 43 Pattern::Pattern(MatchAnyOpTypeTag tag, PatternBenefit benefit, in Pattern() function in Pattern 50 Pattern::Pattern(MatchInterfaceOpTypeTag tag, TypeID interfaceID, in Pattern() function in Pattern 59 Pattern::Pattern(MatchTraitOpTypeTag tag, TypeID traitID, in Pattern() function in Pattern 68 Pattern::Pattern(const void *rootValue, RootKind rootKind, in Pattern() function in Pattern
|
| /llvm-project-15.0.7/llvm/lib/ObjCopy/ |
| H A D | CommonConfig.cpp | 15 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create()
|
| /llvm-project-15.0.7/lld/include/lld/Common/ |
| H A D | Strings.h | 75 StringMatcher(llvm::StringRef Pattern) in StringMatcher()
|
| /llvm-project-15.0.7/clang-tools-extra/unittests/clang-include-fixer/ |
| H A D | FuzzySymbolIndexTests.cpp | 31 llvm::Regex Pattern("^" + arg); variable
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/ |
| H A D | PDBApiTest.cpp | 117 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, in findSourceFiles() 123 llvm::StringRef Pattern, in findOneSourceFile() 128 findCompilandsForSourceFile(llvm::StringRef Pattern, in findCompilandsForSourceFile() 133 findOneCompilandForSourceFile(llvm::StringRef Pattern, in findOneCompilandForSourceFile()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DiagnosticHandler.cpp | 25 std::shared_ptr<Regex> Pattern; member
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASession.cpp | 284 llvm::StringRef Pattern, in findSourceFiles() 306 llvm::StringRef Pattern, in findOneSourceFile() 315 DIASession::findCompilandsForSourceFile(llvm::StringRef Pattern, in findCompilandsForSourceFile() 324 DIASession::findOneCompilandForSourceFile(llvm::StringRef Pattern, in findOneCompilandForSourceFile()
|
| /llvm-project-15.0.7/lld/Common/ |
| H A D | Strings.cpp | 21 SingleStringMatcher::SingleStringMatcher(StringRef Pattern) { in SingleStringMatcher()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | Internalize.cpp | 63 for (StringRef Pattern : APIList) in PreserveAPIList() local 76 void addGlob(StringRef Pattern) { in addGlob()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeSession.cpp | 299 StringRef Pattern, in findSourceFiles() 306 StringRef Pattern, in findOneSourceFile() 312 NativeSession::findCompilandsForSourceFile(StringRef Pattern, in findCompilandsForSourceFile() 318 NativeSession::findOneCompilandForSourceFile(StringRef Pattern, in findOneCompilandForSourceFile()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 605 Sema::CheckPackExpansion(TypeSourceInfo *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion() 622 QualType Sema::CheckPackExpansion(QualType Pattern, SourceRange PatternRange, in CheckPackExpansion() 643 ExprResult Sema::ActOnPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc) { in ActOnPackExpansion() 647 ExprResult Sema::CheckPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion() 805 QualType Pattern = cast<PackExpansionType>(T)->getPattern(); in getNumArgumentsInExpansion() local 1070 TypeLoc Pattern = Expansion.getPatternLoc(); in getTemplateArgumentPackExpansionPattern() local 1087 Expr *Pattern = Expansion->getPattern(); in getTemplateArgumentPackExpansionPattern() local
|
| H A D | SemaTemplateInstantiateDecl.cpp | 1037 TypeAliasDecl *Pattern = D->getTemplatedDecl(); in VisitTypeAliasTemplateDecl() local 1489 EnumDecl *Enum, EnumDecl *Pattern) { in InstantiateEnumDefinition() 1568 CXXRecordDecl *Pattern = D->getTemplatedDecl(); in VisitClassTemplateDecl() local 1750 VarDecl *Pattern = D->getTemplatedDecl(); in VisitVarTemplateDecl() local 2839 TypeLoc Pattern = Expansion.getPatternLoc(); in VisitNonTypeTemplateParmDecl() local 4832 Stmt *Pattern = nullptr; in InstantiateFunctionDefinition() local 5760 static bool isInstantiationOf(ClassTemplateDecl *Pattern, in isInstantiationOf() 5802 static bool isInstantiationOf(CXXRecordDecl *Pattern, in isInstantiationOf() 5815 static bool isInstantiationOf(FunctionDecl *Pattern, in isInstantiationOf() 5828 static bool isInstantiationOf(EnumDecl *Pattern, in isInstantiationOf() [all …]
|
| H A D | SemaTemplateInstantiate.cpp | 62 bool RelativeToPrimary, const FunctionDecl *Pattern) { in getTemplateInstantiationArgs() 2535 CXXRecordDecl *Pattern, in SubstBaseSpecifiers() 2671 CXXRecordDecl *Instantiation, CXXRecordDecl *Pattern, in InstantiateClass() 2929 EnumDecl *Instantiation, EnumDecl *Pattern, in InstantiateEnum() 2995 FieldDecl *Pattern, const MultiLevelTemplateArgumentList &TemplateArgs) { in InstantiateInClassInitializer() 3205 CXXRecordDecl *Pattern = nullptr; in getPatternForClassTemplateSpecialization() local 3245 ActionResult<CXXRecordDecl *> Pattern = in InstantiateClassTemplateSpecialization() local 3275 if (FunctionDecl *Pattern = in InstantiateClassMembers() local 3406 CXXRecordDecl *Pattern = Record->getInstantiatedFromMemberClass(); in InstantiateClassMembers() local 3459 EnumDecl *Pattern = Enum->getTemplateInstantiationPattern(); in InstantiateClassMembers() local [all …]
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ASTImporterTest.cpp | 43 auto Pattern = functionDecl(hasName("f")); in TEST_P() local 53 auto Pattern = functionDecl(hasName("f")); in TEST_P() local 67 auto Pattern = functionDecl(hasName("f")); in TEST_P() local 1423 auto Pattern = in TEST_P() local 2071 auto Pattern = in TEST_P() local 2088 auto Pattern = in TEST_P() local 4019 auto Pattern = classTemplateDecl( in TEST_P() local 4342 auto Pattern = translationUnitDecl( in TEST_P() local 5935 auto Pattern = lambdaExpr(); in TEST_P() local 5955 auto Pattern = lambdaExpr(); in TEST_P() local [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | MachineCombiner.cpp | 357 MachineCombinerPattern Pattern) { in reduceRegisterPressure() 376 MachineCombinerPattern Pattern, in improvesCriticalPathLen() 513 MachineCombinerPattern Pattern, in insertDeleteInstructions()
|
| /llvm-project-15.0.7/clang-tools-extra/pp-trace/ |
| H A D | PPTrace.cpp | 140 for (StringRef Pattern : Patterns) { in main() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/ |
| H A D | FuzzySymbolIndex.cpp | 31 llvm::Regex Pattern("^" + queryRegexp(Tokens)); in search() local
|
| /llvm-project-15.0.7/llvm/utils/lit/lit/ |
| H A D | BooleanExpression.py | 50 Pattern = re.compile(r'\A\s*([()]|&&|\|\||!|(?:[-+=._a-zA-Z0-9]+|\{\{.+?\}\})+)\s*(.*)\Z') variable in BooleanExpression
|
| /llvm-project-15.0.7/mlir/include/mlir/TableGen/ |
| H A D | Pattern.h | 45 class Pattern; variable
|
| /llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/ |
| H A D | ChromiumCheckModelTest.cpp | 104 std::string ReplacePattern(std::string S, const std::string &Pattern, in ReplacePattern()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | IndexingContext.cpp | 228 if (const CXXRecordDecl *Pattern = in adjustTemplateImplicitInstantiation() local 239 if (const EnumDecl *Pattern = ED->getInstantiatedFromMemberEnum()) { in adjustTemplateImplicitInstantiation() local
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/modernize/ |
| H A D | UseEmplaceCheck.cpp | 45 for (const StringRef Pattern : Names) { in AST_MATCHER_P() local
|