/external/clang/lib/Sema/ |
D | ScopeInfo.cpp | 59 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo() function in FunctionScopeInfo::WeakObjectProfileTy 128 Base = getBaseInfo(E); in WeakObjectProfileTy() 140 Base = getBaseInfo(BaseE); in WeakObjectProfileTy() 152 : Base(getBaseInfo(IvarE->getBase())), Property(IvarE->getDecl()) { in WeakObjectProfileTy()
|
/external/llvm-project/clang/lib/Sema/ |
D | ScopeInfo.cpp | 69 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo() function in FunctionScopeInfo::WeakObjectProfileTy 123 Base = getBaseInfo(E); in WeakObjectProfileTy() 135 Base = getBaseInfo(BaseE); in WeakObjectProfileTy() 147 : Base(getBaseInfo(IvarE->getBase())), Property(IvarE->getDecl()) { in WeakObjectProfileTy()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGAtomic.cpp | 98 BFI, lvalue.getType(), lvalue.getBaseInfo(), in AtomicInfo() 207 LVal.getBaseInfo(), LVal.getTBAAInfo()); in projectValue() 1448 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue() 1452 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue() 1456 LVal.getBaseInfo(), TBAAAccessInfo())); in convertAtomicTempToRValue() 1774 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue() 1778 AtomicLVal.getType(), AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue() 1783 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue() 1787 AtomicLVal.getBaseInfo(), AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue() 1792 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue() [all …]
|
D | CGExpr.cpp | 1165 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment() 1361 getContext(), LV.getBaseInfo(), LV.getTBAAInfo()); in EmitLValue() 1601 lvalue.getType(), Loc, lvalue.getBaseInfo(), in EmitLoadOfScalar() 1822 lvalue.getBaseInfo(), lvalue.getTBAAInfo(), isInit, in EmitStoreOfMatrixScalar() 1879 lvalue.getType(), lvalue.getBaseInfo(), in EmitStoreOfScalar() 2909 LValue ElemLV = MakeAddrLValue(Component, T, LV.getBaseInfo(), in EmitUnaryOpLValue() 3551 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitArrayToPointerDecay() 3734 E->getBase()->getType(), LHS.getBaseInfo(), in EmitArraySubscriptExpr() 3749 return MakeAddrLValue(Addr, EltType, LV.getBaseInfo(), in EmitArraySubscriptExpr() 3833 EltBaseInfo = ArrayLV.getBaseInfo(); in EmitArraySubscriptExpr() [all …]
|
D | CGValue.h | 321 LValueBaseInfo getBaseInfo() const { return BaseInfo; } in getBaseInfo() function
|
D | CGOpenMPRuntime.cpp | 885 SharedType, SharedAddresses[N].first.getBaseInfo(), in emitInitialization() 941 BaseLV.getType(), BaseLV.getBaseInfo(), in loadToBegin() 4593 Base = CGF.MakeAddrLValue(Addr, KmpDependInfoTy, Base.getBaseInfo(), in getDepobjElements() 4600 Base.getBaseInfo(), Base.getTBAAInfo()); in getDepobjElements() 4693 Base = CGF.MakeAddrLValue(Addr, KmpDependInfoTy, Base.getBaseInfo(), in emitDepobjElementsSizes() 4700 Base.getBaseInfo(), Base.getTBAAInfo()); in emitDepobjElementsSizes() 4752 Base = CGF.MakeAddrLValue(Addr, KmpDependInfoTy, Base.getBaseInfo(), in emitDepobjElements() 4761 Base.getBaseInfo(), Base.getTBAAInfo()); in emitDepobjElements() 5042 Base = CGF.MakeAddrLValue(Begin, KmpDependInfoTy, Base.getBaseInfo(), in emitUpdateClause() 6386 AllocatorTraitsLVal.getBaseInfo(), in emitUsesAllocatorsInit()
|
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 216 static BaseInfoTy getBaseInfo(const Expr *BaseE);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | ScopeInfo.h | 267 static BaseInfoTy getBaseInfo(const Expr *BaseE);
|
/external/clang/test/SemaObjC/ |
D | arc-repeated-weak.mm | 442 // This used to crash in WeakObjectProfileTy::getBaseInfo when getBase() was
|
/external/llvm-project/clang/test/SemaObjC/ |
D | arc-repeated-weak.mm | 443 // This used to crash in WeakObjectProfileTy::getBaseInfo when getBase() was
|