Searched refs:getCurrentDirective (Results 1 – 1 of 1) sorted by relevance
447 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopInit()453 assert(isOpenMPLoopDirective(getCurrentDirective()) && in loopStart()459 assert(isOpenMPLoopDirective(getCurrentDirective()) && in isLoopStarted()641 OpenMPDirectiveKind getCurrentDirective() const { in getCurrentDirective() function in __anon1dd12e440111::DSAStackTy1109 assert(isOpenMPTargetExecutionDirective(getCurrentDirective()) && in getLinkGlobals()2293 return isOpenMPTaskingDirective(DSAStack->getCurrentDirective()) && in isInOpenMPTaskUntiedContext()2298 return (isOpenMPTargetExecutionDirective(DSAStack->getCurrentDirective()) && in isInOpenMPTargetExecutionDirective()2410 if (DSAStack->getCurrentDirective() != OMPD_unknown && in isOpenMPCapturedDecl()2416 isImplicitOrExplicitTaskingRegion(DSAStack->getCurrentDirective())) || in isOpenMPCapturedDecl()2499 if (isOpenMPLoopDirective(DSAStack->getCurrentDirective())) in startOpenMPLoop()[all …]