Home | History | Annotate | Download | only in src

Lines Matching refs:right_type

394   AstType* right_type = state.GetRightType();
397 DCHECK(!left_type->Is(AstType::None()) && !right_type->Is(AstType::None()) &&
403 right_type->Maybe(AstType::String())) &&
404 !left_type->Is(AstType::String()) && !right_type->Is(AstType::String())) {
413 right_type, result_type,
419 right_type, result_type,
436 right_type, result_type,
444 right_type, result_type,
472 AstType* right_type = state.GetRightType();
476 return BuildBinaryOperation(state.op(), left, right, left_type, right_type,