Searched refs:setBranchProtectedScope (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7627 setBranchProtectedScope(Sema &SemaRef, OpenMPDirectiveKind DKind, Stmt *AStmt) { in setBranchProtectedScope() function 7658 setBranchProtectedScope(SemaRef, OMPD_parallel, AStmt); in ActOnOpenMPParallelDirective() 10428 CapturedStmt *CS = setBranchProtectedScope(SemaRef, OMPD_simd, AStmt); in ActOnOpenMPSimdDirective() 10482 CapturedStmt *CS = setBranchProtectedScope(SemaRef, OMPD_for_simd, AStmt); in ActOnOpenMPForSimdDirective() 10663 setBranchProtectedScope(SemaRef, OMPD_loop, AStmt); in ActOnOpenMPGenericLoopDirective() 10692 CapturedStmt *CS = setBranchProtectedScope(SemaRef, OMPD_teams_loop, AStmt); in ActOnOpenMPTeamsGenericLoopDirective() 10726 setBranchProtectedScope(SemaRef, OMPD_target_teams_loop, AStmt); in ActOnOpenMPTargetTeamsGenericLoopDirective() 10759 setBranchProtectedScope(SemaRef, OMPD_parallel_loop, AStmt); in ActOnOpenMPParallelGenericLoopDirective() 10791 setBranchProtectedScope(SemaRef, OMPD_target_parallel_loop, AStmt); in ActOnOpenMPTargetParallelGenericLoopDirective() 10928 setBranchProtectedScope(SemaRef, OMPD_parallel_for, AStmt); in ActOnOpenMPParallelForDirective() [all …]
|