/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaTemplateVariadic.cpp | 607 Sema::CheckPackExpansion(TypeSourceInfo *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion() 624 QualType Sema::CheckPackExpansion(QualType Pattern, SourceRange PatternRange, in CheckPackExpansion() 645 ExprResult Sema::ActOnPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc) { in ActOnPackExpansion() 649 ExprResult Sema::CheckPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion() 807 QualType Pattern = cast<PackExpansionType>(T)->getPattern(); in getNumArgumentsInExpansion() local 1074 TypeLoc Pattern = Expansion.getPatternLoc(); in getTemplateArgumentPackExpansionPattern() local 1091 Expr *Pattern = Expansion->getPattern(); in getTemplateArgumentPackExpansionPattern() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 1045 TypeAliasDecl *Pattern = D->getTemplatedDecl(); in VisitTypeAliasTemplateDecl() local 1500 EnumDecl *Enum, EnumDecl *Pattern) { in InstantiateEnumDefinition() 1579 CXXRecordDecl *Pattern = D->getTemplatedDecl(); in VisitClassTemplateDecl() local 1765 VarDecl *Pattern = D->getTemplatedDecl(); in VisitVarTemplateDecl() local 2904 TypeLoc Pattern = Expansion.getPatternLoc(); in VisitNonTypeTemplateParmDecl() local 4841 Stmt *Pattern = nullptr; in InstantiateFunctionDefinition() local 5771 static bool isInstantiationOf(ClassTemplateDecl *Pattern, in isInstantiationOf() 5784 static bool isInstantiationOf(FunctionTemplateDecl *Pattern, in isInstantiationOf() 5798 isInstantiationOf(ClassTemplatePartialSpecializationDecl *Pattern, in isInstantiationOf() 5813 static bool isInstantiationOf(CXXRecordDecl *Pattern, in isInstantiationOf() [all …]
|
H A D | SemaTemplateInstantiate.cpp | 162 const FunctionDecl *Pattern, bool RelativeToPrimary, in HandleFunction() 291 bool RelativeToPrimary, const FunctionDecl *Pattern, in getTemplateInstantiationArgs() 2922 CXXRecordDecl *Pattern, in SubstBaseSpecifiers() 3058 CXXRecordDecl *Instantiation, CXXRecordDecl *Pattern, in InstantiateClass() 3317 EnumDecl *Instantiation, EnumDecl *Pattern, in InstantiateEnum() 3383 FieldDecl *Pattern, const MultiLevelTemplateArgumentList &TemplateArgs) { in InstantiateInClassInitializer() 3595 CXXRecordDecl *Pattern = nullptr; in getPatternForClassTemplateSpecialization() local 3635 ActionResult<CXXRecordDecl *> Pattern = in InstantiateClassTemplateSpecialization() local 3665 if (FunctionDecl *Pattern = in InstantiateClassMembers() local 3796 CXXRecordDecl *Pattern = Record->getInstantiatedFromMemberClass(); in InstantiateClassMembers() local [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVOptions.cpp | 408 Error LVPatterns::createMatchEntry(LVMatchInfo &Filters, StringRef Pattern, in createMatchEntry() 460 StringRef Pattern = Entry.first(); in addPatterns() local
|
/openbsd-src/gnu/llvm/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()
|
/openbsd-src/gnu/llvm/lld/include/lld/Common/ |
H A D | Strings.h | 67 StringMatcher(llvm::StringRef Pattern) in StringMatcher()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | Internalize.cpp | 63 for (StringRef Pattern : APIList) in PreserveAPIList() local 76 void addGlob(StringRef Pattern) { in addGlob()
|
/openbsd-src/gnu/llvm/llvm/lib/ObjCopy/ |
H A D | CommonConfig.cpp | 15 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | DiagnosticHandler.cpp | 25 std::shared_ptr<Regex> Pattern; member
|
/openbsd-src/gnu/llvm/lld/Common/ |
H A D | Strings.cpp | 21 SingleStringMatcher::SingleStringMatcher(StringRef Pattern) { in SingleStringMatcher()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineCombiner.cpp | 355 MachineCombinerPattern Pattern) { in reduceRegisterPressure() 374 MachineCombinerPattern Pattern, in improvesCriticalPathLen() 498 MachineCombinerPattern Pattern, in insertDeleteInstructions()
|
H A D | TargetInstrInfo.cpp | 815 TargetInstrInfo::getReassociationOpcodes(MachineCombinerPattern Pattern, in getReassociationOpcodes() 904 static std::pair<bool, bool> mustSwapOperands(MachineCombinerPattern Pattern) { in mustSwapOperands() 923 MachineCombinerPattern Pattern, in reassociateOps() 1022 MachineInstr &Root, MachineCombinerPattern Pattern, in genAlternativeCodeSequence()
|
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/ |
H A D | BooleanExpression.py | 48 Pattern = re.compile(r'\A\s*([()]|&&|\|\||!|(?:[-+=._a-zA-Z0-9]+|\{\{.+?\}\})+)\s*(.*)\Z') variable in BooleanExpression
|
/openbsd-src/gnu/llvm/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
|
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 556 return llvm::any_of(Patterns, [&](const Pattern &Pattern) { in foundMatch() 563 struct Pattern { struct in clang::ast_matchers::internal::__anon2d869e1b0811::PatternSet 564 StringRef P; 565 bool IsFullyQualified; 654 for (const StringRef Pattern : Names) { in matchesNodeFullSlow() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | DAGISelMatcherGen.cpp | 55 const PatternToMatch &Pattern; member in __anona097be690111::MatcherGen 1092 Matcher *llvm::ConvertPatternToMatcher(const PatternToMatch &Pattern, in ConvertPatternToMatcher()
|
H A D | DAGISelMatcherOpt.cpp | 98 const PatternToMatch &Pattern = CM->getPattern(); in ContractNodes() local
|
H A D | DAGISelMatcher.h | 690 const ComplexPattern &Pattern; variable 1074 const PatternToMatch &Pattern; variable 1100 const PatternToMatch &Pattern; variable
|
H A D | CodeGenDAGPatterns.cpp | 3939 TreePatternNodePtr Pattern = I.getTree(0); in parseInstructionPattern() local 4011 TreePattern Pattern(Instr, SrcPattern, true, *this); in ParseInstructions() local 4039 void CodeGenDAGPatterns::AddPatternToMatch(TreePattern *Pattern, in AddPatternToMatch() 4262 TreePattern &Pattern, TreePattern &Result, in ParseOnePattern() 4364 TreePattern Pattern(CurPattern, Tree, true, *this); in ParsePatterns() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfo.cpp | 1500 MachineCombinerPattern Pattern) { in getFPFusedMultiplyOpcode() 1522 static unsigned getAddendOperandIdx(MachineCombinerPattern Pattern) { in getAddendOperandIdx() 1536 MachineCombinerPattern Pattern, in combineFPFusedMultiply() 1572 MachineInstr &Root, MachineCombinerPattern Pattern, in genAlternativeCodeSequence()
|
/openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
H A D | CodeCompleteConsumer.h | 779 CodeCompletionString *Pattern; member 921 CodeCompletionResult(CodeCompletionString *Pattern, const NamedDecl *D, in CodeCompletionResult()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
H A D | SymbolRewriter.cpp | 158 const std::string Pattern; member in __anon0545776f0211::PatternRewriteDescriptor
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/ |
H A D | UninitializedObjectChecker.cpp | 500 static bool shouldIgnoreRecord(const RecordDecl *RD, StringRef Pattern) { in shouldIgnoreRecord()
|
/openbsd-src/gnu/llvm/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 460 friend class Pattern; variable
|