Searched refs:GetRightType (Results 1 – 3 of 3) sorted by relevance
342 AstType::Union(state.GetRightType(), state.GetResultType(), zone()), in BinaryType()348 *right = state.GetRightType(); in BinaryType()353 *right = AstType::Union(*right, state.GetRightType(), zone()); in BinaryType()
898 AstType* right_type = state.GetRightType(); in BuildCodeInitializedStub()976 AstType* right_type = state.GetRightType(); in BuildCodeStub()
121 AstType* GetRightType() const { return KindToType(right_kind_); } in GetRightType() function