Home
last modified time | relevance | path

Searched defs:ValueMatcher (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Testing/Support/
DSupportHelpers.h61 explicit ValueIsMatcher(InnerMatcher ValueMatcher) in ValueIsMatcher()
73 explicit Impl(const ::testing::Matcher<T> &ValueMatcher) in Impl()
102 detail::ValueIsMatcher<InnerMatcher> ValueIs(const InnerMatcher &ValueMatcher) { in ValueIs()
/third_party/node/deps/v8/src/compiler/
Dnode-matchers.h80 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