Home
last modified time | relevance | path

Searched defs:matcher (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/gpl2/grep/dist/src/
H A Dgrep.h29 extern struct matcher struct
37 extern char const *matcher; argument
H A Dgrepmat.c8 char const *matcher; variable
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h244 static Matcher<T> Cast(const Matcher<T>& matcher) { return matcher; } in Cast()
254 inline Matcher<T> MatcherCast(const M& matcher) { in MatcherCast()
282 static inline Matcher<T> Cast(const Matcher<U>& matcher) { in Cast()
342 bool MatchPrintAndExplain(Value& value, const Matcher<T>& matcher, in MatchPrintAndExplain()
392 typename std::tuple_element<N - 1, MatcherTuple>::type matcher = in ExplainMatchFailuresTo() local
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/internal/
H A Dthompson.d519 auto matcher = fwdMatcher(t.pc, end, me - ms, subCounters.get(t.pc, 0)); in with() local
521 auto matcher = bwdMatcher(t.pc, end, me - ms, subCounters.get(t.pc, 0)); in with() local
547 auto matcher = bwdMatcher(t.pc, end, me - ms, subCounters.get(t.pc, 0)); in with() local
549 auto matcher = fwdMatcher(t.pc, end, me - ms, subCounters.get(t.pc, 0)); in with() local
874 this(ThompsonMatcher matcher, size_t lo, size_t hi, uint nGroup, Stream stream) in this()
892 this(BackMatcher matcher, size_t lo, size_t hi, uint nGroup, Stream stream) in this()
H A Dbacktracking.d616 auto matcher = bwdMatcher(slicedRe, mem); in matchImpl() local
620 auto matcher = fwdMatcher(slicedRe, mem); in matchImpl() local
646 auto matcher = new Matcher(slicedRe, s, mem, front, index); in matchImpl() local
651 auto matcher = new Matcher(slicedRe, s.loopBack(index), mem); in matchImpl() local
H A Dir.d54 static immutable CharMatcher matcher = CharMatcher(wordCharacter); in wordMatcher() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-death-test.cc380 Matcher<const std::string&> matcher, const char* file, in Create()
399 DeathTestImpl(const char* a_statement, Matcher<const std::string&> matcher) in DeathTestImpl()
651 WindowsDeathTest(const char* a_statement, Matcher<const std::string&> matcher, in WindowsDeathTest()
815 FuchsiaDeathTest(const char* a_statement, Matcher<const std::string&> matcher, in FuchsiaDeathTest()
1090 Matcher<const std::string&> matcher) in ForkingDeathTest()
1112 NoExecDeathTest(const char* a_statement, Matcher<const std::string&> matcher) in NoExecDeathTest()
1167 ExecDeathTest(const char* a_statement, Matcher<const std::string&> matcher, in ExecDeathTest()
1467 Matcher<const std::string&> matcher, in Create()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/internal/
H A Dbacktracking.d585 auto matcher = bwdMatcher(this, mem); in BacktrackingMatcher() local
589 auto matcher = fwdMatcher(this, mem); in BacktrackingMatcher() local
615 auto matcher = Matcher(re, s, mem, front, index); in BacktrackingMatcher() local
620 auto matcher = Matcher(re, s.loopBack(index), mem); in BacktrackingMatcher() local
H A Dthompson.d519 auto matcher = fwdMatcher(t.pc, end, subCounters.get(t.pc, 0)); in with() local
521 auto matcher = bwdMatcher(t.pc, end, subCounters.get(t.pc, 0)); in with() local
548 auto matcher = bwdMatcher(t.pc, end, subCounters.get(t.pc, 0)); in with() local
550 auto matcher = fwdMatcher(t.pc, end, subCounters.get(t.pc, 0)); in with() local
/netbsd-src/external/bsd/elftosb/dist/common/
H A DSourceFile.cpp139 FixedMatcher matcher(section); in createDataSource() local
H A DSourceFile.h90 virtual DataSource * createDataSource(StringMatcher & matcher) { return NULL; } in createDataSource()
H A DELFSourceFile.cpp193 WildcardMatcher matcher; in createDataSource() local
197 DataSource * ELFSourceFile::createDataSource(StringMatcher & matcher) in createDataSource()
/netbsd-src/lib/libc/regex/
H A Dengine.c57 #define matcher smatcher macro
68 #define matcher lmatcher macro
79 #define matcher mmatcher macro
200 matcher(struct re_guts *g, in matcher() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h182 inline Matcher<const ::std::string&> MakeDeathTestMatcher( in MakeDeathTestMatcher()
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dexclude.c170 int (*matcher) PARAMS ((char const *, char const *, int)) = in excluded_filename() local
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dmsggrep.c83 matcher_t *matcher; member
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DConversionController.cpp1144 ExcludesListMatcher matcher; in createSourceFromNode() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgenmatch.c4496 parser::parse_result (operand *result, predicate_id *matcher) in parse_result()
4616 vec<simplify *>& simplifiers, predicate_id *matcher, in parse_simplify()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgenmatch.cc4562 parser::parse_result (operand *result, predicate_id *matcher) in parse_result()
4682 vec<simplify *>& simplifiers, predicate_id *matcher, in parse_simplify()