Home
last modified time | relevance | path

Searched refs:MatchType (Results 1 – 17 of 17) sorted by relevance

/openbsd/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h29 Breakpoint::MatchType type, lldb::addr_t offset,
87 Breakpoint::MatchType m_match_type;
H A DBreakpoint.h89 enum MatchType { Exact, Regexp, Glob }; enum
/openbsd/gnu/llvm/llvm/include/llvm/FileCheck/
H A DFileCheck.h130 enum MatchType { enum
171 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enum
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DArchSpec.h500 enum MatchType : bool { CompatibleMatch, ExactMatch }; enum
508 bool IsMatch(const ArchSpec &rhs, MatchType match) const;
/openbsd/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp29 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 DSBTarget.h459 MatchType matchtype);
476 MatchType matchtype);
/openbsd/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp47 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 DSBTarget.i498 MatchType matchtype);
503 MatchType matchtype);
/openbsd/gnu/llvm/llvm/lib/FileCheck/
H A DFileCheckImpl.h760 SMRange MatchRange, FileCheckDiag::MatchType MatchTy,
768 void printVariableDefs(const SourceMgr &SM, FileCheckDiag::MatchType MatchTy,
H A DFileCheck.cpp1360 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 Dlldb-enumerations.h1066 enum MatchType { eMatchTypeNormal, eMatchTypeRegex, eMatchTypeStartsWith }; enum
/openbsd/gnu/llvm/llvm/utils/FileCheck/
H A DFileCheck.cpp205 static MarkerStyle GetMarker(FileCheckDiag::MatchType MatchTy) { in GetMarker()
/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h333 ArchSpec::MatchType match,
/openbsd/gnu/llvm/lldb/source/API/
H A DSBTarget.cpp1714 MatchType matchtype) { in FindGlobalFunctions()
1873 MatchType matchtype) { in FindGlobalVariables()
/openbsd/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp974 bool ArchSpec::IsMatch(const ArchSpec &rhs, MatchType match) const { in IsMatch()
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp1161 ArchSpec::MatchType match, in IsCompatibleArchitecture()