Lines Matching refs:createEmptyDirective
208 return createEmptyDirective<OMPParallelDirective>(C, NumClauses, in CreateEmpty()
244 return createEmptyDirective<OMPSimdDirective>( in CreateEmpty()
289 return createEmptyDirective<OMPForDirective>( in CreateEmpty()
333 return createEmptyDirective<OMPForSimdDirective>( in CreateEmpty()
353 return createEmptyDirective<OMPSectionsDirective>(C, NumClauses, in CreateEmpty()
372 return createEmptyDirective<OMPSectionDirective>(C, /*NumClauses=*/0, in CreateEmpty()
389 return createEmptyDirective<OMPSingleDirective>(C, NumClauses, in CreateEmpty()
404 return createEmptyDirective<OMPMasterDirective>(C, /*NumClauses=*/0, in CreateEmpty()
420 return createEmptyDirective<OMPCriticalDirective>(C, NumClauses, in CreateEmpty()
464 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
508 return createEmptyDirective<OMPParallelForSimdDirective>( in CreateEmpty()
525 return createEmptyDirective<OMPParallelMasterDirective>( in CreateEmpty()
543 return createEmptyDirective<OMPParallelSectionsDirective>( in CreateEmpty()
560 return createEmptyDirective<OMPTaskDirective>(C, NumClauses, in CreateEmpty()
609 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
640 return createEmptyDirective<OMPCancelDirective>(C, NumClauses); in CreateEmpty()
655 return createEmptyDirective<OMPFlushDirective>(C, NumClauses); in CreateEmpty()
670 return createEmptyDirective<OMPDepobjDirective>(C, NumClauses); in CreateEmpty()
685 return createEmptyDirective<OMPScanDirective>(C, NumClauses); in CreateEmpty()
702 return createEmptyDirective<OMPOrderedDirective>(C, NumClauses, in CreateEmpty()
724 return createEmptyDirective<OMPAtomicDirective>( in CreateEmpty()
740 return createEmptyDirective<OMPTargetDirective>(C, NumClauses, in CreateEmpty()
758 return createEmptyDirective<OMPTargetParallelDirective>( in CreateEmpty()
803 return createEmptyDirective<OMPTargetParallelForDirective>( in CreateEmpty()
819 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
833 return createEmptyDirective<OMPTargetEnterDataDirective>( in CreateEmpty()
847 return createEmptyDirective<OMPTargetExitDataDirective>( in CreateEmpty()
863 return createEmptyDirective<OMPTeamsDirective>(C, NumClauses, in CreateEmpty()
906 return createEmptyDirective<OMPTaskLoopDirective>( in CreateEmpty()
949 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
994 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
1038 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
1084 return createEmptyDirective<OMPParallelMasterTaskLoopDirective>( in CreateEmpty()
1131 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>( in CreateEmpty()
1175 return createEmptyDirective<OMPDistributeDirective>( in CreateEmpty()
1191 return createEmptyDirective<OMPTargetUpdateDirective>( in CreateEmpty()
1250 return createEmptyDirective<OMPDistributeParallelForDirective>( in CreateEmpty()
1310 return createEmptyDirective<OMPDistributeParallelForSimdDirective>( in CreateEmpty()
1355 return createEmptyDirective<OMPDistributeSimdDirective>( in CreateEmpty()
1400 return createEmptyDirective<OMPTargetParallelForSimdDirective>( in CreateEmpty()
1437 return createEmptyDirective<OMPTargetSimdDirective>( in CreateEmpty()
1481 return createEmptyDirective<OMPTeamsDistributeDirective>( in CreateEmpty()
1524 return createEmptyDirective<OMPTeamsDistributeSimdDirective>( in CreateEmpty()
1583 return createEmptyDirective<OMPTeamsDistributeParallelForSimdDirective>( in CreateEmpty()
1645 return createEmptyDirective<OMPTeamsDistributeParallelForDirective>( in CreateEmpty()
1662 return createEmptyDirective<OMPTargetTeamsDirective>( in CreateEmpty()
1706 return createEmptyDirective<OMPTargetTeamsDistributeDirective>( in CreateEmpty()
1769 return createEmptyDirective<OMPTargetTeamsDistributeParallelForDirective>( in CreateEmpty()
1830 return createEmptyDirective<OMPTargetTeamsDistributeParallelForSimdDirective>( in CreateEmpty()
1878 return createEmptyDirective<OMPTargetTeamsDistributeSimdDirective>( in CreateEmpty()