Home
last modified time | relevance | path

Searched defs:Describe (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.h171 std::string Describe(const Matcher<T>& m) { in Describe() function
H A Dgmock-matchers-misc_test.cc87 TEST(AddressTest, Describe) { in TEST() argument
1698 TEST(ThrowsTest, Describe) { in TEST() argument
1741 TEST_P(ThrowsPredicateTest, Describe) { in TEST_P() argument
H A Dgmock-matchers-containers_test.cc1578 TEST(IsSupersetOfTest, Describe) { in TEST() argument
1705 TEST(IsSubsetOfTest, Describe) { in TEST() argument
2115 TEST_F(UnorderedElementsAreTest, Describe) { in TEST_F() argument
H A Dgmock-matchers-comparisons_test.cc2253 TEST(WhenDynamicCastToTest, Describe) { in TEST() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV1.cpp267 bool AppleObjCRuntimeV1::ClassDescriptorV1::Describe( in Describe() function in AppleObjCRuntimeV1::ClassDescriptorV1
H A DAppleObjCClassDescriptorV2.cpp524 bool ClassDescriptorV2::Describe( in Describe() function in ClassDescriptorV2
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/
H A DObjCLanguageRuntime.h122 Describe(std::function<void(ObjCISA)> const &superclass_func, in Describe() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix.cpp317 const char *SignalContext::Describe() const { in Describe() function in __sanitizer::SignalContext
H A Dsanitizer_fuchsia.cpp101 const char *SignalContext::Describe() const { UNIMPLEMENTED(); } in Describe() function in __sanitizer::SignalContext
H A Dsanitizer_win.cpp1049 const char *SignalContext::Describe() const { in Describe() function in __sanitizer::SignalContext
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp107 Describe, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp958 auto Describe = [](std::optional<Value *> SourceAggregate) { in foldAggregateConstructionIntoAggregateReuse() local