Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6146 bool UseClausesWithoutBind = false; in mapLoopConstruct() local
6173 UseClausesWithoutBind = true; in mapLoopConstruct()
6223 return UseClausesWithoutBind; in mapLoopConstruct()
6234 bool UseClausesWithoutBind = false; in ActOnOpenMPExecutableDirective() local
6244 UseClausesWithoutBind = mapLoopConstruct( in ActOnOpenMPExecutableDirective()
6265 if (getLangOpts().OpenMP >= 50 && UseClausesWithoutBind) { in ActOnOpenMPExecutableDirective()