Searched refs:NoArgsDump (Results 1 – 2 of 2) sorted by relevance
2255 struct NoArgsDump { struct2258 NoArgsDump DumpWithoutArgs() const { in DumpWithoutArgs() argument2259 return NoArgsDump{this}; in DumpWithoutArgs()2825 std::ostream& operator<<(std::ostream& os, const HInstruction::NoArgsDump rhs);
2021 std::ostream& operator<<(std::ostream& os, const HInstruction::NoArgsDump rhs) { in operator <<()