Home
last modified time | relevance | path

Searched refs:Regexp (Results 1 – 25 of 44) sorted by relevance

12

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DSpecialCaseList.cpp28 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 Dqr_gc.t7 undef &Regexp::DESTROY;
14 sub Regexp::DESTROY { $destroyed++ } subroutine
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp33 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 DGetopt.pm126 package Option::Regexp;
152 return Option::Regexp->new($string, $code);
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-Requirements/t/
H A Dbad_version_hook.t21 local *Regexp::CARP_TRACE = sub { "<regexp>" };
H A Dfinalize.t12 local *Regexp::CARP_TRACE = sub { "<regexp>" };
H A Dmerge.t13 local *Regexp::CARP_TRACE = sub { "<regexp>" };
H A Dfrom-hash.t13 local *Regexp::CARP_TRACE = sub { "<regexp>" };
H A Dstrings.t9 local *Regexp::CARP_TRACE = sub { "<regexp>" };
H A Dbasic.t12 local *Regexp::CARP_TRACE = sub { "<regexp>" };
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DSpecialCaseList.h124 bool insert(std::string Regexp, unsigned LineNumber, std::string &REError);
/openbsd-src/gnu/usr.bin/perl/t/lib/croak/
H A Dtoke239 # 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 DBreakpoint.h89 enum MatchType { Exact, Regexp, Glob }; enumerator
/openbsd-src/gnu/usr.bin/perl/dist/Safe/
H A DSafe.pm102 &Regexp::DESTROY
H A DChanges92 Regexp::DESTROY was only added in 5.8.1
/openbsd-src/gnu/usr.bin/perl/dist/Carp/lib/
H A DCarp.pm466 sub Regexp::CARP_TRACE { subroutine
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlop.pod369 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 Dperlreapi.pod567 C<Regexp> package in its C<@ISA>. C<< qr//->isa("Regexp") >> should always
H A Dperl581delta.pod850 Regexp objects (those created with C<qr>) now have S-magic rather than
855 Regexp::Copy was affected by this change.
H A Dperl5300delta.pod752 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 Dtoke1469 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 Dsubs384 # Regexp compilation errors weren't UTF-8 clean
/openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/
H A Dperlfaq4.pod667 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 Dperlfaq6.pod482 X<Text::Balanced> X<Regexp::Common> X<backtracking> X<recursion>
488 functions to deal with tricky text. The L<Regexp::Common> module can

12