Searched refs:NoArgsDump (Results 1 – 2 of 2) sorted by relevance
2219 struct NoArgsDump { struct2222 NoArgsDump DumpWithoutArgs() const { in DumpWithoutArgs() argument2223 return NoArgsDump{this}; in DumpWithoutArgs()2778 std::ostream& operator<<(std::ostream& os, const HInstruction::NoArgsDump rhs);
1971 std::ostream& operator<<(std::ostream& os, const HInstruction::NoArgsDump rhs) { in operator <<()