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/ |
D | SupportHelpers.h | 61 explicit ValueIsMatcher(InnerMatcher ValueMatcher) in ValueIsMatcher() argument 62 : ValueMatcher(ValueMatcher) {} in ValueIsMatcher() 67 new Impl<T>(::testing::SafeMatcherCast<T>(ValueMatcher))); 73 explicit Impl(const ::testing::Matcher<T> &ValueMatcher) in Impl() argument 74 : ValueMatcher(ValueMatcher) {} in Impl() 78 return Input && ValueMatcher.MatchAndExplain(Input.getValue(), L); in MatchAndExplain() 83 ValueMatcher.DescribeTo(OS); in DescribeTo() 87 ValueMatcher.DescribeTo(OS); in DescribeNegationTo() 91 testing::Matcher<T> ValueMatcher; 95 InnerMatcher ValueMatcher; [all …]
|
/third_party/node/deps/v8/src/compiler/ |
D | node-matchers.h | 80 struct ValueMatcher : public NodeMatcher { struct 83 explicit ValueMatcher(Node* node) in ValueMatcher() argument 104 inline ValueMatcher<uint32_t, IrOpcode::kInt32Constant>::ValueMatcher( in ValueMatcher() argument 115 inline ValueMatcher<int64_t, IrOpcode::kInt64Constant>::ValueMatcher(Node* node) in ValueMatcher() function 128 inline ValueMatcher<uint64_t, IrOpcode::kInt64Constant>::ValueMatcher( in ValueMatcher() function 143 struct IntMatcher final : public ValueMatcher<T, kOpcode> { 144 explicit IntMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in IntMatcher() 175 ValueMatcher<S128ImmediateParameter, IrOpcode::kS128Const>; 187 struct FloatMatcher final : public ValueMatcher<T, kOpcode> { 188 explicit FloatMatcher(Node* node) : ValueMatcher<T, kOpcode>(node) {} in FloatMatcher() [all …]
|
/third_party/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 3877 template <typename ValueMatcher> 3880 explicit OptionalMatcher(const ValueMatcher& value_matcher) 3893 explicit Impl(const ValueMatcher& value_matcher) 3926 const ValueMatcher value_matcher_; 5237 template <typename ValueMatcher> 5238 inline internal::OptionalMatcher<ValueMatcher> Optional( 5239 const ValueMatcher& value_matcher) { 5240 return internal::OptionalMatcher<ValueMatcher>(value_matcher);
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | instruction-selector-arm64.cc | 3686 ValueMatcher<S128ImmediateParameter, IrOpcode::kI8x16Shuffle>;
|