Searched refs:Regexp (Results 1 – 12 of 12) sorted by relevance
36 auto Regexp = Pattern.str(); in insert() local37 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()
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) in GetDescription()
35 enum MatchType { Exact, Regexp, Glob }; enumerator
88 enum MatchType { Exact, Regexp, Glob }; enumerator
3931 # Regexp to match symbols that can be accessed directly from C.
3932 # Regexp to match symbols that can be accessed directly from C.
3922 # Regexp to match symbols that can be accessed directly from C.
3911 # Regexp to match symbols that can be accessed directly from C.
4047 # Regexp to match symbols that can be accessed directly from C.
4056 # Regexp to match symbols that can be accessed directly from C.