| /src/contrib/llvm-project/lldb/include/lldb/Breakpoint/ ! |
| H A D | BreakpointResolverName.h | 29 Breakpoint::MatchType type, lldb::addr_t offset, 86 Breakpoint::MatchType m_match_type;
|
| H A D | Breakpoint.h | 88 enum MatchType { Exact, Regexp, Glob }; enum
|
| /src/contrib/llvm-project/llvm/include/llvm/FileCheck/ ! |
| H A D | FileCheck.h | 130 enum MatchType { enum 171 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
|
| /src/contrib/llvm-project/lldb/include/lldb/Core/ ! |
| H A D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enum
|
| /src/contrib/llvm-project/lldb/include/lldb/Utility/ ! |
| H A D | ArchSpec.h | 486 enum MatchType : bool { CompatibleMatch, ExactMatch }; enum 494 bool IsMatch(const ArchSpec &rhs, MatchType match) const;
|
| /src/contrib/llvm-project/lldb/source/Breakpoint/ ! |
| H A D | BreakpointResolverName.cpp | 29 LanguageType language, Breakpoint::MatchType type, lldb::addr_t offset, in BreakpointResolverName() 177 Breakpoint::MatchType::Exact, offset, skip_prologue); in CreateFromStructuredData()
|
| /src/contrib/llvm-project/lldb/include/lldb/API/ ! |
| H A D | SBTarget.h | 504 MatchType matchtype); 521 MatchType matchtype);
|
| /src/contrib/llvm-project/clang/lib/ASTMatchers/ ! |
| H A D | ASTMatchFinder.cpp | 49 enum class MatchType { enum 73 MatchType Type; 611 Key.Type = MaxDepth == 1 ? MatchType::Child : MatchType::Descendants; in memoizedMatchesRecursively() 1177 Keys.back().Type = MatchType::Ancestors; in matchesAnyAncestorOf()
|
| /src/contrib/llvm-project/llvm/lib/FileCheck/ ! |
| H A D | FileCheckImpl.h | 711 SMRange MatchRange, FileCheckDiag::MatchType MatchTy, 719 void printVariableDefs(const SourceMgr &SM, FileCheckDiag::MatchType MatchTy,
|
| H A D | FileCheck.cpp | 1207 FileCheckDiag::MatchType MatchTy, in printSubstitutions() 1240 FileCheckDiag::MatchType MatchTy, in printVariableDefs() 1292 static SMRange ProcessMatchResult(FileCheckDiag::MatchType MatchTy, in ProcessMatchResult() 1459 SMLoc CheckLoc, MatchType MatchTy, in FileCheckDiag() 1997 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printMatch() 2054 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printNoMatch()
|
| /src/contrib/llvm-project/lldb/include/lldb/ ! |
| H A D | lldb-enumerations.h | 1110 enum MatchType { enum
|
| /src/contrib/llvm-project/lldb/include/lldb/Target/ ! |
| H A D | Platform.h | 351 ArchSpec::MatchType match,
|
| /src/contrib/llvm-project/lldb/source/API/ ! |
| H A D | SBTarget.cpp | 1774 MatchType matchtype) { in FindGlobalFunctions() 1924 MatchType matchtype) { in FindGlobalVariables()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ ! |
| H A D | Intrinsics.td | 187 int MatchType = 7; 199 // (Mapping[Num] << 3) | AK.MatchType 233 !eq(ah, EncMatchType<>.ID) : !or(!shl(num, 3), ArgKind.MatchType),
|
| /src/contrib/llvm-project/lldb/source/Utility/ ! |
| H A D | ArchSpec.cpp | 972 bool ArchSpec::IsMatch(const ArchSpec &rhs, MatchType match) const { in IsMatch()
|
| /src/contrib/llvm-project/lldb/source/Target/ ! |
| H A D | Platform.cpp | 1095 ArchSpec::MatchType match, in IsCompatibleArchitecture()
|
| /src/lib/clang/liblldb/ ! |
| H A D | LLDBWrapLua.cpp | 56372 lldb::MatchType arg4 ; in _wrap_SBTarget_FindGlobalVariables__SWIG_1() 56387 arg4 = (lldb::MatchType)lua_tointeger(L, 4); in _wrap_SBTarget_FindGlobalVariables__SWIG_1() 56477 lldb::MatchType arg4 ; in _wrap_SBTarget_FindGlobalFunctions() 56492 arg4 = (lldb::MatchType)lua_tointeger(L, 4); in _wrap_SBTarget_FindGlobalFunctions()
|