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()
404 return createEmptyDirective<OMPForDirective>( in CreateEmpty()
425 return createEmptyDirective<OMPTileDirective>( in CreateEmpty()
447 return createEmptyDirective<OMPUnrollDirective>( in CreateEmpty()
491 return createEmptyDirective<OMPForSimdDirective>( in CreateEmpty()
511 return createEmptyDirective<OMPSectionsDirective>(C, NumClauses, in CreateEmpty()
530 return createEmptyDirective<OMPSectionDirective>(C, /*NumClauses=*/0, in CreateEmpty()
547 return createEmptyDirective<OMPScopeDirective>(C, NumClauses, in CreateEmpty()
564 return createEmptyDirective<OMPSingleDirective>(C, NumClauses, in CreateEmpty()
579 return createEmptyDirective<OMPMasterDirective>(C, /*NumClauses=*/0, in CreateEmpty()
595 return createEmptyDirective<OMPCriticalDirective>(C, NumClauses, in CreateEmpty()
639 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
683 return createEmptyDirective<OMPParallelForSimdDirective>( in CreateEmpty()
700 return createEmptyDirective<OMPParallelMasterDirective>( in CreateEmpty()
716 return createEmptyDirective<OMPParallelMaskedDirective>( in CreateEmpty()
734 return createEmptyDirective<OMPParallelSectionsDirective>( in CreateEmpty()
751 return createEmptyDirective<OMPTaskDirective>(C, NumClauses, in CreateEmpty()
778 return createEmptyDirective<OMPErrorDirective>(C, NumClauses); in CreateEmpty()
804 return createEmptyDirective<OMPTaskwaitDirective>(C, NumClauses); in CreateEmpty()
819 return createEmptyDirective<OMPTaskgroupDirective>( in CreateEmpty()
850 return createEmptyDirective<OMPCancelDirective>(C, NumClauses); in CreateEmpty()
865 return createEmptyDirective<OMPFlushDirective>(C, NumClauses); in CreateEmpty()
880 return createEmptyDirective<OMPDepobjDirective>(C, NumClauses); in CreateEmpty()
895 return createEmptyDirective<OMPScanDirective>(C, NumClauses); in CreateEmpty()
912 return createEmptyDirective<OMPOrderedDirective>(C, NumClauses, in CreateEmpty()
938 return createEmptyDirective<OMPAtomicDirective>( in CreateEmpty()
954 return createEmptyDirective<OMPTargetDirective>(C, NumClauses, in CreateEmpty()
972 return createEmptyDirective<OMPTargetParallelDirective>( in CreateEmpty()
1017 return createEmptyDirective<OMPTargetParallelForDirective>( in CreateEmpty()
1033 return createEmptyDirective<OMPTargetDataDirective>( in CreateEmpty()
1047 return createEmptyDirective<OMPTargetEnterDataDirective>( in CreateEmpty()
1061 return createEmptyDirective<OMPTargetExitDataDirective>( in CreateEmpty()
1077 return createEmptyDirective<OMPTeamsDirective>(C, NumClauses, in CreateEmpty()
1120 return createEmptyDirective<OMPTaskLoopDirective>( in CreateEmpty()
1163 return createEmptyDirective<OMPTaskLoopSimdDirective>( in CreateEmpty()
1208 return createEmptyDirective<OMPMasterTaskLoopDirective>( in CreateEmpty()
1253 return createEmptyDirective<OMPMaskedTaskLoopDirective>( in CreateEmpty()
1297 return createEmptyDirective<OMPMasterTaskLoopSimdDirective>( in CreateEmpty()
1341 return createEmptyDirective<OMPMaskedTaskLoopSimdDirective>( in CreateEmpty()
1387 return createEmptyDirective<OMPParallelMasterTaskLoopDirective>( in CreateEmpty()
1434 return createEmptyDirective<OMPParallelMaskedTaskLoopDirective>( in CreateEmpty()
1481 return createEmptyDirective<OMPParallelMasterTaskLoopSimdDirective>( in CreateEmpty()
1528 return createEmptyDirective<OMPParallelMaskedTaskLoopSimdDirective>( in CreateEmpty()
1573 return createEmptyDirective<OMPDistributeDirective>( in CreateEmpty()
1589 return createEmptyDirective<OMPTargetUpdateDirective>( in CreateEmpty()
1648 return createEmptyDirective<OMPDistributeParallelForDirective>( in CreateEmpty()
1708 return createEmptyDirective<OMPDistributeParallelForSimdDirective>( in CreateEmpty()
1753 return createEmptyDirective<OMPDistributeSimdDirective>( in CreateEmpty()
1798 return createEmptyDirective<OMPTargetParallelForSimdDirective>( in CreateEmpty()
1835 return createEmptyDirective<OMPTargetSimdDirective>( in CreateEmpty()
1879 return createEmptyDirective<OMPTeamsDistributeDirective>( in CreateEmpty()
1922 return createEmptyDirective<OMPTeamsDistributeSimdDirective>( in CreateEmpty()
1981 return createEmptyDirective<OMPTeamsDistributeParallelForSimdDirective>( in CreateEmpty()
2043 return createEmptyDirective<OMPTeamsDistributeParallelForDirective>( in CreateEmpty()
2060 return createEmptyDirective<OMPTargetTeamsDirective>( in CreateEmpty()
2104 return createEmptyDirective<OMPTargetTeamsDistributeDirective>( in CreateEmpty()
2167 return createEmptyDirective<OMPTargetTeamsDistributeParallelForDirective>( in CreateEmpty()
2228 return createEmptyDirective<OMPTargetTeamsDistributeParallelForSimdDirective>( in CreateEmpty()
2276 return createEmptyDirective<OMPTargetTeamsDistributeSimdDirective>( in CreateEmpty()
2294 return createEmptyDirective<OMPInteropDirective>(C, NumClauses); in CreateEmpty()
2310 return createEmptyDirective<OMPDispatchDirective>(C, NumClauses, in CreateEmpty()
2328 return createEmptyDirective<OMPMaskedDirective>(C, NumClauses, in CreateEmpty()
2369 return createEmptyDirective<OMPGenericLoopDirective>( in CreateEmpty()
2426 return createEmptyDirective<OMPTeamsGenericLoopDirective>( in CreateEmpty()
2484 return createEmptyDirective<OMPTargetTeamsGenericLoopDirective>( in CreateEmpty()
2527 return createEmptyDirective<OMPParallelGenericLoopDirective>( in CreateEmpty()
2573 return createEmptyDirective<OMPTargetParallelGenericLoopDirective>( in CreateEmpty()