Home
last modified time | relevance | path

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

/freebsd-src/contrib/googletest/googletest/include/gtest/
H A Dgtest-death-test.h173 #define ASSERT_EXIT(statement, predicate, matcher) \ argument
178 #define EXPECT_EXIT(statement, predicate, matcher) \ argument
184 #define ASSERT_DEATH(statement, matcher) \ argument
189 EXPECT_DEATH(statement,matcher) global() argument
[all...]
/freebsd-src/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h460 Cast(const Matcher<T> & matcher) Cast() argument
514 MatcherCast(const M & matcher) MatcherCast() argument
535 SafeMatcherCast(const Matcher<U> & matcher) SafeMatcherCast() argument
588 MatchPrintAndExplain(Value & value,const Matcher<T> & matcher,MatchResultListener * listener) MatchPrintAndExplain() argument
638 typename std::tuple_element<N - 1, MatcherTuple>::type matcher = ExplainMatchFailuresTo() local
[all...]
/freebsd-src/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DFormattersContainer.h154 void Add(TypeMatcher matcher, const ValueSP &entry) { in Add()
167 bool Delete(TypeMatcher matcher) { in Delete()
207 bool GetExact(TypeMatcher matcher, ValueSP &entry) { in GetExact()
/freebsd-src/contrib/googletest/googletest/src/
H A Dgtest-death-test.cc387 Create(const char * statement,Matcher<const std::string &> matcher,const char * file,int line,DeathTest ** test) Create() argument
406 DeathTestImpl(const char * a_statement,Matcher<const std::string &> matcher) DeathTestImpl() argument
673 WindowsDeathTest(const char * a_statement,Matcher<const std::string &> matcher,const char * file,int line) WindowsDeathTest() argument
833 FuchsiaDeathTest(const char * a_statement,Matcher<const std::string &> matcher,const char * file,int line) FuchsiaDeathTest() argument
1071 ForkingDeathTest(const char * a_statement,Matcher<const std::string &> matcher) ForkingDeathTest() argument
1092 NoExecDeathTest(const char * a_statement,Matcher<const std::string &> matcher) NoExecDeathTest() argument
1147 ExecDeathTest(const char * a_statement,Matcher<const std::string &> matcher,const char * file,int line) ExecDeathTest() argument
1406 Create(const char * statement,Matcher<const std::string &> matcher,const char * file,int line,DeathTest ** test) Create() argument
[all...]
/freebsd-src/contrib/googletest/googlemock/test/
H A Dgmock-matchers-misc_test.cc88 Matcher<int> matcher = Address(_); in TEST() local
1699 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST() local
1707 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST() local
1715 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST() local
1724 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST() local
1732 Matcher<std::function<void()>> matcher = Throws<std::runtime_error>(); in TEST() local
1742 Matcher<std::function<void()>> matcher = GetParam(); in TEST_P() local
1751 Matcher<std::function<void()>> matcher = GetParam(); in TEST_P() local
1759 Matcher<std::function<void()>> matcher = GetParam(); in TEST_P() local
1768 Matcher<std::function<void()>> matcher = GetParam(); in TEST_P() local
[all …]
H A Dgmock-matchers-containers_test.cc933 Matcher<int> matcher = ResultOf(&IntToStringFunction, Eq(std::string("foo"))); TEST() local
941 Matcher<int> matcher = ResultOf(&IntToStringFunction, StrEq("foo")); TEST() local
955 Matcher<int> matcher = TEST() local
967 Matcher<int> matcher = ResultOf(&IntFunction, Ge(85)); TEST_P() local
978 Matcher<int> matcher = ResultOf("magic int conversion", &IntFunction, Ge(85)); TEST_P() local
991 Matcher<int> matcher = ResultOf(&IntFunction, Eq(80)); TEST() local
1008 Matcher<double&> matcher = ResultOf(&DoubleFunction, Ref(x)); TEST() local
1029 Matcher<const std::string&> matcher = ResultOf(&StringFunction, Ref(s)); TEST() local
1039 Matcher<int> matcher = ResultOf(IntFunction, Matcher<signed char>(Ge(85))); TEST() local
1057 Matcher<int> matcher = ResultOf(IntToStringFunction, StrEq("foo")); TEST() local
1069 Matcher<int> matcher = ResultOf(Functor(), Eq(std::string("foo"))); TEST() local
1098 Matcher<int*> matcher = ResultOf(PolymorphicFunctor(), "good ptr"); TEST() local
1106 Matcher<int> matcher = ResultOf( TEST() local
1116 Matcher<std::unique_ptr<int>> matcher = ResultOf( TEST() local
2070 EMString(int element,int matcher) EMString() argument
2537 auto matcher = MakeMatcher(new MockMatcher); RunPredicateFormatter() local
[all...]
H A Dgmock-matchers-arithmetic_test.cc142 Matcher<Pointers> matcher = Eq(); in TEST() local
H A Dgmock-matchers-comparisons_test.cc2245 Matcher<Base*> matcher = WhenDynamicCastTo<Derived*>(Pointee(_)); TEST() local
2254 Matcher<Base*> matcher = WhenDynamicCastTo<Derived*>(Pointee(_)); TEST() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp453 static Matcher matcher() { matcher() function in __anon3540a3500311::IncrementGadget
488 static Matcher matcher() { matcher() function in __anon3540a3500311::DecrementGadget
522 static Matcher matcher() { matcher() function in __anon3540a3500311::ArraySubscriptGadget
568 static Matcher matcher() { matcher() function in __anon3540a3500311::PointerArithmeticGadget
618 static Matcher matcher() { matcher() function in __anon3540a3500311::PointerInitGadget
669 static Matcher matcher() { matcher() function in __anon3540a3500311::PointerAssignmentGadget
715 static Matcher matcher() { matcher() function in __anon3540a3500311::UnsafeBufferUsageAttrGadget
741 static Matcher matcher() { matcher() function in __anon3540a3500311::DataInvocationGadget
773 static Matcher matcher() { matcher() function in __anon3540a3500311::ULCArraySubscriptGadget
816 static Matcher matcher() { matcher() function in __anon3540a3500311::UPCStandalonePointerGadget
851 static Matcher matcher() { matcher() function in __anon3540a3500311::PointerDereferenceGadget
892 static Matcher matcher() { matcher() function in __anon3540a3500311::UPCAddressofArraySubscriptGadget
1039 static Matcher matcher() { matcher() function in UPCPreIncrementGadget
1083 static Matcher matcher() { matcher() function in UUCAddAssignGadget
1122 static Matcher matcher() { matcher() function in DerefSimplePtrArithFixableGadget
[all...]
/freebsd-src/lib/libc/regex/
H A Dengine.c47 #define matcher smatcher macro
58 #define matcher lmatcher macro
69 #define matcher mmatcher macro
186 matcher(struct re_guts *g, in matcher() function
/freebsd-src/contrib/nvi/regex/
H A Dengine.c46 #define matcher smatcher macro
57 #define matcher lmatcher macro
132 matcher(struct re_guts *g, const RCHAR_T *string, size_t nmatch, in matcher() function
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h190 MakeDeathTestMatcher(Matcher<const::std::string &> matcher) MakeDeathTestMatcher() argument
/freebsd-src/contrib/diff/lib/
H A Dexclude.c160 int (*matcher) (char const *, char const *, int) = in excluded_filename() local
/freebsd-src/contrib/bsnmp/tests/
H A Dcatch.hpp2758 #define INTERNAL_CATCH_THROWS_STR_MATCHES( macroName, resultDisposition, matcher, ... ) \ argument
3244 for( auto matcher : m_matchers ) { in match() local
3255 for( auto matcher : m_matchers ) { in describe() local
3277 for( auto matcher : m_matchers ) { in match() local
3288 for( auto matcher : m_matchers ) { in describe() local
3729 MatchExpr( ArgT const& arg, MatcherT const& matcher, StringRef const& matcherString ) in MatchExpr()
3751 …auto makeMatchExpr( ArgT const& arg, MatcherT const& matcher, StringRef const& matcherString ) ->… in makeMatchExpr()
3758 #define INTERNAL_CHECK_THAT( macroName, matcher, resultDisposition, arg ) \ argument
3768 #define INTERNAL_CATCH_THROWS_MATCHES( macroName, exceptionType, resultDisposition, matcher, ... ) \ argument
8311 …void handleExceptionMatchExpr( AssertionHandler& handler, StringMatcher const& matcher, StringRef … in handleExceptionMatchExpr()
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp91 isOptionalMemberCallWithNameMatcher(ast_matchers::internal::Matcher<NamedDecl> matcher,const std::optional<StatementMatcher> & Ignorable=std::nullopt) isOptionalMemberCallWithNameMatcher() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15566 MatchContextClass matcher(DAG, TLI, N); visitFADDForFMACombine() local
15803 MatchContextClass matcher(DAG, TLI, N); visitFSUBForFMACombine() local
16800 MatchContextClass matcher(DAG, TLI, N); visitFMA() local
[all...]