HomeSort by relevance Sort by last modified time
    Searched refs:RetAlloca (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CGExprComplex.cpp 388 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true);
389 assert(RetAlloca.isValid() && "Expected complex return value");
390 return EmitLoadOfLValue(CGF.MakeAddrLValue(RetAlloca, E->getType()),
    [all...]
CGStmt.cpp 314 Address RetAlloca = Address::invalid();
335 RetAlloca = CreateMemTemp(ExprTy);
336 EmitAnyExprToMem(cast<Expr>(LastStmt), RetAlloca, Qualifiers(),
342 return RetAlloca;
    [all...]
CGExprScalar.cpp     [all...]

Completed in 75 milliseconds