Home | History | Annotate | Download | only in Sema

Lines Matching defs:RValue

353   // Perform lvalue-to-rvalue conversion.
428 // Convert the expression to an RValue, so we can check for pointer types...
429 ExprResult RValue = DefaultFunctionArrayLvalueConversion(ValueExpr);
430 if (RValue.isInvalid()) {
433 ValueExpr = RValue.get();
598 // Perform lvalue-to-rvalue conversion on the base.
3056 // check for viablity and report error if casting an rvalue to a