OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DestLV
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprAgg.cpp
378
LValue
DestLV
= CGF.MakeAddrLValue(dest.getAddress(), type);
380
CGF.EmitAggregateCopy(
DestLV
, SrcLV, type, dest.mayOverlap(),
416
LValue
DestLV
= CGF.MakeAddrLValue(Dest.getAddress(), E->getType());
417
LValue Start = CGF.EmitLValueForFieldInitialization(
DestLV
, *Field);
431
LValue EndOrLength = CGF.EmitLValueForFieldInitialization(
DestLV
, *Field);
1069
LValue
DestLV
= CGF.MakeAddrLValue(Dest.getAddress(), E->getType());
1074
DestLV
, *CmpInfo.Record->field_begin());
1610
LValue
DestLV
= CGF.MakeAddrLValue(Dest.getAddress(), E->getType());
1689
LValue FieldLoc = CGF.EmitLValueForFieldInitialization(
DestLV
, Field);
1720
LValue LV = CGF.EmitLValueForFieldInitialization(
DestLV
, field)
[
all
...]
CGExprComplex.cpp
481
LValue
DestLV
= CGF.MakeAddrLValue(Addr, DestTy);
482
DestLV
.setTBAAInfo(TBAAAccessInfo::getMayAliasInfo());
483
return EmitLoadOfLValue(
DestLV
, Op->getExprLoc());
CGExprScalar.cpp
1986
LValue
DestLV
= CGF.MakeAddrLValue(Addr, DestTy);
1987
DestLV
.setTBAAInfo(TBAAAccessInfo::getMayAliasInfo());
1988
return EmitLoadOfLValue(
DestLV
, CE->getExprLoc());
2088
LValue
DestLV
= CGF.MakeAddrLValue(Addr, DestTy);
2089
DestLV
.setTBAAInfo(TBAAAccessInfo::getMayAliasInfo());
2090
return EmitLoadOfLValue(
DestLV
, CE->getExprLoc());
2095
LValue
DestLV
= CGF.MakeAddrLValue(Addr, DestTy);
2096
DestLV
.setTBAAInfo(TBAAAccessInfo::getMayAliasInfo());
2097
return EmitLoadOfLValue(
DestLV
, CE->getExprLoc());
CGClass.cpp
979
LValue
DestLV
= CGF.MakeAddrLValue(ThisPtr, RecordTy);
980
LValue Dest = CGF.EmitLValueForFieldInitialization(
DestLV
, FirstField);
Completed in 39 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026