/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointResolverName.h | 29 Breakpoint::MatchType type, lldb::addr_t offset, 87 Breakpoint::MatchType m_match_type;
|
H A D | Breakpoint.h | 89 enum MatchType { Exact, Regexp, Glob }; enum
|
/openbsd/gnu/llvm/llvm/include/llvm/FileCheck/ |
H A D | FileCheck.h | 130 enum MatchType { enum 171 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
|
/openbsd/gnu/llvm/lldb/include/lldb/Core/ |
H A D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enum
|
/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | ArchSpec.h | 500 enum MatchType : bool { CompatibleMatch, ExactMatch }; enum 508 bool IsMatch(const ArchSpec &rhs, MatchType match) const;
|
/openbsd/gnu/llvm/lldb/source/Breakpoint/ |
H A D | BreakpointResolverName.cpp | 29 LanguageType language, Breakpoint::MatchType type, lldb::addr_t offset, in BreakpointResolverName() 179 Breakpoint::MatchType::Exact, offset, skip_prologue); in CreateFromStructuredData()
|
/openbsd/gnu/llvm/lldb/include/lldb/API/ |
H A D | SBTarget.h | 459 MatchType matchtype); 476 MatchType matchtype);
|
/openbsd/gnu/llvm/clang/lib/ASTMatchers/ |
H A D | ASTMatchFinder.cpp | 47 enum class MatchType { enum 71 MatchType Type; 609 Key.Type = MaxDepth == 1 ? MatchType::Child : MatchType::Descendants; in memoizedMatchesRecursively() 1166 Keys.back().Type = MatchType::Ancestors; in matchesAnyAncestorOf()
|
/openbsd/gnu/llvm/lldb/bindings/interface/ |
H A D | SBTarget.i | 498 MatchType matchtype); 503 MatchType matchtype);
|
/openbsd/gnu/llvm/llvm/lib/FileCheck/ |
H A D | FileCheckImpl.h | 760 SMRange MatchRange, FileCheckDiag::MatchType MatchTy, 768 void printVariableDefs(const SourceMgr &SM, FileCheckDiag::MatchType MatchTy,
|
H A D | FileCheck.cpp | 1360 FileCheckDiag::MatchType MatchTy, in printSubstitutions() 1393 FileCheckDiag::MatchType MatchTy, in printVariableDefs() 1445 static SMRange ProcessMatchResult(FileCheckDiag::MatchType MatchTy, in ProcessMatchResult() 1612 SMLoc CheckLoc, MatchType MatchTy, in FileCheckDiag() 2097 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printMatch() 2154 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printNoMatch()
|
/openbsd/gnu/llvm/lldb/include/lldb/ |
H A D | lldb-enumerations.h | 1066 enum MatchType { eMatchTypeNormal, eMatchTypeRegex, eMatchTypeStartsWith }; enum
|
/openbsd/gnu/llvm/llvm/utils/FileCheck/ |
H A D | FileCheck.cpp | 205 static MarkerStyle GetMarker(FileCheckDiag::MatchType MatchTy) { in GetMarker()
|
/openbsd/gnu/llvm/lldb/include/lldb/Target/ |
H A D | Platform.h | 333 ArchSpec::MatchType match,
|
/openbsd/gnu/llvm/lldb/source/API/ |
H A D | SBTarget.cpp | 1714 MatchType matchtype) { in FindGlobalFunctions() 1873 MatchType matchtype) { in FindGlobalVariables()
|
/openbsd/gnu/llvm/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 974 bool ArchSpec::IsMatch(const ArchSpec &rhs, MatchType match) const { in IsMatch()
|
/openbsd/gnu/llvm/lldb/source/Target/ |
H A D | Platform.cpp | 1161 ArchSpec::MatchType match, in IsCompatibleArchitecture()
|