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);
    [all...]
CodeGenFunction.h 699 return bind(CGF, ov, CGF.EmitAnyExpr(e));
    [all...]
CGStmt.cpp 811 // EmitStoreThroughLValue, and EmitAnyExpr.
825 EmitAnyExpr(RV);
    [all...]
CGObjC.cpp 78 RValue RV = EmitAnyExpr(SubExpr);
    [all...]

Completed in 1110 milliseconds