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

  /external/clang/lib/CodeGen/
CGExpr.cpp 109 EmitLValue(E);
406 LValue LV = EmitLValue(E);
756 LV = EmitLValue(E);
763 /// EmitLValue - Emit code to compute a designator that specifies the location
778 LValue CodeGenFunction::EmitLValue(const Expr *E) {
805 return EmitLValue(cast<ParenExpr>(E)->getSubExpr());
807 return EmitLValue(cast<GenericSelectionExpr>(E)->getResultExpr());
832 return EmitLValue(cleanups->getSubExpr());
    [all...]
CGExprCXX.cpp 131 This = EmitLValue(Base).getAddress();
143 llvm::Value *RHS = EmitLValue(*CE->arg_begin()).getAddress();
151 llvm::Value *RHS = EmitLValue(*CE->arg_begin()).getAddress();
258 This = EmitLValue(BaseExpr).getAddress();
289 LValue LV = EmitLValue(E->getArg(0));
294 llvm::Value *Src = EmitLValue(E->getArg(1)).getAddress();
    [all...]
CGExprComplex.cpp 73 return EmitLoadOfLValue(CGF.EmitLValue(E), E->getExprLoc());
160 LValue LV = CGF.EmitLValue(E->getSubExpr());
428 LValue origLV = CGF.EmitLValue(Op);
657 LValue LHS = CGF.EmitLValue(E->getLHS());
716 LValue LHS = CGF.EmitLValue(E->getLHS());
    [all...]
CGExprScalar.cpp 83 LValue EmitLValue(const Expr *E) { return CGF.EmitLValue(E); }
292 LValue LV = EmitLValue(E->getSubExpr());
296 LValue LV = EmitLValue(E->getSubExpr());
300 LValue LV = EmitLValue(E->getSubExpr());
304 LValue LV = EmitLValue(E->getSubExpr());
321 return EmitLValue(E->getSubExpr()).getAddress();
    [all...]
CGObjC.cpp     [all...]
CGExprAgg.cpp 207 LValue LV = CGF.EmitLValue(E);
314 LValue Array = CGF.EmitLValue(E->getSubExpr());
    [all...]
CGExprConstant.cpp 860 llvm::Constant *EmitLValue(APValue::LValueBase LVBase) {
    [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h 705 return bind(CGF, ov, CGF.EmitLValue(e));
    [all...]
CodeGenFunction.cpp     [all...]
CGCall.cpp     [all...]
CGClass.cpp     [all...]
CGBuiltin.cpp     [all...]

Completed in 1019 milliseconds