Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp951 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in EmitOMPReductionClauseInit() local
952 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in EmitOMPReductionClauseInit()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp128 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local
129 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
DCGOpenMPRuntime.cpp977 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getBaseDecl() local
978 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getBaseDecl()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp4868 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local
4869 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()
14917 while (const auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) { in checkOMPArraySectionConstantForReduction() local
14918 Length = TempOASE->getLength(); in checkOMPArraySectionConstantForReduction()
14938 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in checkOMPArraySectionConstantForReduction()
/external/clang/lib/Sema/
DSemaOpenMP.cpp8169 while (auto *TempOASE = dyn_cast<OMPArraySectionExpr>(Base)) in getPrivateItem() local
8170 Base = TempOASE->getBase()->IgnoreParenImpCasts(); in getPrivateItem()