Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/lld/Common/
H A DStrings.cpp22 static bool isExact(StringRef Pattern) { in isExact()
27 SingleStringMatcher::SingleStringMatcher(StringRef Pattern) in SingleStringMatcher()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DInternalize.cpp61 for (StringRef Pattern : APIList) in PreserveAPIList() local
74 void addGlob(StringRef Pattern) { in addGlob()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DStrings.h67 StringMatcher(llvm::StringRef Pattern) in StringMatcher()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/
H A DCommonConfig.cpp16 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVOptions.cpp410 Error LVPatterns::createMatchEntry(LVMatchInfo &Filters, StringRef Pattern, in createMatchEntry()
461 StringRef Pattern = Entry.first(); in addPatterns() local
/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DPatternParser.h32 class Pattern; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp298 CombinerObjective MachineCombiner::getCombinerObjective(unsigned Pattern) { in getCombinerObjective()
338 SmallVectorImpl<MachineInstr *> &DelInstrs, unsigned Pattern) { in reduceRegisterPressure()
356 DenseMap<Register, unsigned> &InstrIdxForVirtReg, unsigned Pattern, in improvesCriticalPathLen()
486 const TargetInstrInfo *TII, unsigned Pattern, in insertDeleteInstructions()
H A DTargetInstrInfo.cpp1186 TargetInstrInfo::getReassociationOpcodes(unsigned Pattern, in getReassociationOpcodes()
1275 static std::pair<bool, bool> mustSwapOperands(unsigned Pattern) { in mustSwapOperands()
1291 const MachineInstr &Root, unsigned Pattern, in getReassociateOperandIndices()
1314 MachineInstr &Root, MachineInstr &Prev, unsigned Pattern, in reassociateOps()
1480 MachineInstr &Root, unsigned Pattern, in genAlternativeCodeSequence()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp298 StringRef Pattern, in findSourceFiles()
305 StringRef Pattern, in findOneSourceFile()
311 NativeSession::findCompilandsForSourceFile(StringRef Pattern, in findCompilandsForSourceFile()
317 NativeSession::findOneCompilandForSourceFile(StringRef Pattern, in findOneCompilandForSourceFile()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticHandler.cpp25 std::shared_ptr<Regex> Pattern; member
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DMatchFilePath.cpp24 bool matchFilePath(StringRef Pattern, StringRef FilePath) { in matchFilePath()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp689 TypeSourceInfo *Sema::CheckPackExpansion(TypeSourceInfo *Pattern, in CheckPackExpansion()
707 QualType Sema::CheckPackExpansion(QualType Pattern, SourceRange PatternRange, in CheckPackExpansion()
728 ExprResult Sema::ActOnPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc) { in ActOnPackExpansion()
732 ExprResult Sema::CheckPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion()
995 QualType Pattern = cast<PackExpansionType>(T)->getPattern(); in getNumArgumentsInExpansion() local
1266 TypeLoc Pattern = Expansion.getPatternLoc(); in getTemplateArgumentPackExpansionPattern() local
1283 Expr *Pattern = Expansion->getPattern(); in getTemplateArgumentPackExpansionPattern() local
H A DSemaTemplateInstantiateDecl.cpp964 void Sema::updateAttrsForLateParsedTemplate(const Decl *Pattern, Decl *Inst) { in updateAttrsForLateParsedTemplate()
1544 TypeAliasDecl *Pattern = D->getTemplatedDecl(); in InstantiateTypeAliasTemplateDecl() local
2109 EnumDecl *Enum, EnumDecl *Pattern) { in InstantiateEnumDefinition()
2188 CXXRecordDecl *Pattern = D->getTemplatedDecl(); in VisitClassTemplateDecl() local
2376 VarDecl *Pattern = D->getTemplatedDecl(); in VisitVarTemplateDecl() local
3557 TypeLoc Pattern = Expansion.getPatternLoc(); in VisitNonTypeTemplateParmDecl() local
5482 Stmt *Pattern = nullptr; in InstantiateFunctionDefinition() local
6537 static bool isInstantiationOf(ClassTemplateDecl *Pattern, in isInstantiationOf()
6550 static bool isInstantiationOf(FunctionTemplateDecl *Pattern, in isInstantiationOf()
6564 isInstantiationOf(ClassTemplatePartialSpecializationDecl *Pattern, in isInstantiationOf()
[all …]
H A DSemaTemplateInstantiate.cpp271 const FunctionDecl *Pattern, bool RelativeToPrimary, in HandleFunction()
486 const FunctionDecl *Pattern, bool ForConstraintInstantiation, in getTemplateInstantiationArgs()
1979 TypeLoc Pattern = ExpansionTL.getPatternLoc(); in maybeInstantiateFunctionParameterToScope() local
3484 CXXRecordDecl *Pattern, in SubstBaseSpecifiers()
3598 CXXRecordDecl *Instantiation, CXXRecordDecl *Pattern, in InstantiateClass()
3847 EnumDecl *Instantiation, EnumDecl *Pattern, in InstantiateEnum()
3898 FieldDecl *Pattern, const MultiLevelTemplateArgumentList &TemplateArgs) { in InstantiateInClassInitializer()
4137 CXXRecordDecl *Pattern = nullptr; in getPatternForClassTemplateSpecialization() local
4182 ActionResult<CXXRecordDecl *> Pattern = in InstantiateClassTemplateSpecialization() local
4222 if (FunctionDecl *Pattern = in InstantiateClassMembers() local
[all …]
H A DSemaTemplateDeductionGuide.cpp118 auto *Pattern = TATD; in RebuildTemplateSpecializationType() local
309 ClassTemplateDecl *Pattern = Template; in ConvertConstructorToDeductionGuideTransform() local
1405 ClassTemplateDecl *Pattern = in DeclareAggregateDeductionGuideFromInitList() local
1458 ClassTemplateDecl *Pattern = in DeclareImplicitDeductionGuides() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSpecialCaseList.h133 GlobPattern Pattern; member
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DHeaderFile.cpp21 std::string Pattern = "/include/"; in createIncludeHeaderName() local
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp547 StringRef Pattern = Patterns[I].P; in consumeNameSuffix() local
552 llvm::erase_if(Patterns, [&NodeName](auto &Pattern) { in consumeNameSuffix()
564 return llvm::any_of(Patterns, [&](const Pattern &Pattern) { in foundMatch()
571 struct Pattern { struct in clang::ast_matchers::internal::__anon93d891040811::PatternSet
572 StringRef P;
573 bool IsFullyQualified;
664 for (const StringRef Pattern : Names) { in matchesNodeFullSlow() local
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp239 if (const CXXRecordDecl *Pattern = in adjustTemplateImplicitInstantiation() local
250 if (const EnumDecl *Pattern = ED->getInstantiatedFromMemberEnum()) { in adjustTemplateImplicitInstantiation() local
/freebsd/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp631 if (const auto Pattern{StringRef{Line}.trim()}; in isIgnored() local
645 StringRef Pattern{Pat}; in isIgnored() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp28 Error SpecialCaseList::Matcher::insert(StringRef Pattern, unsigned LineNumber, in insert()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp56 const PatternToMatch &Pattern; member in __anon9c7aa4d20111::MatcherGen
1076 Matcher *llvm::ConvertPatternToMatcher(const PatternToMatch &Pattern, in ConvertPatternToMatcher()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaConcept.h130 const Expr *Pattern; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp156 const std::string Pattern; member in __anon8c4031380211::PatternRewriteDescriptor

1234