Home
last modified time | relevance | path

Searched defs:Regexp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSpecialCaseList.cpp28 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/include/lldb/Breakpoint/
H A DBreakpoint.h88 enum MatchType { Exact, Regexp, Glob }; enumerator