Lines Matching refs:CreateEmpty
11532 C = OMPSizesClause::CreateEmpty(Context, NumSizes); in readClause()
11536 C = OMPFullClause::CreateEmpty(Context); in readClause()
11539 C = OMPPartialClause::CreateEmpty(Context); in readClause()
11557 C = OMPOrderedClause::CreateEmpty(Context, Record.readInt()); in readClause()
11575 C = OMPUpdateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11623 C = OMPPrivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11626 C = OMPFirstprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11629 C = OMPLastprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11632 C = OMPSharedClause::CreateEmpty(Context, Record.readInt()); in readClause()
11637 C = OMPReductionClause::CreateEmpty(Context, N, Modifier); in readClause()
11641 C = OMPTaskReductionClause::CreateEmpty(Context, Record.readInt()); in readClause()
11644 C = OMPInReductionClause::CreateEmpty(Context, Record.readInt()); in readClause()
11647 C = OMPLinearClause::CreateEmpty(Context, Record.readInt()); in readClause()
11650 C = OMPAlignedClause::CreateEmpty(Context, Record.readInt()); in readClause()
11653 C = OMPCopyinClause::CreateEmpty(Context, Record.readInt()); in readClause()
11656 C = OMPCopyprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11659 C = OMPFlushClause::CreateEmpty(Context, Record.readInt()); in readClause()
11662 C = OMPDepobjClause::CreateEmpty(Context); in readClause()
11667 C = OMPDependClause::CreateEmpty(Context, NumVars, NumLoops); in readClause()
11679 C = OMPMapClause::CreateEmpty(Context, Sizes); in readClause()
11712 C = OMPToClause::CreateEmpty(Context, Sizes); in readClause()
11721 C = OMPFromClause::CreateEmpty(Context, Sizes); in readClause()
11730 C = OMPUseDevicePtrClause::CreateEmpty(Context, Sizes); in readClause()
11739 C = OMPUseDeviceAddrClause::CreateEmpty(Context, Sizes); in readClause()
11748 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause()
11757 C = OMPHasDeviceAddrClause::CreateEmpty(Context, Sizes); in readClause()
11761 C = OMPAllocateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11764 C = OMPNontemporalClause::CreateEmpty(Context, Record.readInt()); in readClause()
11767 C = OMPInclusiveClause::CreateEmpty(Context, Record.readInt()); in readClause()
11770 C = OMPExclusiveClause::CreateEmpty(Context, Record.readInt()); in readClause()
11776 C = OMPInitClause::CreateEmpty(Context, Record.readInt()); in readClause()
11794 C = OMPUsesAllocatorsClause::CreateEmpty(Context, Record.readInt()); in readClause()
11797 C = OMPAffinityClause::CreateEmpty(Context, Record.readInt()); in readClause()
11803 C = OMPBindClause::CreateEmpty(Context); in readClause()