Searched refs:getBaseInfo (Results 1 – 7 of 7) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A 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()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 97 BFI, lvalue.getType(), lvalue.getBaseInfo(), in AtomicInfo() 215 LVal.getBaseInfo(), LVal.getTBAAInfo()); in projectValue() 1510 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue() 1514 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue() 1518 LVal.getBaseInfo(), TBAAAccessInfo())); in convertAtomicTempToRValue() 1831 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue() 1840 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue() 1844 AtomicLVal.getBaseInfo(), AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue() 1849 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue() 1853 AtomicLVal.getBaseInfo(), AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue() [all …]
|
| H A D | CGExpr.cpp | 1177 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment() 1192 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment() 1941 lvalue.getType(), lvalue.getBaseInfo(), in EmitStoreOfScalar() 3650 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitArrayToPointerDecay() 3849 return MakeAddrLValue(Addr, EltType, LV.getBaseInfo(), in EmitArraySubscriptExpr() 3933 EltBaseInfo = ArrayLV.getBaseInfo(); in EmitArraySubscriptExpr() 3983 BaseInfo = BaseLVal.getBaseInfo(); in emitOMPArraySectionBase() 4156 BaseInfo = ArrayLV.getBaseInfo(); in EmitOMPArraySectionExpr() 4369 LValueBaseInfo BaseInfo = base.getBaseInfo(); in EmitLValueForField() 4552 LValueBaseInfo BaseInfo = Base.getBaseInfo(); in EmitLValueForFieldInitialization() [all …]
|
| H A D | CGValue.h | 333 LValueBaseInfo getBaseInfo() const { return BaseInfo; } in getBaseInfo() function
|
| H A D | CGOpenMPRuntime.cpp | 935 BaseLV.getType(), BaseLV.getBaseInfo(), in loadToBegin() 4581 DepObjAddr, KmpDependInfoTy, Base.getBaseInfo(), Base.getTBAAInfo()); in getDepobjElements() 4991 Base = CGF.MakeAddrLValue(Begin, KmpDependInfoTy, Base.getBaseInfo(), in emitUpdateClause() 6369 AllocatorTraitsLVal.getBaseInfo(), in emitUsesAllocatorsInit()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 276 static BaseInfoTy getBaseInfo(const Expr *BaseE);
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | arc-repeated-weak.mm | 443 // This used to crash in WeakObjectProfileTy::getBaseInfo when getBase() was
|