Searched refs:builtAll (Results 1 – 2 of 2) sorted by relevance
10210 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPSimdDirective()10249 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPForDirective()10286 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPForSimdDirective()10471 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPGenericLoopDirective()10518 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTeamsGenericLoopDirective()10568 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTargetTeamsGenericLoopDirective()10616 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPParallelGenericLoopDirective()10665 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTargetParallelGenericLoopDirective()10809 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPParallelForDirective()12932 assert((CurContext->isDependentContext() || B.builtAll()) && in ActOnOpenMPTargetParallelForDirective()[all …]
814 bool builtAll() { in builtAll() function