OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EmitLoadOfLValue
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprComplex.cpp
71
///
EmitLoadOfLValue
- Given an expression with complex type that represents a
74
ComplexPairTy
EmitLoadOfLValue
(const Expr *E) {
75
return
EmitLoadOfLValue
(CGF.EmitLValue(E), E->getExprLoc());
78
ComplexPairTy
EmitLoadOfLValue
(LValue LV, SourceLocation Loc);
134
return
EmitLoadOfLValue
(Constant.getReferenceLValue(CGF, E),
146
return
EmitLoadOfLValue
(E);
149
return
EmitLoadOfLValue
(E);
154
ComplexPairTy VisitArraySubscriptExpr(Expr *E) { return
EmitLoadOfLValue
(E); }
161
return
EmitLoadOfLValue
(ME);
165
return
EmitLoadOfLValue
(CGF.getOrCreateOpaqueLValueMapping(E)
[
all
...]
CGExpr.cpp
1592
return
EmitLoadOfLValue
(Constant.getReferenceLValue(*this, E),
1892
///
EmitLoadOfLValue
- Given an expression that represents a value lvalue, this
1895
RValue CodeGenFunction::
EmitLoadOfLValue
(LValue LV, SourceLocation Loc) {
4830
return
EmitLoadOfLValue
(FieldLV, Loc);
CGExprScalar.cpp
251
Value *
EmitLoadOfLValue
(LValue LV, SourceLocation Loc) {
252
return CGF.
EmitLoadOfLValue
(LV, Loc).getScalarVal();
290
///
EmitLoadOfLValue
- Given an expression with complex type that represents a
293
Value *
EmitLoadOfLValue
(const Expr *E) {
294
Value *V =
EmitLoadOfLValue
(EmitCheckedLValue(E, CodeGenFunction::TCK_Load),
491
return
EmitLoadOfLValue
(CGF.getOrCreateOpaqueLValueMapping(E),
502
return
EmitLoadOfLValue
(E);
512
return
EmitLoadOfLValue
(E);
517
return
EmitLoadOfLValue
(E);
523
Value *V = CGF.
EmitLoadOfLValue
(LV, E->getExprLoc()).getScalarVal()
[
all
...]
Completed in 27 milliseconds
Indexes created Wed Jun 10 00:26:05 UTC 2026