| /openbsd-src/gnu/llvm/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 28 bool SpecialCaseList::Matcher::insert(std::string Regexp, in insert() argument 31 if (Regexp.empty()) { in insert() 36 if (Regex::isLiteralERE(Regexp)) { in insert() 37 Strings[Regexp] = LineNumber; in insert() 40 Trigrams.insert(Regexp); in insert() 43 for (size_t pos = 0; (pos = Regexp.find('*', pos)) != std::string::npos; in insert() 45 Regexp.replace(pos, strlen("*"), ".*"); in insert() 48 Regexp = (Twine("^(") + StringRef(Regexp) + ")$").str(); in insert() 51 Regex CheckRE(Regexp); in insert() 174 std::string Regexp = std::string(SplitRegexp.first); in parse() local [all …]
|
| /openbsd-src/gnu/usr.bin/perl/t/re/ |
| H A D | qr_gc.t | 7 undef &Regexp::DESTROY; 14 sub Regexp::DESTROY { $destroyed++ } subroutine
|
| /openbsd-src/gnu/llvm/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() 405 if (m_match_type == Breakpoint::Regexp) in GetDescription()
|
| /openbsd-src/usr.bin/libtool/LT/ |
| H A D | Getopt.pm | 126 package Option::Regexp; 152 return Option::Regexp->new($string, $code);
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Core/ |
| H A D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enumerator
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/ |
| H A D | bad_version_hook.t | 21 local *Regexp::CARP_TRACE = sub { "<regexp>" };
|
| H A D | finalize.t | 12 local *Regexp::CARP_TRACE = sub { "<regexp>" };
|
| H A D | merge.t | 13 local *Regexp::CARP_TRACE = sub { "<regexp>" };
|
| H A D | from-hash.t | 13 local *Regexp::CARP_TRACE = sub { "<regexp>" };
|
| H A D | strings.t | 9 local *Regexp::CARP_TRACE = sub { "<regexp>" };
|
| H A D | basic.t | 12 local *Regexp::CARP_TRACE = sub { "<regexp>" };
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | SpecialCaseList.h | 124 bool insert(std::string Regexp, unsigned LineNumber, std::string &REError);
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/croak/ |
| H A D | toke | 239 # NAME Regexp constant overloading when *^H is undefined 247 # NAME Regexp constant overloading when *^H is undefined 298 # NAME Regexp constant overloading returning undef 306 # NAME Regexp constant overloading returning undef
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/ |
| H A D | Breakpoint.h | 89 enum MatchType { Exact, Regexp, Glob }; enumerator
|
| /openbsd-src/gnu/usr.bin/perl/dist/Safe/ |
| H A D | Safe.pm | 102 &Regexp::DESTROY
|
| H A D | Changes | 92 Regexp::DESTROY was only added in 5.8.1
|
| /openbsd-src/gnu/usr.bin/perl/dist/Carp/lib/ |
| H A D | Carp.pm | 466 sub Regexp::CARP_TRACE { subroutine
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlop.pod | 369 See L</"Regexp Quote-Like Operators"> for details and L<perlretut> for 730 Regexp ARRAY any ARRAY elements pattern match Regexp 731 like: grep { /Regexp/ } ARRAY 746 Regexp HASH any HASH keys pattern match Regexp 747 like: grep { /Regexp/ } keys HASH 764 Right operand is a Regexp: 768 ARRAY Regexp any ARRAY elements match Regexp [all...] |
| H A D | perlreapi.pod | 567 C<Regexp> package in its C<@ISA>. C<< qr//->isa("Regexp") >> should always
|
| H A D | perl581delta.pod | 850 Regexp objects (those created with C<qr>) now have S-magic rather than 855 Regexp::Copy was affected by this change.
|
| H A D | perl5300delta.pod | 752 Try to clarify that C<< ref(qr/xx/) >> returns C<Regexp> rather than 1131 Regexp script runs were failing to permit ASCII digits in some cases.
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/warnings/ |
| H A D | toke | 1469 Regexp modifiers "/d" and "/u" are mutually exclusive at - line 3, near "= " 1470 Regexp modifiers "/l" and "/a" are mutually exclusive at - line 4, near "= " 1471 Regexp modifier "/l" may not appear twice at - line 5, near "= " 1472 Regexp modifier "/a" may appear a maximum of twice at - line 7, near "= "
|
| /openbsd-src/gnu/usr.bin/perl/t/lib/strict/ |
| H A D | subs | 384 # Regexp compilation errors weren't UTF-8 clean
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq4.pod | 667 in their names, along with other modules such as L<Regexp::Common>. 760 The CPAN module L<Regexp::Common> can help to build such 762 L<Regexp::Common::balanced> and L<Regexp::Common::delimited>). 766 L<Regexp::Grammars>, L<Parse::RecDescent>, L<Parse::Yapp>, 2660 expressions. Thirdly, there is L<Regexp::Common> which has regular
|
| H A D | perlfaq6.pod | 482 X<Text::Balanced> X<Regexp::Common> X<backtracking> X<recursion> 488 functions to deal with tricky text. The L<Regexp::Common> module can
|