Home
last modified time | relevance | path

Searched refs:TempASE (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp121 while (const auto *TempASE = dyn_cast<ArraySubscriptExpr>(Base)) in getPrivateItem() local
122 Base = TempASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
128 while (const auto *TempASE = dyn_cast<ArraySubscriptExpr>(Base)) in getPrivateItem() local
129 Base = TempASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
H A DCGOpenMPRuntime.cpp974 while (const auto *TempASE = dyn_cast<ArraySubscriptExpr>(Base)) in getBaseDecl() local
975 Base = TempASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
980 while (const auto *TempASE = dyn_cast<ArraySubscriptExpr>(Base)) in getBaseDecl() local
981 Base = TempASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp5302 while (auto *TempASE = dyn_cast<ArraySubscriptExpr>(Base)) in getPrivateItem() local
5303 Base = TempASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
5310 while (auto *TempASE = dyn_cast<ArraySubscriptExpr>(Base)) in getPrivateItem() local
5311 Base = TempASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
18760 while (const auto *TempASE = dyn_cast<ArraySubscriptExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local
18763 Base = TempASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()