Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h29 Breakpoint::MatchType type, lldb::addr_t offset,
87 Breakpoint::MatchType m_match_type;
H A DBreakpoint.h86 enum MatchType { Exact, Regexp, Glob }; enum
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/FileCheck/
H A DFileCheck.h127 enum MatchType { enum
168 SMLoc CheckLoc, MatchType MatchTy, SMRange InputRange,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enum
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp46 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 DSBTarget.h452 MatchType matchtype);
469 MatchType matchtype);
/freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp28 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 DSBTarget.i492 MatchType matchtype);
497 MatchType matchtype);
/freebsd-13.1/contrib/llvm-project/llvm/lib/FileCheck/
H A DFileCheckImpl.h760 SMRange MatchRange, FileCheckDiag::MatchType MatchTy,
768 void printVariableDefs(const SourceMgr &SM, FileCheckDiag::MatchType MatchTy,
H A DFileCheck.cpp1355 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 DSBTarget.cpp1844 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 Dlldb-enumerations.h1032 enum MatchType { eMatchTypeNormal, eMatchTypeRegex, eMatchTypeStartsWith }; enum
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp48774 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()