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

  /external/clang/lib/CodeGen/
CGExpr.cpp 102 return (void) EmitAnyExpr(E, AggValueSlot::ignored(), true);
108 /// EmitAnyExpr - Emit code to compute the specified expression which
112 RValue CodeGenFunction::EmitAnyExpr(const Expr *E,
126 /// EmitAnyExprToTemp - Similary to EmitAnyExpr(), however, the result will
134 return EmitAnyExpr(E, AggSlot);
410 RV = CGF.EmitAnyExpr(E, AggSlot);
    [all...]
CGStmt.cpp 221 RV = EmitAnyExpr(cast<Expr>(LastStmt), AggSlot);
747 // EmitStoreThroughLValue, and EmitAnyExpr.
762 EmitAnyExpr(RV);
    [all...]
CodeGenFunction.h     [all...]
CGObjC.cpp 77 RValue RV = EmitAnyExpr(SubExpr);
    [all...]

Completed in 53 milliseconds