Searched refs:cmp1_ (Results 1 – 1 of 1) sorted by relevance
254 cmp1_ = 0u; in LinkerPatch()266 uint32_t cmp1_; // Used for relational operators. member271 static_assert(sizeof(method_idx_) == sizeof(cmp1_), "needed by relational operators");272 static_assert(sizeof(type_idx_) == sizeof(cmp1_), "needed by relational operators");273 static_assert(sizeof(string_idx_) == sizeof(cmp1_), "needed by relational operators");274 static_assert(sizeof(baker_custom_value1_) == sizeof(cmp1_), "needed by relational operators");297 lhs.cmp1_ == rhs.cmp1_ &&305 : (lhs.cmp1_ != rhs.cmp1_) ? lhs.cmp1_ < rhs.cmp1_