Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaOpenMP.cpp2005 #define DSAStack static_cast<DSAStackTy *>(VarDataSharingAttributesStack) macro
2007 void Sema::pushOpenMPFunctionRegion() { DSAStack->pushFunction(); } in pushOpenMPFunctionRegion()
2010 DSAStack->popFunction(OldFSI); in popOpenMPFunctionRegion()
2119 if (DSAStack->hasExplicitDirective(isOpenMPTargetExecutionDirective, Level)) { in isOpenMPCapturedByRef()
2182 DSAStack->checkMappableExprComponentListsForDeclAtLevel( in isOpenMPCapturedByRef()
2228 IsByRef = (DSAStack->isForceCaptureByReferenceInTargetExecutable() && in isOpenMPCapturedByRef()
2231 DSAStack->isDefaultmapCapturedByRef( in isOpenMPCapturedByRef()
2233 DSAStack->hasExplicitDSA( in isOpenMPCapturedByRef()
2245 DSAStack->getCaptureRegion(Level, OpenMPCaptureLevel) == in isOpenMPCapturedByRef()
2247 !(DSAStack->hasExplicitDSA( in isOpenMPCapturedByRef()
[all …]