Lines Matching refs:this
2 // Use of this source code is governed by a BSD-style license that can be
103 // registers, so in this example, 1001 is really fp register 0.
105 // stuffed side by side in code. Note that this is not the second top bit of
109 // the bottom part of the code. Unlike (2), this is the fp register code itself
110 // (not sharing index space with gp), so in this example, it is fp register 2.
306 if (other.is_pair()) return *this == other.low() || *this == other.high();
307 return *this == other;
493 return *this;
506 return Iterator{*this};