Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp212 bool IsForCombinedParallelRegion = false; member in __anonf5421e1e0111::CheckVarsEscapingDeclContext
228 if (!IsForCombinedParallelRegion) { in markAsEscaped()
244 } else if (!IsForCombinedParallelRegion) { in markAsEscaped()
250 (IsForCombinedParallelRegion && CGF.CapturedStmtInfo)) && in markAsEscaped()
280 bool SavedIsForCombinedParallelRegion = IsForCombinedParallelRegion; in VisitOpenMPCapturedStmt()
285 IsForCombinedParallelRegion = false; in VisitOpenMPCapturedStmt()
303 IsForCombinedParallelRegion = true; in VisitOpenMPCapturedStmt()
307 if (IsForCombinedParallelRegion) in VisitOpenMPCapturedStmt()
314 IsForCombinedParallelRegion = SavedIsForCombinedParallelRegion; in VisitOpenMPCapturedStmt()