Home
last modified time | relevance | path

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

1234

/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp106 llvm::StringRef Pattern, in findSourceFiles()
113 llvm::StringRef Pattern, in findOneSourceFile()
119 RawSession::findCompilandsForSourceFile(llvm::StringRef Pattern, in findCompilandsForSourceFile()
125 RawSession::findOneCompilandForSourceFile(llvm::StringRef Pattern, in findOneCompilandForSourceFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeSession.cpp147 StringRef Pattern, in findSourceFiles()
154 StringRef Pattern, in findOneSourceFile()
160 NativeSession::findCompilandsForSourceFile(StringRef Pattern, in findCompilandsForSourceFile()
166 NativeSession::findOneCompilandForSourceFile(StringRef Pattern, in findOneCompilandForSourceFile()
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp91 findSourceFiles(const PDBSymbolCompiland *Compiland, llvm::StringRef Pattern, in findSourceFiles()
97 llvm::StringRef Pattern, in findOneSourceFile()
102 findCompilandsForSourceFile(llvm::StringRef Pattern, in findCompilandsForSourceFile()
107 findOneCompilandForSourceFile(llvm::StringRef Pattern, in findOneCompilandForSourceFile()
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIASession.cpp205 llvm::StringRef Pattern, in findSourceFiles()
227 llvm::StringRef Pattern, in findOneSourceFile()
236 DIASession::findCompilandsForSourceFile(llvm::StringRef Pattern, in findCompilandsForSourceFile()
245 DIASession::findOneCompilandForSourceFile(llvm::StringRef Pattern, in findOneCompilandForSourceFile()
/external/rust/crates/aho-corasick/src/packed/
Dpattern.rs226 pub struct Pattern<'a>(&'a [u8]); struct
228 impl<'a> fmt::Debug for Pattern<'a> { implementation
236 impl<'p> Pattern<'p> { impl
/external/rust/crates/glob/src/
Dlib.rs484 pub struct Pattern { struct
486 tokens: Vec<PatternToken>, argument
491 impl fmt::Display for Pattern { argument
497 impl FromStr for Pattern { implementation
533 impl Pattern { implementation
804 patterns: &[Pattern], in fill_todo()
/external/python/asn1crypto/dev/
Dcoverage.py32 Pattern = re._pattern_type variable
34 Pattern = re.Pattern variable
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp468 Sema::CheckPackExpansion(TypeSourceInfo *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion()
485 QualType Sema::CheckPackExpansion(QualType Pattern, SourceRange PatternRange, in CheckPackExpansion()
501 ExprResult Sema::ActOnPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc) { in ActOnPackExpansion()
505 ExprResult Sema::CheckPackExpansion(Expr *Pattern, SourceLocation EllipsisLoc, in CheckPackExpansion()
648 QualType Pattern = cast<PackExpansionType>(T)->getPattern(); in getNumArgumentsInExpansion() local
897 TypeLoc Pattern = Expansion.getPatternLoc(); in getTemplateArgumentPackExpansionPattern() local
914 Expr *Pattern = Expansion->getPattern(); in getTemplateArgumentPackExpansionPattern() local
DSemaTemplateInstantiateDecl.cpp569 TypeAliasDecl *Pattern = D->getTemplatedDecl(); in VisitTypeAliasTemplateDecl() local
966 EnumDecl *Enum, EnumDecl *Pattern) { in InstantiateEnumDefinition()
1048 CXXRecordDecl *Pattern = D->getTemplatedDecl(); in VisitClassTemplateDecl() local
1255 VarDecl *Pattern = D->getTemplatedDecl(); in VisitVarTemplateDecl() local
2080 TypeLoc Pattern = Expansion.getPatternLoc(); in VisitNonTypeTemplateParmDecl() local
3522 Stmt *Pattern = PatternDecl->getBody(PatternDecl); in InstantiateFunctionDefinition() local
4383 static bool isInstantiationOf(ClassTemplateDecl *Pattern, in isInstantiationOf()
4396 static bool isInstantiationOf(FunctionTemplateDecl *Pattern, in isInstantiationOf()
4410 isInstantiationOf(ClassTemplatePartialSpecializationDecl *Pattern, in isInstantiationOf()
4425 static bool isInstantiationOf(CXXRecordDecl *Pattern, in isInstantiationOf()
[all …]
DSemaTemplateInstantiate.cpp56 const FunctionDecl *Pattern) { in getTemplateInstantiationArgs()
1738 CXXRecordDecl *Pattern, in SubstBaseSpecifiers()
1853 TagDecl *Pattern, in DiagnoseUninstantiableTemplate()
1927 CXXRecordDecl *Instantiation, CXXRecordDecl *Pattern, in InstantiateClass()
2158 EnumDecl *Instantiation, EnumDecl *Pattern, in InstantiateEnum()
2222 FieldDecl *Pattern, const MultiLevelTemplateArgumentList &TemplateArgs) { in InstantiateInClassInitializer()
2301 CXXRecordDecl *Pattern = nullptr; in InstantiateClassTemplateSpecialization() local
2454 if (FunctionDecl *Pattern in InstantiateClassMembers() local
2560 CXXRecordDecl *Pattern = Record->getInstantiatedFromMemberClass(); in InstantiateClassMembers() local
2613 EnumDecl *Pattern = Enum->getTemplateInstantiationPattern(); in InstantiateClassMembers() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
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()
/external/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp395 struct Pattern { struct in clang::ast_matchers::internal::__anonfea3b8120611::PatternSet
396 StringRef P;
397 bool IsFullyQualified;
482 for (const StringRef Pattern : Names) { in matchesNodeFullSlow() local
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreePatternParser.cs49 public virtual object Pattern() { in Pattern() method in Antlr.Runtime.Tree.TreePatternParser
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreePatternParser.cs52 public virtual object Pattern() in Pattern() method in Antlr.Runtime.Tree.TreePatternParser
/external/pdfium/xfa/fxgraphics/
Dcxfa_gecolor.h18 enum Type { Invalid, Solid, Pattern, Shading }; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDiagnosticHandler.cpp25 std::shared_ptr<Regex> Pattern; member
/external/pigweed/pw_console/py/pw_console/
Dcommand_runner.py84 regexes: Iterable[re.Pattern],
348 def _matches_orderless(self, regexes: List[re.Pattern], text) -> bool:
/external/rust/crates/regex/src/
Dpattern.rs13 impl<'r, 't> Pattern<'t> for &'r Regex { impl
/external/antlr/runtime/Ruby/lib/antlr3/tree/
Dwizard.rb267 if Pattern === node constant
282 class Pattern < CommonTree class in ANTLR3.AST.Wizard
/external/catch2/include/internal/
Dcatch_test_spec.cpp19 TestSpec::Pattern::Pattern( std::string const& name ) in Pattern() function in Catch::TestSpec::Pattern
/external/stressapptest/src/
Ddisk_blocks.h31 class Pattern; variable
Dpattern.cc236 Pattern::Pattern() { in Pattern() function in Pattern
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dgit_repo.py185 exclude: Collection[Pattern],
/external/llvm/utils/TableGen/
DDAGISelMatcherGen.cpp49 const PatternToMatch &Pattern; member in __anon27e074e00111::MatcherGen
991 Matcher *llvm::ConvertPatternToMatcher(const PatternToMatch &Pattern, in ConvertPatternToMatcher()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DTimeZoneGenericNames.java85 public enum Pattern { enum in TimeZoneGenericNames
99 Pattern(String key, String defaultVal) { in Pattern() method in TimeZoneGenericNames.Pattern

1234