OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EmitLoadOfLValue
(Results
1 - 8
of
8
) sorted by null
/external/clang/lib/CodeGen/
CGExprComplex.cpp
69
///
EmitLoadOfLValue
- Given an expression with complex type that represents a
72
ComplexPairTy
EmitLoadOfLValue
(const Expr *E) {
73
return
EmitLoadOfLValue
(CGF.EmitLValue(E));
76
ComplexPairTy
EmitLoadOfLValue
(LValue LV);
116
return
EmitLoadOfLValue
(result.getReferenceLValue(CGF, E));
122
return
EmitLoadOfLValue
(E);
125
return
EmitLoadOfLValue
(E);
130
ComplexPairTy VisitArraySubscriptExpr(Expr *E) { return
EmitLoadOfLValue
(E); }
131
ComplexPairTy VisitMemberExpr(const Expr *E) { return
EmitLoadOfLValue
(E); }
134
return
EmitLoadOfLValue
(CGF.getOpaqueLValueMapping(E))
[
all
...]
CGExprScalar.cpp
90
Value *
EmitLoadOfLValue
(LValue LV) {
91
return CGF.
EmitLoadOfLValue
(LV).getScalarVal();
94
///
EmitLoadOfLValue
- Given an expression with complex type that represents a
97
Value *
EmitLoadOfLValue
(const Expr *E) {
98
return
EmitLoadOfLValue
(EmitCheckedLValue(E, CodeGenFunction::TCK_Load));
220
return
EmitLoadOfLValue
(CGF.getOpaqueLValueMapping(E));
230
return
EmitLoadOfLValue
(result.getReferenceLValue(CGF, E));
233
return
EmitLoadOfLValue
(E);
243
return
EmitLoadOfLValue
(E);
248
return
EmitLoadOfLValue
(E)
[
all
...]
CGStmt.cpp
[
all
...]
CodeGenFunction.cpp
596
CXXThisValue =
EmitLoadOfLValue
(ThisLValue).getScalarVal();
[
all
...]
CGObjC.cpp
[
all
...]
CGExpr.cpp
[
all
...]
CodeGenFunction.h
[
all
...]
CGCall.cpp
[
all
...]
Completed in 46 milliseconds