Searched refs:toTuple (Results 1 – 3 of 3) sorted by relevance
72 constexpr auto toTuple = [](const AtomValue::AccumulatedTiming& v) { in operator ==() local75 return toTuple(lhs) == toTuple(rhs); in operator ==()79 constexpr auto toTuple = [](const AtomValue& v) { in operator ==() local83 return toTuple(lhs) == toTuple(rhs); in operator ==()
858 constexpr auto toTuple = [](const DataLocation& location) { in operator ==() local862 return toTuple(a) == toTuple(b); in operator ==()866 constexpr auto toTuple = [](const Operand& operand) { in operator ==() local870 return toTuple(a) == toTuple(b); in operator ==()877 constexpr auto toTuple = [](const Operation& operation) { in operator ==() local880 return toTuple(a) == toTuple(b); in operator ==()
357 constexpr auto toTuple = [](const Version& v) { in operator ()() local362 return toTuple(lhs) < toTuple(rhs); in operator ()()