Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp97 while (const auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) in getPrivateItem() local
98 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
H A DCGOpenMPRuntime.cpp948 while (const auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) in getBaseDecl() local
949 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5177 while (auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) in getPrivateItem() local
5178 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
18158 while (const auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local
18159 Length = TempOASE->getLength(); in checkOMPArraySectionConstantForReduction()
18179 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()