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()
759 return createEmptyDirective<OMPErrorDirective>(C, NumClauses); in CreateEmpty()
785 return createEmptyDirective<OMPTaskwaitDirective>(C, NumClauses); in CreateEmpty()
800 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
831 return createEmptyDirective<OMPCancelDirective>(C, NumClauses); in CreateEmpty()
846 return createEmptyDirective<OMPFlushDirective>(C, NumClauses); in CreateEmpty()
861 return createEmptyDirective<OMPDepobjDirective>(C, NumClauses); in CreateEmpty()
876 return createEmptyDirective<OMPScanDirective>(C, NumClauses); in CreateEmpty()
893 return createEmptyDirective<OMPOrderedDirective>(C, NumClauses, in CreateEmpty()
919 return createEmptyDirective<OMPAtomicDirective>( in CreateEmpty()
935 return createEmptyDirective<OMPTargetDirective>(C, NumClauses, in CreateEmpty()
953 return createEmptyDirective<OMPTargetParallelDirective>( in CreateEmpty()
998 return createEmptyDirective<OMPTargetParallelForDirective>( in CreateEmpty()
1014 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
1028 return createEmptyDirective<OMPTargetEnterDataDirective>( in CreateEmpty()
1042 return createEmptyDirective<OMPTargetExitDataDirective>( in CreateEmpty()
1058 return createEmptyDirective<OMPTeamsDirective>(C, NumClauses, in CreateEmpty()
1101 return createEmptyDirective<OMPTaskLoopDirective>( in CreateEmpty()
1144 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
1189 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
1234 return createEmptyDirective<OMPMaskedTaskLoopDirective>( in CreateEmpty()
1278 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
1322 return createEmptyDirective<OMPMaskedTaskLoopSimdDirective>( in CreateEmpty()
1368 return createEmptyDirective<OMPParallelMasterTaskLoopDirective>( in CreateEmpty()
1415 return createEmptyDirective<OMPParallelMaskedTaskLoopDirective>( in CreateEmpty()
1462 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>( in CreateEmpty()
1509 return createEmptyDirective<OMPParallelMaskedTaskLoopSimdDirective>( in CreateEmpty()
1553 return createEmptyDirective<OMPDistributeDirective>( in CreateEmpty()
1569 return createEmptyDirective<OMPTargetUpdateDirective>( in CreateEmpty()
1628 return createEmptyDirective<OMPDistributeParallelForDirective>( in CreateEmpty()
1688 return createEmptyDirective<OMPDistributeParallelForSimdDirective>( in CreateEmpty()
1733 return createEmptyDirective<OMPDistributeSimdDirective>( in CreateEmpty()
1778 return createEmptyDirective<OMPTargetParallelForSimdDirective>( in CreateEmpty()
1815 return createEmptyDirective<OMPTargetSimdDirective>( in CreateEmpty()
1859 return createEmptyDirective<OMPTeamsDistributeDirective>( in CreateEmpty()
1902 return createEmptyDirective<OMPTeamsDistributeSimdDirective>( in CreateEmpty()
1961 return createEmptyDirective<OMPTeamsDistributeParallelForSimdDirective>( in CreateEmpty()
2023 return createEmptyDirective<OMPTeamsDistributeParallelForDirective>( in CreateEmpty()
2040 return createEmptyDirective<OMPTargetTeamsDirective>( in CreateEmpty()
2084 return createEmptyDirective<OMPTargetTeamsDistributeDirective>( in CreateEmpty()
2147 return createEmptyDirective<OMPTargetTeamsDistributeParallelForDirective>( in CreateEmpty()
2208 return createEmptyDirective<OMPTargetTeamsDistributeParallelForSimdDirective>( in CreateEmpty()
2256 return createEmptyDirective<OMPTargetTeamsDistributeSimdDirective>( in CreateEmpty()
2274 return createEmptyDirective<OMPInteropDirective>(C, NumClauses); in CreateEmpty()
2290 return createEmptyDirective<OMPDispatchDirective>(C, NumClauses, in CreateEmpty()
2308 return createEmptyDirective<OMPMaskedDirective>(C, NumClauses, in CreateEmpty()
2349 return createEmptyDirective<OMPGenericLoopDirective>( in CreateEmpty()
2393 return createEmptyDirective<OMPTeamsGenericLoopDirective>( in CreateEmpty()
2438 return createEmptyDirective<OMPTargetTeamsGenericLoopDirective>( in CreateEmpty()
2481 return createEmptyDirective<OMPParallelGenericLoopDirective>( in CreateEmpty()
2527 return createEmptyDirective<OMPTargetParallelGenericLoopDirective>( in CreateEmpty()