Home
last modified time | relevance | path

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

/llvm-project/third-party/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h665 const ValueTuple& /* value_tuple */) { in Matches()
671 const ValueTuple& /* values */, in ExplainMatchFailuresTo()
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/Utils/
H A DSparseTensorIterator.cpp19 using ValueTuple = std::tuple<Value, Value, Value>; typedef