Searched defs:EmitLoadOfLValue (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprComplex.cpp69 /// EmitLoadOfLValue - Given an expression with complex type that represents a
72 ComplexPairTy EmitLoadOfLValue(const Expr *E) { function in class:__anon17835::ComplexExprEmitter
73 return EmitLoadOfLValue(CGF.EmitLValue(E), E->getExprLoc());
76 ComplexPairTy EmitLoadOfLValue(LValue LV, SourceLocation Loc);
116 return EmitLoadOfLValue(result.getReferenceLValue(CGF, E),
123 return EmitLoadOfLValue(E);
126 return EmitLoadOfLValue(E);
131 ComplexPairTy VisitArraySubscriptExpr(Expr *E) { return EmitLoadOfLValue(E); }
132 ComplexPairTy VisitMemberExpr(const Expr *E) { return EmitLoadOfLValue(E); }
135 return EmitLoadOfLValue(CG
295 ComplexPairTy ComplexExprEmitter::EmitLoadOfLValue(LValue lvalue, function in class:ComplexExprEmitter
[all...]
H A DCGExpr.cpp1249 /// EmitLoadOfLValue - Given an expression that represents a value lvalue, this
1252 RValue CodeGenFunction::EmitLoadOfLValue(LValue LV, SourceLocation Loc) { function in class:CodeGenFunction
2930 return EmitLoadOfLValue(FieldLV, Loc);
H A DCGExprScalar.cpp90 Value *EmitLoadOfLValue(LValue LV, SourceLocation Loc) { function in class:__anon17838::ScalarExprEmitter
91 return CGF.EmitLoadOfLValue(LV, Loc).getScalarVal();
94 /// EmitLoadOfLValue - Given an expression with complex type that represents a
97 Value *EmitLoadOfLValue(const Expr *E) { function in class:__anon17838::ScalarExprEmitter
98 return EmitLoadOfLValue(EmitCheckedLValue(E, CodeGenFunction::TCK_Load),
221 return EmitLoadOfLValue(CGF.getOpaqueLValueMapping(E), E->getExprLoc());
231 return EmitLoadOfLValue(result.getReferenceLValue(CGF, E),
235 return EmitLoadOfLValue(E);
245 return EmitLoadOfLValue(E);
250 return EmitLoadOfLValue(
[all...]

Completed in 231 milliseconds