HomeSort by relevance Sort by last modified time
    Searched refs:RValue (Results 26 - 29 of 29) sorted by null

12

  /external/clang/lib/CodeGen/
CGExprScalar.cpp 816 // Emit subscript expressions in rvalue context's. For most cases, this just
818 // careful, because the base of a vector subscript is occasionally an rvalue,
    [all...]
CGBlocks.cpp 844 RValue CodeGenFunction::EmitBlockCallExpr(const CallExpr* E,
866 Args.add(RValue::get(BlockLiteral), getContext().VoidPtrTy);
    [all...]
CodeGenFunction.cpp     [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp 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.
    [all...]

Completed in 4980 milliseconds

12