| /freebsd-13.1/contrib/llvm-project/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 | 86 enum MatchType { Exact, Regexp, Glob }; enum
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FileCheck/ |
| H A D | FileCheck.h | 127 enum MatchType { enum 168 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enum
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 46 enum class MatchType { enum 70 MatchType Type; 593 Key.Type = MaxDepth == 1 ? MatchType::Child : MatchType::Descendants; in memoizedMatchesRecursively() 958 Keys.back().Type = MatchType::Ancestors; in matchesAnyAncestorOf()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 452 MatchType matchtype); 469 MatchType matchtype);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverName.cpp | 28 LanguageType language, Breakpoint::MatchType type, lldb::addr_t offset, in BreakpointResolverName() 179 Breakpoint::MatchType::Exact, offset, skip_prologue); in CreateFromStructuredData()
|
| /freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/ |
| H A D | SBTarget.i | 492 MatchType matchtype); 497 MatchType matchtype);
|
| /freebsd-13.1/contrib/llvm-project/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 | 1355 FileCheckDiag::MatchType MatchTy, in printSubstitutions() 1388 FileCheckDiag::MatchType MatchTy, in printVariableDefs() 1438 static SMRange ProcessMatchResult(FileCheckDiag::MatchType MatchTy, in ProcessMatchResult() 1605 SMLoc CheckLoc, MatchType MatchTy, in FileCheckDiag() 2066 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printMatch() 2123 FileCheckDiag::MatchType MatchTy = ExpectedMatch in printNoMatch()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 1844 MatchType matchtype) { in FindGlobalFunctions() 1846 (const char *, uint32_t, lldb::MatchType), name, in FindGlobalFunctions() 2004 MatchType matchtype) { in FindGlobalVariables() 2006 (const char *, uint32_t, lldb::MatchType), name, in FindGlobalVariables() 2697 (const char *, uint32_t, lldb::MatchType)); in RegisterMethods() 2705 (const char *, uint32_t, lldb::MatchType)); in RegisterMethods()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-enumerations.h | 1032 enum MatchType { eMatchTypeNormal, eMatchTypeRegex, eMatchTypeStartsWith }; enum
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 48774 lldb::MatchType arg4 ; in _wrap_SBTarget_FindGlobalVariables__SWIG_1() 48789 arg4 = (lldb::MatchType)(int)lua_tonumber(L, 4); in _wrap_SBTarget_FindGlobalVariables__SWIG_1() 48879 lldb::MatchType arg4 ; in _wrap_SBTarget_FindGlobalFunctions() 48894 arg4 = (lldb::MatchType)(int)lua_tonumber(L, 4); in _wrap_SBTarget_FindGlobalFunctions()
|