Searched refs:Regexp (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SpecialCaseList.cpp | 36 auto Regexp = Pattern.str(); in insert() 37 for (size_t pos = 0; (pos = Regexp.find('*', pos)) != std::string::npos; in insert() 39 Regexp.replace(pos, strlen("*"), ".*"); in insert() 42 Regexp = (Twine("^(") + StringRef(Regexp) + ")$").str(); in insert() 45 Regex CheckRE(Regexp); in insert() 28 insert(std::string Regexp,unsigned LineNumber,std::string & REError) insert() argument 171 std::string Regexp = std::string(SplitRegexp.first); parse() local
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverName.cpp | 33 if (m_match_type == Breakpoint::Regexp) { in BreakpointResolverName() 78 m_match_type(Breakpoint::Regexp), m_language(language), in BreakpointResolverName() 285 case Breakpoint::Regexp: in SearchCallback() 396 if (m_match_type == Breakpoint::Regexp)
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
H A D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enumerator
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SpecialCaseList.h |
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | Breakpoint.h | 88 enum MatchType { Exact, Regexp, Glob }; enumerator
|
/freebsd/contrib/openbsm/m4/ |
H A D | libtool.m4 | 3911 # Regexp to match symbols that can be accessed directly from C.
|
/freebsd/contrib/openpam/m4/ |
H A D | libtool.m4 | 3931 # Regexp to match symbols that can be accessed directly from C.
|
/freebsd/contrib/ntp/sntp/libevent/m4/ |
H A D | libtool.m4 | 3911 # Regexp to match symbols that can be accessed directly from C.
|
/freebsd/contrib/ntp/sntp/m4/ |
H A D | libtool.m4 | 3911 # Regexp to match symbols that can be accessed directly from C.
|
/freebsd/contrib/libevent/m4/ |
H A D | libtool.m4 | 3932 # Regexp to match symbols that can be accessed directly from C.
|
/freebsd/contrib/ldns/m4/ |
H A D | libtool.m4 | 3922 # Regexp to match symbols that can be accessed directly from C.
|
/freebsd/contrib/file/m4/ |
H A D | libtool.m4 | 3931 # Regexp to match symbols that can be accessed directly from C.
|
/freebsd/contrib/unbound/ |
H A D | aclocal.m4 | 3920 # Regexp to match symbols that can be accessed directly from C.
|
/freebsd/contrib/sqlite3/ |
H A D | aclocal.m4 | 3936 # Regexp to match symbols that can be accessed directly from C.
|