Searched refs:getBaseInfo (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | ScopeInfo.cpp | 69 FunctionScopeInfo::WeakObjectProfileTy::getBaseInfo(const Expr *E) { in getBaseInfo() function in FunctionScopeInfo::WeakObjectProfileTy 138 Base = getBaseInfo(E); in WeakObjectProfileTy() 150 Base = getBaseInfo(BaseE); in WeakObjectProfileTy() 162 : Base(getBaseInfo(IvarE->getBase())), Property(IvarE->getDecl()) { in WeakObjectProfileTy()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGAtomic.cpp | 100 BFI, lvalue.getType(), lvalue.getBaseInfo(), in AtomicInfo() 208 LVal.getBaseInfo(), LVal.getTBAAInfo()); in projectValue() 1372 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue() 1376 LVal.getBaseInfo(), TBAAAccessInfo()), loc); in convertAtomicTempToRValue() 1380 LVal.getBaseInfo(), TBAAAccessInfo())); in convertAtomicTempToRValue() 1698 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue() 1707 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue() 1711 AtomicLVal.getBaseInfo(), AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue() 1716 AtomicLVal.getBaseInfo(), in EmitAtomicUpdateValue() 1720 AtomicLVal.getBaseInfo(), AtomicLVal.getTBAAInfo()); in EmitAtomicUpdateValue() [all …]
|
| H A D | CGExpr.cpp | 1123 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitPointerWithAlignment() 1753 lvalue.getType(), lvalue.getBaseInfo(), in EmitStoreOfScalar() 3264 if (BaseInfo) *BaseInfo = LV.getBaseInfo(); in EmitArrayToPointerDecay() 3406 return MakeAddrLValue(Addr, EltType, LV.getBaseInfo(), in EmitArraySubscriptExpr() 3489 EltBaseInfo = ArrayLV.getBaseInfo(); in EmitArraySubscriptExpr() 3520 BaseInfo = BaseLVal.getBaseInfo(); in emitOMPArraySectionBase() 3689 BaseInfo = ArrayLV.getBaseInfo(); in EmitOMPArraySectionExpr() 3859 LValueBaseInfo BaseInfo = base.getBaseInfo(); in EmitLValueForField() 4001 LValueBaseInfo BaseInfo = Base.getBaseInfo(); in EmitLValueForFieldInitialization() 4116 std::max(lhs->getBaseInfo().getAlignmentSource(), in EmitConditionalOperatorLValue() [all …]
|
| H A D | CGValue.h | 319 LValueBaseInfo getBaseInfo() const { return BaseInfo; } in getBaseInfo() function
|
| H A D | CGOpenMPRuntime.cpp | 1027 SharedType, SharedAddresses[N].first.getBaseInfo(), in emitInitialization() 1080 BaseLV.getType(), BaseLV.getBaseInfo(), in loadToBegin()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | ScopeInfo.h | 261 static BaseInfoTy getBaseInfo(const Expr *BaseE);
|