Searched refs:getBaseInfo (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp68 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { function in class:FunctionScopeInfo::WeakObjectProfileTy
122 Base = getBaseInfo(E);
134 Base = getBaseInfo(BaseE);
146 : Base(getBaseInfo(IvarE->getBase())), Property(IvarE->getDecl()) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGAtomic.cpp98 BFI, lvalue.getType(), lvalue.getBaseInfo(),
207 LVal.getBaseInfo(), LVal.getTBAAInfo());
1432 LVal.getBaseInfo(), TBAAAccessInfo()), loc);
1436 LVal.getBaseInfo(), TBAAAccessInfo()), loc);
1440 LVal.getBaseInfo(), TBAAAccessInfo()));
1758 AtomicLVal.getBaseInfo(),
1762 AtomicLVal.getType(), AtomicLVal.getBaseInfo(),
1767 AtomicLVal.getBaseInfo(),
1771 AtomicLVal.getBaseInfo(), AtomicLVal.getTBAAInfo());
1776 AtomicLVal.getBaseInfo(),
[all...]
H A DCGExpr.cpp1159 if (BaseInfo) *BaseInfo = LV.getBaseInfo();
1348 getContext(), LV.getBaseInfo(), LV.getTBAAInfo());
1565 lvalue.getType(), Loc, lvalue.getBaseInfo(),
1785 lvalue.getBaseInfo(), lvalue.getTBAAInfo(), isInit,
1842 lvalue.getType(), lvalue.getBaseInfo(),
2860 LValue ElemLV = MakeAddrLValue(Component, T, LV.getBaseInfo(),
3482 if (BaseInfo) *BaseInfo = LV.getBaseInfo();
3665 E->getBase()->getType(), LHS.getBaseInfo(),
3680 return MakeAddrLValue(Addr, EltType, LV.getBaseInfo(),
3764 EltBaseInfo = ArrayLV.getBaseInfo();
[all...]
H A DCGValue.h321 LValueBaseInfo getBaseInfo() const { return BaseInfo; } function in class:clang::CodeGen::LValue
H A DCGOpenMPRuntime.cpp885 SharedType, SharedAddresses[N].first.getBaseInfo(),
941 BaseLV.getType(), BaseLV.getBaseInfo(),
4513 Base = CGF.MakeAddrLValue(Addr, KmpDependInfoTy, Base.getBaseInfo(),
4520 Base.getBaseInfo(), Base.getTBAAInfo());
4613 Base = CGF.MakeAddrLValue(Addr, KmpDependInfoTy, Base.getBaseInfo(),
4620 Base.getBaseInfo(), Base.getTBAAInfo());
4672 Base = CGF.MakeAddrLValue(Addr, KmpDependInfoTy, Base.getBaseInfo(),
4681 Base.getBaseInfo(), Base.getTBAAInfo());
4962 Base = CGF.MakeAddrLValue(Begin, KmpDependInfoTy, Base.getBaseInfo(),
6306 AllocatorTraitsLVal.getBaseInfo(),
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h264 static BaseInfoTy getBaseInfo(const Expr *BaseE);

Completed in 186 milliseconds