Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lld/include/lld/Common/
H A DStrings.h70 StringMatcher(llvm::StringRef Pattern) in StringMatcher()
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp606 Sema::CheckPackExpansion(TypeSourceInfo *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion()
623 QualType Sema::CheckPackExpansion(QualType Pattern, SourceRange PatternRange, in CheckPackExpansion()
644 ExprResult Sema::ActOnPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc) { in ActOnPackExpansion()
648 ExprResult Sema::CheckPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion()
808 QualType Pattern = cast<PackExpansionType>(T)->getPattern(); in getNumArgumentsInExpansion() local
1072 TypeLoc Pattern = Expansion.getPatternLoc(); in getTemplateArgumentPackExpansionPattern() local
1089 Expr *Pattern = Expansion->getPattern(); in getTemplateArgumentPackExpansionPattern() local
H A DSemaTemplateInstantiateDecl.cpp983 TypeAliasDecl *Pattern = D->getTemplatedDecl(); in VisitTypeAliasTemplateDecl() local
1435 EnumDecl *Enum, EnumDecl *Pattern) { in InstantiateEnumDefinition()
1514 CXXRecordDecl *Pattern = D->getTemplatedDecl(); in VisitClassTemplateDecl() local
1696 VarDecl *Pattern = D->getTemplatedDecl(); in VisitVarTemplateDecl() local
2788 TypeLoc Pattern = Expansion.getPatternLoc(); in VisitNonTypeTemplateParmDecl() local
4814 Stmt *Pattern = nullptr; in InstantiateFunctionDefinition() local
5731 static bool isInstantiationOf(ClassTemplateDecl *Pattern, in isInstantiationOf()
5773 static bool isInstantiationOf(CXXRecordDecl *Pattern, in isInstantiationOf()
5786 static bool isInstantiationOf(FunctionDecl *Pattern, in isInstantiationOf()
5799 static bool isInstantiationOf(EnumDecl *Pattern, in isInstantiationOf()
[all …]
H A DSemaTemplateInstantiate.cpp62 const FunctionDecl *Pattern) { in getTemplateInstantiationArgs()
2490 CXXRecordDecl *Pattern, in SubstBaseSpecifiers()
2626 CXXRecordDecl *Instantiation, CXXRecordDecl *Pattern, in InstantiateClass()
2885 EnumDecl *Instantiation, EnumDecl *Pattern, in InstantiateEnum()
2951 FieldDecl *Pattern, const MultiLevelTemplateArgumentList &TemplateArgs) { in InstantiateInClassInitializer()
3161 CXXRecordDecl *Pattern = nullptr; in getPatternForClassTemplateSpecialization() local
3201 ActionResult<CXXRecordDecl *> Pattern = in InstantiateClassTemplateSpecialization() local
3231 if (FunctionDecl *Pattern = in InstantiateClassMembers() local
3351 CXXRecordDecl *Pattern = Record->getInstantiatedFromMemberClass(); in InstantiateClassMembers() local
3404 EnumDecl *Pattern = Enum->getTemplateInstantiationPattern(); in InstantiateClassMembers() local
[all …]
H A DSemaCXXScopeSpec.cpp260 if (EnumDecl *Pattern = EnumD->getInstantiatedFromMemberEnum()) { in RequireCompleteEnumDecl() local
H A DSemaTemplateDeduction.cpp692 TemplateDeductionInfo &Info, TemplateArgument Pattern) in PackDeductionScope()
725 unsigned addPacks(TemplateArgument Pattern) { in addPacks()
751 auto Collect = [&](TemplateArgument Pattern) { in addPacks()
1068 QualType Pattern = Expansion->getPattern(); in DeduceTemplateArguments() local
2519 TemplateArgument Pattern = Params[ParamIdx].getPackExpansionPattern(); in DeduceTemplateArguments() local
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeSession.cpp291 StringRef Pattern, in findSourceFiles()
298 StringRef Pattern, in findOneSourceFile()
304 NativeSession::findCompilandsForSourceFile(StringRef Pattern, in findCompilandsForSourceFile()
310 NativeSession::findOneCompilandForSourceFile(StringRef Pattern, in findOneCompilandForSourceFile()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDiagnosticHandler.cpp25 std::shared_ptr<Regex> Pattern; member
/freebsd-13.1/contrib/llvm-project/lld/Common/
H A DStrings.cpp34 SingleStringMatcher::SingleStringMatcher(StringRef Pattern) { in SingleStringMatcher()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCombiner.cpp317 MachineCombinerPattern Pattern) { in reduceRegisterPressure()
336 MachineCombinerPattern Pattern, in improvesCriticalPathLen()
473 MachineCombinerPattern Pattern, in insertDeleteInstructions()
H A DTargetInstrInfo.cpp809 MachineCombinerPattern Pattern, in reassociateOps()
892 MachineInstr &Root, MachineCombinerPattern Pattern, in genAlternativeCodeSequence()
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp229 if (const CXXRecordDecl *Pattern = in adjustTemplateImplicitInstantiation() local
240 if (const EnumDecl *Pattern = ED->getInstantiatedFromMemberEnum()) { in adjustTemplateImplicitInstantiation() local
H A DIndexDecl.cpp211 const CXXRecordDecl *Pattern = CTD->getTemplatedDecl(); in gatherTemplatePseudoOverrides() local
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp555 return llvm::any_of(Patterns, [&](const Pattern &Pattern) { in foundMatch()
562 struct Pattern { struct in clang::ast_matchers::internal::__anonf6ae02b80811::PatternSet
563 StringRef P;
564 bool IsFullyQualified;
653 for (const StringRef Pattern : Names) { in matchesNodeFullSlow() local
/freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp54 const PatternToMatch &Pattern; member in __anon77135c860111::MatcherGen
1091 Matcher *llvm::ConvertPatternToMatcher(const PatternToMatch &Pattern, in ConvertPatternToMatcher()
H A DDAGISelMatcherOpt.cpp98 const PatternToMatch &Pattern = CM->getPattern(); in ContractNodes() local
H A DDAGISelMatcher.h690 const ComplexPattern &Pattern; variable
1074 const PatternToMatch &Pattern; variable
1100 const PatternToMatch &Pattern; variable
H A DCodeGenDAGPatterns.cpp3863 TreePatternNodePtr Pattern = I.getTree(0); in parseInstructionPattern() local
3935 TreePattern Pattern(Instr, SrcPattern, true, *this); in ParseInstructions() local
3963 void CodeGenDAGPatterns::AddPatternToMatch(TreePattern *Pattern, in AddPatternToMatch()
4186 TreePattern &Pattern, TreePattern &Result, in ParseOnePattern()
4288 TreePattern Pattern(CurPattern, Tree, true, *this); in ParsePatterns() local
H A DFastISelEmitter.cpp449 const PatternToMatch &Pattern = *I; in collectPatterns() local
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h774 CodeCompletionString *Pattern; member
909 CodeCompletionResult(CodeCompletionString *Pattern, const NamedDecl *D, in CodeCompletionResult()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp159 const std::string Pattern; member in __anone4943c6c0211::PatternRewriteDescriptor
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp502 static bool shouldIgnoreRecord(const RecordDecl *RD, StringRef Pattern) { in shouldIgnoreRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h460 friend class Pattern; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h291 std::string Pattern; member

12