Lines Matching refs:result
54 // The result id must be fresh.
197 // the new access chain. The result type of the access chain should be a
213 // The result type of the access chain is determined by where the indices
217 // component reached by following all the indices, and the result type is
333 // The access chain's result type is a pointer to the composite component
354 // the pointee value of the result of this access chain.
363 protobufs::Transformation result;
364 *result.mutable_access_chain() = message_;
365 return result;
429 std::unordered_set<uint32_t> result = {message_.fresh_id()};
431 result.insert(fresh_ids_for_clamping.first());
432 result.insert(fresh_ids_for_clamping.second());
434 return result;