Searched refs:DSAStack (Results 1 – 1 of 1) sorted by relevance
2030 #define DSAStack static_cast<DSAStackTy *>(VarDataSharingAttributesStack) macro2032 void SemaOpenMP::pushOpenMPFunctionRegion() { DSAStack->pushFunction(); } in pushOpenMPFunctionRegion()2035 DSAStack->popFunction(OldFSI); in popOpenMPFunctionRegion()2144 if (DSAStack->hasExplicitDirective(isOpenMPTargetExecutionDirective, Level)) { in isOpenMPCapturedByRef()2207 DSAStack->checkMappableExprComponentListsForDeclAtLevel( in isOpenMPCapturedByRef()2256 IsByRef = (DSAStack->isForceCaptureByReferenceInTargetExecutable() && in isOpenMPCapturedByRef()2259 DSAStack->isDefaultmapCapturedByRef( in isOpenMPCapturedByRef()2261 DSAStack->hasExplicitDSA( in isOpenMPCapturedByRef()2273 DSAStack->getCaptureRegion(Level, OpenMPCaptureLevel) == in isOpenMPCapturedByRef()2275 !(DSAStack->hasExplicitDSA( in isOpenMPCapturedByRef()[all …]