| /freebsd-14.2/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
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 130 enum MatchType { enum 171 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enum
|
| /freebsd-14.2/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;
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 493 MatchType matchtype); 510 MatchType matchtype);
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/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 | 1205 FileCheckDiag::MatchType MatchTy, in printSubstitutions() 1238 FileCheckDiag::MatchType MatchTy, in printVariableDefs() 1290 static SMRange ProcessMatchResult(FileCheckDiag::MatchType MatchTy, in ProcessMatchResult() 1457 SMLoc CheckLoc, MatchType MatchTy, in FileCheckDiag() 1995 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printMatch() 2052 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printNoMatch()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 1107 enum MatchType { eMatchTypeNormal, eMatchTypeRegex, eMatchTypeStartsWith }; enum
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Platform.h | 364 ArchSpec::MatchType match,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 1767 MatchType matchtype) { in FindGlobalFunctions() 1912 MatchType matchtype) { in FindGlobalVariables()
|
| /freebsd-14.2/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),
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 972 bool ArchSpec::IsMatch(const ArchSpec &rhs, MatchType match) const { in IsMatch()
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 1165 ArchSpec::MatchType match, in IsCompatibleArchitecture()
|
| /freebsd-14.2/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 53548 lldb::MatchType arg4 ; in _wrap_SBTarget_FindGlobalVariables__SWIG_1() 53563 arg4 = (lldb::MatchType)lua_tointeger(L, 4); in _wrap_SBTarget_FindGlobalVariables__SWIG_1() 53653 lldb::MatchType arg4 ; in _wrap_SBTarget_FindGlobalFunctions() 53668 arg4 = (lldb::MatchType)lua_tointeger(L, 4); in _wrap_SBTarget_FindGlobalFunctions()
|