Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp98 while (const auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) in getPrivateItem() local
99 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
H A DCGOpenMPRuntime.cpp944 while (const auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) in getBaseDecl() local
945 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp5180 while (auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) in getPrivateItem() local
5181 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
18790 while (const auto *TempOASE = dyn_cast<ArraySectionExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local
18791 Length = TempOASE->getLength(); in checkOMPArraySectionConstantForReduction()
18812 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()