Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp109 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local
110 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
H A DCGOpenMPRuntime.cpp973 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local
974 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp5373 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local
5374 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
19017 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local
19018 Length = TempOASE->getLength(); in checkOMPArraySectionConstantForReduction()
19038 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()