Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3018 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in finishLinearClauses()
10608 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPGenericLoopDirective()
10638 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTeamsGenericLoopDirective()
10672 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTargetTeamsGenericLoopDirective()
10705 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPParallelGenericLoopDirective()
10737 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTargetParallelGenericLoopDirective()
13219 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTaskLoopDirective()
13296 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPMasterTaskLoopDirective()
13334 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPMaskedTaskLoopDirective()
13452 assert((SemaRef.CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPParallelMasterTaskLoopDirective()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h830 bool builtAll() { in builtAll() function