OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BaseLV
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExpr.cpp
4145
LValue
BaseLV
;
4159
BaseLV
= MakeAddrLValue(Addr, PtrTy, BaseInfo, TBAAInfo);
4161
BaseLV
= EmitCheckedLValue(BaseExpr, TCK_MemberAccess);
4165
LValue LV = EmitLValueForField(
BaseLV
, Field);
4173
BaseLV
.isNontemporal())
5099
LValue
BaseLV
= EmitLValue(BaseExpr);
5100
BaseValue =
BaseLV
.getPointer(*this);
CGOpenMPRuntime.cpp
937
LValue
BaseLV
) {
942
BaseLV
= CGF.EmitLoadOfPointerLValue(
BaseLV
.getAddress(CGF), PtrTy);
944
LValue RefLVal = CGF.MakeAddrLValue(
BaseLV
.getAddress(CGF), BaseTy);
945
BaseLV
= CGF.EmitLoadOfReferenceLValue(RefLVal);
950
CGF.Builder.CreateElementBitCast(
BaseLV
.getAddress(CGF),
952
BaseLV
.getType(),
BaseLV
.getBaseInfo(),
953
CGF.CGM.getTBAAInfoForSubobject(
BaseLV
,
BaseLV
.getType()))
[
all
...]
CGExprCXX.cpp
137
LValue
BaseLV
= EmitLValue(BaseExpr);
138
BaseValue =
BaseLV
.getAddress(*this);
Completed in 43 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026