Lines Matching refs:createEmptyDirective

276   return createEmptyDirective<OMPMetaDirective>(C, NumClauses,  in CreateEmpty()
295 return createEmptyDirective<OMPParallelDirective>(C, NumClauses, in CreateEmpty()
331 return createEmptyDirective<OMPSimdDirective>( in CreateEmpty()
402 return createEmptyDirective<OMPForDirective>( in CreateEmpty()
423 return createEmptyDirective<OMPTileDirective>( in CreateEmpty()
445 return createEmptyDirective<OMPUnrollDirective>( in CreateEmpty()
489 return createEmptyDirective<OMPForSimdDirective>( in CreateEmpty()
509 return createEmptyDirective<OMPSectionsDirective>(C, NumClauses, in CreateEmpty()
528 return createEmptyDirective<OMPSectionDirective>(C, /*NumClauses=*/0, in CreateEmpty()
545 return createEmptyDirective<OMPSingleDirective>(C, NumClauses, in CreateEmpty()
560 return createEmptyDirective<OMPMasterDirective>(C, /*NumClauses=*/0, in CreateEmpty()
576 return createEmptyDirective<OMPCriticalDirective>(C, NumClauses, in CreateEmpty()
620 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
664 return createEmptyDirective<OMPParallelForSimdDirective>( in CreateEmpty()
681 return createEmptyDirective<OMPParallelMasterDirective>( in CreateEmpty()
697 return createEmptyDirective<OMPParallelMaskedDirective>( in CreateEmpty()
715 return createEmptyDirective<OMPParallelSectionsDirective>( in CreateEmpty()
732 return createEmptyDirective<OMPTaskDirective>(C, NumClauses, in CreateEmpty()
770 return createEmptyDirective<OMPTaskwaitDirective>(C, NumClauses); in CreateEmpty()
785 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
816 return createEmptyDirective<OMPCancelDirective>(C, NumClauses); in CreateEmpty()
831 return createEmptyDirective<OMPFlushDirective>(C, NumClauses); in CreateEmpty()
846 return createEmptyDirective<OMPDepobjDirective>(C, NumClauses); in CreateEmpty()
861 return createEmptyDirective<OMPScanDirective>(C, NumClauses); in CreateEmpty()
878 return createEmptyDirective<OMPOrderedDirective>(C, NumClauses, in CreateEmpty()
904 return createEmptyDirective<OMPAtomicDirective>( in CreateEmpty()
920 return createEmptyDirective<OMPTargetDirective>(C, NumClauses, in CreateEmpty()
938 return createEmptyDirective<OMPTargetParallelDirective>( in CreateEmpty()
983 return createEmptyDirective<OMPTargetParallelForDirective>( in CreateEmpty()
999 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
1013 return createEmptyDirective<OMPTargetEnterDataDirective>( in CreateEmpty()
1027 return createEmptyDirective<OMPTargetExitDataDirective>( in CreateEmpty()
1043 return createEmptyDirective<OMPTeamsDirective>(C, NumClauses, in CreateEmpty()
1086 return createEmptyDirective<OMPTaskLoopDirective>( in CreateEmpty()
1129 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
1174 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
1219 return createEmptyDirective<OMPMaskedTaskLoopDirective>( in CreateEmpty()
1263 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
1307 return createEmptyDirective<OMPMaskedTaskLoopSimdDirective>( in CreateEmpty()
1353 return createEmptyDirective<OMPParallelMasterTaskLoopDirective>( in CreateEmpty()
1400 return createEmptyDirective<OMPParallelMaskedTaskLoopDirective>( in CreateEmpty()
1447 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>( in CreateEmpty()
1494 return createEmptyDirective<OMPParallelMaskedTaskLoopSimdDirective>( in CreateEmpty()
1538 return createEmptyDirective<OMPDistributeDirective>( in CreateEmpty()
1554 return createEmptyDirective<OMPTargetUpdateDirective>( in CreateEmpty()
1613 return createEmptyDirective<OMPDistributeParallelForDirective>( in CreateEmpty()
1673 return createEmptyDirective<OMPDistributeParallelForSimdDirective>( in CreateEmpty()
1718 return createEmptyDirective<OMPDistributeSimdDirective>( in CreateEmpty()
1763 return createEmptyDirective<OMPTargetParallelForSimdDirective>( in CreateEmpty()
1800 return createEmptyDirective<OMPTargetSimdDirective>( in CreateEmpty()
1844 return createEmptyDirective<OMPTeamsDistributeDirective>( in CreateEmpty()
1887 return createEmptyDirective<OMPTeamsDistributeSimdDirective>( in CreateEmpty()
1946 return createEmptyDirective<OMPTeamsDistributeParallelForSimdDirective>( in CreateEmpty()
2008 return createEmptyDirective<OMPTeamsDistributeParallelForDirective>( in CreateEmpty()
2025 return createEmptyDirective<OMPTargetTeamsDirective>( in CreateEmpty()
2069 return createEmptyDirective<OMPTargetTeamsDistributeDirective>( in CreateEmpty()
2132 return createEmptyDirective<OMPTargetTeamsDistributeParallelForDirective>( in CreateEmpty()
2193 return createEmptyDirective<OMPTargetTeamsDistributeParallelForSimdDirective>( in CreateEmpty()
2241 return createEmptyDirective<OMPTargetTeamsDistributeSimdDirective>( in CreateEmpty()
2259 return createEmptyDirective<OMPInteropDirective>(C, NumClauses); in CreateEmpty()
2275 return createEmptyDirective<OMPDispatchDirective>(C, NumClauses, in CreateEmpty()
2293 return createEmptyDirective<OMPMaskedDirective>(C, NumClauses, in CreateEmpty()
2334 return createEmptyDirective<OMPGenericLoopDirective>( in CreateEmpty()
2378 return createEmptyDirective<OMPTeamsGenericLoopDirective>( in CreateEmpty()
2423 return createEmptyDirective<OMPTargetTeamsGenericLoopDirective>( in CreateEmpty()
2466 return createEmptyDirective<OMPParallelGenericLoopDirective>( in CreateEmpty()
2512 return createEmptyDirective<OMPTargetParallelGenericLoopDirective>( in CreateEmpty()