| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | Strings.cpp | 22 static bool isExact(StringRef Pattern) { in isExact() 27 SingleStringMatcher::SingleStringMatcher(StringRef Pattern) in SingleStringMatcher()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | Internalize.cpp | 61 for (StringRef Pattern : APIList) in PreserveAPIList() local 74 void addGlob(StringRef Pattern) { in addGlob()
|
| /freebsd/contrib/llvm-project/lld/include/lld/Common/ |
| H A D | Strings.h | 67 StringMatcher(llvm::StringRef Pattern) in StringMatcher()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ |
| H A D | CommonConfig.cpp | 16 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
| H A D | LVOptions.cpp | 410 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 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()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
| H A D | PatternParser.h | 32 class Pattern; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineCombiner.cpp | 298 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 D | TargetInstrInfo.cpp | 1186 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 D | NativeSession.cpp | 298 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 D | DiagnosticHandler.cpp | 25 std::shared_ptr<Regex> Pattern; member
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | MatchFilePath.cpp | 24 bool matchFilePath(StringRef Pattern, StringRef FilePath) { in matchFilePath()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 689 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 D | SemaTemplateInstantiateDecl.cpp | 964 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 D | SemaTemplateInstantiate.cpp | 271 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 D | SemaTemplateDeductionGuide.cpp | 118 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 D | SpecialCaseList.h | 133 GlobPattern Pattern; member
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | HeaderFile.cpp | 21 std::string Pattern = "/include/"; in createIncludeHeaderName() local
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 547 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 D | IndexingContext.cpp | 239 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 D | ClangFormat.cpp | 631 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 D | SpecialCaseList.cpp | 28 Error SpecialCaseList::Matcher::insert(StringRef Pattern, unsigned LineNumber, in insert()
|
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherGen.cpp | 56 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 D | SemaConcept.h | 130 const Expr *Pattern; member
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | SymbolRewriter.cpp | 156 const std::string Pattern; member in __anon8c4031380211::PatternRewriteDescriptor
|