Searched refs:Regexp (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 29 bool SpecialCaseList::Matcher::insert(std::string Regexp, in insert() argument 32 if (Regexp.empty()) { in insert() 37 if (Regex::isLiteralERE(Regexp)) { in insert() 38 Strings[Regexp] = LineNumber; in insert() 41 Trigrams.insert(Regexp); in insert() 44 for (size_t pos = 0; (pos = Regexp.find('*', pos)) != std::string::npos; in insert() 46 Regexp.replace(pos, strlen("*"), ".*"); in insert() 49 Regexp = (Twine("^(") + StringRef(Regexp) + ")$").str(); in insert() 52 Regex CheckRE(Regexp); in insert() 175 std::string Regexp = std::string(SplitRegexp.first); in parse() local [all …]
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverName.cpp | 33 if (m_match_type == Breakpoint::Regexp) { in BreakpointResolverName() 80 m_match_type(Breakpoint::Regexp), m_language(language), in BreakpointResolverName() 287 case Breakpoint::Regexp: in SearchCallback() 408 if (m_match_type == Breakpoint::Regexp) in GetDescription()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SpecialCaseList.h | 123 bool insert(std::string Regexp, unsigned LineNumber, std::string &REError);
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | Breakpoint.h | 86 enum MatchType { Exact, Regexp, Glob }; enumerator
|
| /freebsd-13.1/contrib/openpam/m4/ |
| H A D | libtool.m4 | 3911 # Regexp to match symbols that can be accessed directly from C.
|
| /freebsd-13.1/contrib/file/m4/ |
| H A D | libtool.m4 | 3911 # Regexp to match symbols that can be accessed directly from C.
|
| /freebsd-13.1/contrib/ntp/sntp/m4/ |
| H A D | libtool.m4 | 3911 # Regexp to match symbols that can be accessed directly from C.
|
| /freebsd-13.1/contrib/openbsm/m4/ |
| H A D | libtool.m4 | 3911 # Regexp to match symbols that can be accessed directly from C.
|
| /freebsd-13.1/contrib/ntp/sntp/libevent/m4/ |
| H A D | libtool.m4 | 3911 # Regexp to match symbols that can be accessed directly from C.
|
| /freebsd-13.1/contrib/ldns/m4/ |
| H A D | libtool.m4 | 3922 # Regexp to match symbols that can be accessed directly from C.
|
| /freebsd-13.1/contrib/libevent/m4/ |
| H A D | libtool.m4 | 3911 # Regexp to match symbols that can be accessed directly from C.
|
| /freebsd-13.1/contrib/unbound/ |
| H A D | aclocal.m4 | 3920 # Regexp to match symbols that can be accessed directly from C.
|
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | aclocal.m4 | 3936 # Regexp to match symbols that can be accessed directly from C.
|