Home
last modified time | relevance | path

Searched refs:ResultExprTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGExpr.cpp3041 QualType ResultExprTy; in EmitOMPArraySectionExpr() local
3043 ResultExprTy = AT->getElementType(); in EmitOMPArraySectionExpr()
3045 ResultExprTy = BaseTy->getPointeeType(); in EmitOMPArraySectionExpr()
3135 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
3173 ResultExprTy, !getLangOpts().isSignedOverflowDefined()); in EmitOMPArraySectionExpr()
3177 BaseTy, ResultExprTy, IsLowerBound); in EmitOMPArraySectionExpr()
3178 EltPtr = emitArraySubscriptGEP(*this, Base, Idx, ResultExprTy, in EmitOMPArraySectionExpr()
3182 return MakeAddrLValue(EltPtr, ResultExprTy, AlignSource); in EmitOMPArraySectionExpr()
/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp3915 QualType ResultExprTy; in EmitOMPArraySectionExpr() local
3917 ResultExprTy = AT->getElementType(); in EmitOMPArraySectionExpr()
3919 ResultExprTy = BaseTy->getPointeeType(); in EmitOMPArraySectionExpr()
4014 if (auto *VLA = getContext().getAsVariableArrayType(ResultExprTy)) { in EmitOMPArraySectionExpr()
4053 ResultExprTy, !getLangOpts().isSignedOverflowDefined(), in EmitOMPArraySectionExpr()
4056 TBAAInfo = CGM.getTBAAInfoForSubobject(ArrayLV, ResultExprTy); in EmitOMPArraySectionExpr()
4059 TBAAInfo, BaseTy, ResultExprTy, in EmitOMPArraySectionExpr()
4061 EltPtr = emitArraySubscriptGEP(*this, Base, Idx, ResultExprTy, in EmitOMPArraySectionExpr()
4066 return MakeAddrLValue(EltPtr, ResultExprTy, BaseInfo, TBAAInfo); in EmitOMPArraySectionExpr()