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 105 EmitLValue(E);
275 LValue LV = CGF.EmitLValue(E);
682 LValue LV = EmitLValue(E);
688 /// EmitLValue - Emit code to compute a designator that specifies the location
703 LValue CodeGenFunction::EmitLValue(const Expr *E) {
730 return EmitLValue(cast<ParenExpr>(E)->getSubExpr());
732 return EmitLValue(cast<GenericSelectionExpr>(E)->getResultExpr());
755 return EmitLValue(cleanups->getSubExpr());
761 return EmitLValue(cast<CXXDefaultArgExpr>(E)->getExpr());
786 return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr(getContext()))
    [all...]
CGExprComplex.cpp 63 return EmitLoadOfLValue(CGF.EmitLValue(E));
160 LValue LV = CGF.EmitLValue(E->getSubExpr());
384 llvm::Value *V = CGF.EmitLValue(Op).getAddress();
616 LValue LHS = CGF.EmitLValue(E->getLHS());
666 LValue LHS = CGF.EmitLValue(E->getLHS());
CGExprCXX.cpp 231 This = EmitLValue(Base).getAddress();
243 llvm::Value *RHS = EmitLValue(*CE->arg_begin()).getAddress();
251 llvm::Value *RHS = EmitLValue(*CE->arg_begin()).getAddress();
344 This = EmitLValue(BaseExpr).getAddress();
374 LValue LV = EmitLValue(E->getArg(0));
379 llvm::Value *Src = EmitLValue(E->getArg(1)).getAddress();
    [all...]
CGExprScalar.cpp 82 LValue EmitLValue(const Expr *E) { return CGF.EmitLValue(E); }
280 LValue LV = EmitLValue(E->getSubExpr());
284 LValue LV = EmitLValue(E->getSubExpr());
288 LValue LV = EmitLValue(E->getSubExpr());
292 LValue LV = EmitLValue(E->getSubExpr());
309 return EmitLValue(E->getSubExpr()).getAddress();
795 EmitLValue(E->getBase());
    [all...]
CGExprAgg.cpp 203 LValue LV = CGF.EmitLValue(E);
777 LValue LHS = CGF.EmitLValue(E->getLHS());
787 LValue LHS = CGF.EmitLValue(E->getLHS());
    [all...]
CGObjC.cpp     [all...]
CGExprConstant.cpp 904 llvm::Constant *EmitLValue(APValue::LValueBase LVBase) {
    [all...]
CGStmt.cpp     [all...]
CodeGenFunction.h     [all...]
CodeGenFunction.cpp     [all...]
CGClass.cpp     [all...]
CGBuiltin.cpp     [all...]
CGCall.cpp     [all...]

Completed in 228 milliseconds