Lines Matching defs:that
2 // Use of this source code is governed by a BSD-style license that can be
78 EffectPathChecks const* that) const {
79 if (this->size_ != that->size_) return false;
81 Check* that_head = that->head_;
91 EffectPathChecks const* that) {
95 // First, we throw away the prefix of the longer list, so that
97 Check* that_head = that->head_;
98 size_t that_size = that->size_;
269 // See if we have another check that dominates us.
322 // that the comparison is probably not performed on a value that
327 // check is only going to narrow that range further, but the result
333 // despite the fact that {check} can truncate -0 to 0, because
345 // check is only going to narrow that range further, but the result
351 // despite the fact that {check} can truncate -0 to 0, because
431 // Only signal that the {node} has Changed, if the information about {checks}