Searched refs:TempOASE (Results 1 – 5 of 5) sorted by relevance
951 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in EmitOMPReductionClauseInit() local952 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in EmitOMPReductionClauseInit()
128 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local129 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
977 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local978 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
4868 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local4869 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()14917 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local14918 Length = TempOASE->getLength(); in checkOMPArraySectionConstantForReduction()14938 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()
8169 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local8170 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()