Lines Matching refs:Result
61 /// and returns the result.
106 assert(0 && "Stmt can't have complex result type!");
254 // No comparisons produce a complex result.
608 ComplexPairTy Result = (this->*Func)(OpInfo);
610 // Truncate the result back to the LHS type.
611 Result = EmitComplexToComplexCast(Result, OpInfo.Ty, LHSTy);
612 Val = Result;
614 // Store the result value into the LHS lvalue.
615 EmitStoreThroughLValue(Result, LHS);
627 // The result of an assignment in C is the assigned r-value.
656 // Store the result value into the LHS lvalue.
666 // The result of an assignment in C is the assigned r-value.
769 /// complex type, ignoring the result.