Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/t/re/
H A Dqr_gc.t14 sub Regexp::DESTROY { $destroyed++ } subroutine
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSpecialCaseList.cpp28 bool SpecialCaseList::Matcher::insert(std::string Regexp, in insert()
174 std::string Regexp = std::string(SplitRegexp.first); in parse() local
/openbsd-src/gnu/usr.bin/perl/dist/Carp/lib/
H A DCarp.pm466 sub Regexp::CARP_TRACE { subroutine
/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpoint.h89 enum MatchType { Exact, Regexp, Glob }; enumerator