Searched refs:setBranchProtectedScope (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 7674 setBranchProtectedScope(Sema &SemaRef, OpenMPDirectiveKind DKind, Stmt *AStmt) { in setBranchProtectedScope() function 7705 setBranchProtectedScope(SemaRef, OMPD_parallel, AStmt); in ActOnOpenMPParallelDirective() 10598 setBranchProtectedScope(SemaRef, OMPD_loop, AStmt); in ActOnOpenMPGenericLoopDirective() 10627 CapturedStmt *CS = setBranchProtectedScope(SemaRef, OMPD_teams_loop, AStmt); in ActOnOpenMPTeamsGenericLoopDirective() 10661 setBranchProtectedScope(SemaRef, OMPD_target_teams_loop, AStmt); in ActOnOpenMPTargetTeamsGenericLoopDirective() 10694 setBranchProtectedScope(SemaRef, OMPD_parallel_loop, AStmt); in ActOnOpenMPParallelGenericLoopDirective() 10726 setBranchProtectedScope(SemaRef, OMPD_target_parallel_loop, AStmt); in ActOnOpenMPTargetParallelGenericLoopDirective() 10863 setBranchProtectedScope(SemaRef, OMPD_parallel_for, AStmt); in ActOnOpenMPParallelForDirective() 10889 setBranchProtectedScope(SemaRef, OMPD_parallel_for_simd, AStmt); in ActOnOpenMPParallelForSimdDirective() 10917 setBranchProtectedScope(SemaRef, OMPD_parallel_master, AStmt); in ActOnOpenMPParallelMasterDirective() [all …]
|