Home
last modified time | relevance | path

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

123

/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/
H A Dstr.c330 IN CHAR16 *Pattern in MetaMatch()
418 IN CHAR16 *Pattern in LibStubMetaiMatch()
428 IN CHAR16 *Pattern in MetaiMatch()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/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.cpp947 TypeAliasDecl *Pattern = D->getTemplatedDecl(); in VisitTypeAliasTemplateDecl() local
1380 EnumDecl *Enum, EnumDecl *Pattern) { in InstantiateEnumDefinition()
1459 CXXRecordDecl *Pattern = D->getTemplatedDecl(); in VisitClassTemplateDecl() local
1641 VarDecl *Pattern = D->getTemplatedDecl(); in VisitVarTemplateDecl() local
2709 TypeLoc Pattern = Expansion.getPatternLoc(); in VisitNonTypeTemplateParmDecl() local
4343 FunctionDecl *Pattern = FD->getTemplateInstantiationPattern( in InstantiateDefaultArgument() local
4690 Stmt *Pattern = nullptr; in InstantiateFunctionDefinition() local
5539 static bool isInstantiationOf(ClassTemplateDecl *Pattern, in isInstantiationOf()
5552 static bool isInstantiationOf(FunctionTemplateDecl *Pattern, in isInstantiationOf()
5566 isInstantiationOf(ClassTemplatePartialSpecializationDecl *Pattern, in isInstantiationOf()
[all …]
H A DSemaTemplateInstantiate.cpp62 const FunctionDecl *Pattern) { in getTemplateInstantiationArgs()
2491 CXXRecordDecl *Pattern, in SubstBaseSpecifiers()
2627 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.cpp253 if (EnumDecl *Pattern = EnumD->getInstantiatedFromMemberEnum()) { in RequireCompleteDeclContext() local
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDiagnosticHandler.cpp25 std::shared_ptr<Regex> Pattern; member
/netbsd-src/lib/libcurses/PSD.doc/
H A Dtwinkle1.c52 static int Pattern, /* current pattern number */ variable
H A Dtwinkle2.c50 static int Pattern, /* current pattern number */ variable
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DBooleanExpression.py44 Pattern = re.compile(r'\A\s*([()]|[-+=._a-zA-Z0-9]+|&&|\|\||!)\s*(.*)\Z') variable in BooleanExpression
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.cpp229 if (const CXXRecordDecl *Pattern = in adjustTemplateImplicitInstantiation() local
240 if (const EnumDecl *Pattern = ED->getInstantiatedFromMemberEnum()) { in adjustTemplateImplicitInstantiation() local
/netbsd-src/external/apache2/llvm/dist/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::__anon8650ff4f0811::PatternSet
563 StringRef P;
564 bool IsFullyQualified;
653 for (const StringRef Pattern : Names) { in matchesNodeFullSlow() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp54 const PatternToMatch &Pattern; member in __anon4919a59d0111::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.cpp3862 TreePatternNodePtr Pattern = I.getTree(0); in parseInstructionPattern() local
3934 TreePattern Pattern(Instr, SrcPattern, true, *this); in ParseInstructions() local
3962 void CodeGenDAGPatterns::AddPatternToMatch(TreePattern *Pattern, in AddPatternToMatch()
4185 TreePattern &Pattern, TreePattern &Result, in ParseOnePattern()
4287 TreePattern Pattern(CurPattern, Tree, true, *this); in ParsePatterns() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h774 CodeCompletionString *Pattern; member
909 CodeCompletionResult(CodeCompletionString *Pattern, const NamedDecl *D, in CodeCompletionResult()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp159 const std::string Pattern; member in __anone8ee82230211::PatternRewriteDescriptor
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/UninitializedObject/
H A DUninitializedObjectChecker.cpp502 static bool shouldIgnoreRecord(const RecordDecl *RD, StringRef Pattern) { in shouldIgnoreRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/FileCheck/
H A DFileCheckImpl.h460 friend class Pattern; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DPerfReader.cpp578 constexpr static const char *const Pattern = in parseMMap2Event() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h291 std::string Pattern; member

123