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 104 return (void) EmitAnyExpr(E, AggValueSlot::ignored(), true);
110 /// EmitAnyExpr - Emit code to compute the specified expression which
114 RValue CodeGenFunction::EmitAnyExpr(const Expr *E,
131 /// EmitAnyExprToTemp - Similary to EmitAnyExpr(), however, the result will
138 return EmitAnyExpr(E, AggSlot);
326 RV = CGF.EmitAnyExpr(E, AggSlot);
    [all...]
CGStmt.cpp 227 RV = EmitAnyExpr(cast<Expr>(LastStmt), AggSlot);
770 // EmitStoreThroughLValue, and EmitAnyExpr.
785 EmitAnyExpr(RV);
    [all...]
CodeGenFunction.h     [all...]
CGObjC.cpp 77 RValue RV = EmitAnyExpr(SubExpr);
    [all...]

Completed in 211 milliseconds