Home
last modified time | relevance | path

Searched refs:ValueMatcher (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
H A DSupportHelpers.h61 explicit ValueIsMatcher(InnerMatcher ValueMatcher) in ValueIsMatcher() argument
62 : ValueMatcher(ValueMatcher) {} in ValueIsMatcher()
67 new Impl<T>(::testing::SafeMatcherCast<T>(ValueMatcher))); in Matcher()
73 explicit Impl(const ::testing::Matcher<T> &ValueMatcher) in Impl() argument
74 : ValueMatcher(ValueMatcher) {} in Impl()
78 return Input && ValueMatcher.MatchAndExplain(Input.getValue(), L);
83 ValueMatcher.DescribeTo(OS);
87 ValueMatcher
91 testing::Matcher<T> ValueMatcher; global() member in llvm::detail::ValueIsMatcher::Impl
95 InnerMatcher ValueMatcher; global() member in llvm::detail::ValueIsMatcher
102 ValueIs(const InnerMatcher &ValueMatcher) ValueIs() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dnode-matchers.h80 struct ValueMatcher : public NodeMatcher { struct
83 explicit ValueMatcher(Node* node) in ValueMatcher() function
104 inline ValueMatcher<uint32_t, IrOpcode::kInt32Constant>::ValueMatcher( in ValueMatcher() function in v8::internal::compiler::ValueMatcher
115 inline ValueMatcher<int64_t, IrOpcode::kInt64Constant>::ValueMatcher(Node* node) in ValueMatcher() function in v8::internal::compiler::ValueMatcher
128 inline ValueMatcher<uint64_t, IrOpcode::kInt64Constant>::ValueMatcher( in ValueMatcher() function in v8::internal::compiler::ValueMatcher
143 struct IntMatcher final : public ValueMatcher<T, kOpcode> {
144 explicit IntMatcher(Node* node) : ValueMatcher<
[all...]
/third_party/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3877 template <typename ValueMatcher>
3880 explicit OptionalMatcher(const ValueMatcher& value_matcher) in OptionalMatcher()
3893 explicit Impl(const ValueMatcher& value_matcher) in Impl()
3926 const ValueMatcher value_matcher_;
5237 template <typename ValueMatcher>
5238 inline internal::OptionalMatcher<ValueMatcher> Optional( in Optional()
5239 const ValueMatcher& value_matcher) { in Optional()
5240 return internal::OptionalMatcher<ValueMatcher>(value_matcher); in Optional()
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dinstruction-selector-arm64.cc3686 ValueMatcher<S128ImmediateParameter, IrOpcode::kI8x16Shuffle>;

Completed in 25 milliseconds