Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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
/llvm-project-15.0.7/llvm/include/llvm/FileCheck/
H A DFileCheck.h130 enum MatchType { enum
171 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enum
/llvm-project-15.0.7/flang/include/flang/Common/
H A Dtemplate.h48 template <typename A> struct MatchType { struct
57 constexpr int TypeIndex{SearchTypeList<MatchType<A>::template Match, TYPES...>}; argument
98 SearchMembers<MatchType<A>::template Match, TUPLEorVARIANT> >= 0};
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBTarget.h459 MatchType matchtype);
476 MatchType matchtype);
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/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()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBTarget.i498 MatchType matchtype);
503 MatchType matchtype);
/llvm-project-15.0.7/lldb/include/lldb/
H A Dlldb-enumerations.h1051 enum MatchType { eMatchTypeNormal, eMatchTypeRegex, eMatchTypeStartsWith }; enum
/llvm-project-15.0.7/llvm/utils/FileCheck/
H A DFileCheck.cpp205 static MarkerStyle GetMarker(FileCheckDiag::MatchType MatchTy) { in GetMarker()
/llvm-project-15.0.7/lldb/source/API/
H A DSBTarget.cpp1714 MatchType matchtype) { in FindGlobalFunctions()
1873 MatchType matchtype) { in FindGlobalVariables()
/llvm-project-15.0.7/llvm/unittests/FileCheck/
H A DFileCheckTest.cpp1036 void printVariableDefs(FileCheckDiag::MatchType MatchTy, in printVariableDefs()