Home
last modified time | relevance | path

Searched defs:Pattern (Results 1 – 25 of 106) sorted by relevance

12345

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.lazy.split/
H A Dconstraints.compile.pass.cpp41 using Pattern = ForwardView; typedef
56 using Pattern = ForwardTinyView; typedef
90 using Pattern = ForwardTinyView; typedef
105 using Pattern = ForwardView; typedef
120 using Pattern = InputView; typedef
141 using Pattern = IntForwardView; typedef
156 using Pattern = ForwardView; typedef
179 using Pattern = AlmostTinyRange; typedef
202 using Pattern = ForwardView; typedef
H A Dctor.view.pass.cpp50 using Pattern = ViewWithCounting; typedef
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/iterator/
H A Dmember_types.compile.pass.cpp22 using Pattern = std::ranges::subrange<PatternIter, sentinel_wrapper<PatternIter>>; in testIteratorTypedef() typedef
/llvm-project/lld/include/lld/Common/
H A DStrings.h67 StringMatcher(llvm::StringRef Pattern) in StringMatcher()
/llvm-project/mlir/lib/IR/
H A DPatternMatch.cpp39 Pattern::Pattern(StringRef rootName, PatternBenefit benefit, in Pattern() function in Pattern
47 Pattern::Pattern(MatchAnyOpTypeTag tag, PatternBenefit benefit, in Pattern() function in Pattern
54 Pattern::Pattern(MatchInterfaceOpTypeTag tag, TypeID interfaceID, in Pattern() function in Pattern
63 Pattern::Pattern(MatchTraitOpTypeTag tag, TypeID traitID, in Pattern() function in Pattern
72 Pattern::Pattern(const void *rootValue, RootKind rootKind, in Pattern() function in Pattern
/llvm-project/llvm/lib/ObjCopy/
H A DCommonConfig.cpp16 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create()
/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp62 for (StringRef Pattern : APIList) in PreserveAPIList() local
75 void addGlob(StringRef Pattern) { in addGlob() argument
/llvm-project/clang-tools-extra/clang-tidy/objc/
H A DNSDateFormatterCheck.cpp38 bool isValidDatePattern(StringRef Pattern) { in isValidDatePattern()
/llvm-project/clang-tools-extra/unittests/clang-include-fixer/
H A DFuzzySymbolIndexTests.cpp31 llvm::Regex Pattern("^" + arg); variable
/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatternParser.h32 class Pattern; variable
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp408 Error LVPatterns::createMatchEntry(LVMatchInfo &Filters, StringRef Pattern, in createMatchEntry()
460 StringRef Pattern = Entry.first(); in addPatterns() local
/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp24 bool matchFilePath(StringRef Pattern, StringRef FilePath) { in matchFilePath() argument
[all...]
/llvm-project/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp117 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/llvm/lib/IR/
H A DDiagnosticHandler.cpp25 std::shared_ptr<Regex> Pattern; member
/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp284 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/lld/Common/
H A DStrings.cpp22 static bool isExact(StringRef Pattern) { in SingleStringMatcher() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp301 switch (Pattern) { in getCombinerObjective() argument
341 reduceRegisterPressure(MachineInstr & Root,MachineBasicBlock * MBB,SmallVectorImpl<MachineInstr * > & InsInstrs,SmallVectorImpl<MachineInstr * > & DelInstrs,unsigned Pattern) reduceRegisterPressure() argument
359 improvesCriticalPathLen(MachineBasicBlock * MBB,MachineInstr * Root,MachineTraceMetrics::Trace BlockTrace,SmallVectorImpl<MachineInstr * > & InsInstrs,SmallVectorImpl<MachineInstr * > & DelInstrs,DenseMap<unsigned,unsigned> & InstrIdxForVirtReg,unsigned Pattern,bool SlackIsAccurate) improvesCriticalPathLen() argument
489 insertDeleteInstructions(MachineBasicBlock * MBB,MachineInstr & MI,SmallVectorImpl<MachineInstr * > & InsInstrs,SmallVectorImpl<MachineInstr * > & DelInstrs,MachineTraceMetrics::Ensemble * TraceEnsemble,SparseSet<LiveRegUnit> & RegUnits,const TargetInstrInfo * TII,unsigned Pattern,bool IncrementalUpdate) insertDeleteInstructions() argument
[all...]
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp300 findSourceFiles(const PDBSymbolCompiland * Compiland,StringRef Pattern,PDB_NameSearchFlags Flags) const findSourceFiles() argument
307 findOneSourceFile(const PDBSymbolCompiland * Compiland,StringRef Pattern,PDB_NameSearchFlags Flags) const findOneSourceFile() argument
313 findCompilandsForSourceFile(StringRef Pattern,PDB_NameSearchFlags Flags) const findCompilandsForSourceFile() argument
319 findOneCompilandForSourceFile(StringRef Pattern,PDB_NameSearchFlags Flags) const findOneCompilandForSourceFile() argument
/llvm-project/clang/lib/InstallAPI/
H A DHeaderFile.cpp21 std::string Pattern = "/include/"; in createIncludeHeaderName() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp626 CheckPackExpansion(TypeSourceInfo * Pattern,SourceLocation EllipsisLoc,std::optional<unsigned> NumExpansions) CheckPackExpansion() argument
643 CheckPackExpansion(QualType Pattern,SourceRange PatternRange,SourceLocation EllipsisLoc,std::optional<unsigned> NumExpansions) CheckPackExpansion() argument
664 ActOnPackExpansion(Expr * Pattern,SourceLocation EllipsisLoc) ActOnPackExpansion() argument
668 CheckPackExpansion(Expr * Pattern,SourceLocation EllipsisLoc,std::optional<unsigned> NumExpansions) CheckPackExpansion() argument
826 QualType Pattern = cast<PackExpansionType>(T)->getPattern(); getNumArgumentsInExpansion() local
1140 TypeLoc Pattern = Expansion.getPatternLoc(); getTemplateArgumentPackExpansionPattern() local
1157 Expr *Pattern = Expansion->getPattern(); getTemplateArgumentPackExpansionPattern() local
[all...]
/llvm-project/libcxx/test/std/ranges/range.adaptors/range.split/
H A Dctor.view.pass.cpp45 using Pattern = ViewWithCounting; typedef
/llvm-project/clang-tools-extra/pp-trace/
H A DPPTrace.cpp140 for (StringRef Pattern : Patterns) { in main() local
/llvm-project/llvm/utils/lit/lit/
H A DBooleanExpression.py49 Pattern = re.compile( variable in BooleanExpression
/llvm-project/clang-tools-extra/clang-include-fixer/
H A DFuzzySymbolIndex.cpp31 llvm::Regex Pattern("^" + queryRegexp(Tokens)); in search() local
/llvm-project/clang/unittests/AST/
H A DASTImporterTest.cpp43 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
126 auto Pattern = functionDecl(hasName("shouldNotBeImported")); in TEST_P() local
143 auto Pattern = functionDecl(hasName("shouldNotBeImported")); TEST_P() local
154 auto Pattern = functionDecl(hasName("f")); ImportPath() local
308 const auto Pattern = functionDecl(hasDescendant(shuffleVectorExpr( TEST_P() local
1610 auto Pattern = TEST_P() local
1657 auto Pattern = namespaceDecl(has(classTemplateDecl( TEST_P() local
1775 auto Pattern = translationUnitDecl(has(classTemplateDecl( TEST_P() local
1819 auto Pattern = translationUnitDecl(has(classTemplateDecl( TEST_P() local
2120 auto Pattern = varDecl(hasName("x")); TEST_P() local
2146 auto Pattern = varDecl(hasName("x")); TEST_P() local
2164 auto Pattern = varDecl(hasName("a")); TEST_P() local
2197 auto Pattern = varDecl(hasName("x")); TEST_P() local
2217 auto Pattern = functionDecl(hasName("f")); TEST_P() local
2235 auto Pattern = functionDecl(hasName("f")); TEST_P() local
2258 auto Pattern = TEST_P() local
2275 auto Pattern = TEST_P() local
2536 auto Pattern = varDecl(hasName("v")); TEST_P() local
2557 auto Pattern = functionDecl(hasName("f")); TEST_P() local
2766 auto Pattern = functionDecl(hasName("f")); TEST_P() local
2784 auto Pattern = functionDecl(hasName("f")); TEST_P() local
2801 auto Pattern = functionDecl(hasName("f")); TEST_P() local
2819 auto Pattern = functionDecl(hasName("f")); TEST_P() local
2836 auto Pattern = functionDecl(hasName("f")); TEST_P() local
2865 auto Pattern = functionDecl(hasName("f")); TEST_P() local
2893 auto Pattern = functionDecl(hasName("f")); TEST_P() local
3044 auto Pattern = functionDecl(hasName("f")); TEST_P() local
4077 auto Pattern = recordDecl(hasName("X"), unless(isImplicit())); TEST_P() local
4095 auto Pattern = recordDecl(hasName("X"), unless(isImplicit())); TEST_P() local
4114 auto Pattern = recordDecl(hasName("X"), unless(isImplicit())); TEST_P() local
4138 auto Pattern = classTemplateDecl( testRecursiveFriendClassTemplate() local
4255 auto Pattern = cxxRecordDecl(has(friendDecl())); TEST_P() local
4324 auto Pattern = classTemplateSpecializationDecl(hasName("X")); TEST_P() local
4838 auto Pattern = translationUnitDecl( TEST_P() local
4863 auto Pattern = translationUnitDecl(unless(has(Instantiation))); TEST_P() local
4887 auto Pattern = translationUnitDecl(has(Specialization)); TEST_P() local
6711 auto Pattern = lambdaExpr(); TEST_P() local
6748 auto Pattern = lambdaExpr(); TEST_P() local
6958 auto Pattern = lambdaExpr(); TEST_P() local
6978 auto Pattern = cxxRecordDecl(isLambda()); TEST_P() local
6999 auto Pattern = cxxRecordDecl(isLambda()); TEST_P() local
7593 auto Pattern = varDecl(hasName("X")); TEST_P() local
7601 auto Pattern = varDecl(hasName("Y")); TEST_P() local
7636 auto Pattern = varDecl(hasName("X")); TEST_P() local
7670 auto Pattern = varDecl(hasName("X")); TEST_P() local
[all...]

12345