Lines Matching refs:CreateEmpty
11720 C = OMPSizesClause::CreateEmpty(Context, NumSizes); in readClause()
11739 C = OMPOrderedClause::CreateEmpty(Context, Record.readInt()); in readClause()
11757 C = OMPUpdateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11802 C = OMPPrivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11805 C = OMPFirstprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11808 C = OMPLastprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11811 C = OMPSharedClause::CreateEmpty(Context, Record.readInt()); in readClause()
11816 C = OMPReductionClause::CreateEmpty(Context, N, Modifier); in readClause()
11820 C = OMPTaskReductionClause::CreateEmpty(Context, Record.readInt()); in readClause()
11823 C = OMPInReductionClause::CreateEmpty(Context, Record.readInt()); in readClause()
11826 C = OMPLinearClause::CreateEmpty(Context, Record.readInt()); in readClause()
11829 C = OMPAlignedClause::CreateEmpty(Context, Record.readInt()); in readClause()
11832 C = OMPCopyinClause::CreateEmpty(Context, Record.readInt()); in readClause()
11835 C = OMPCopyprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11838 C = OMPFlushClause::CreateEmpty(Context, Record.readInt()); in readClause()
11841 C = OMPDepobjClause::CreateEmpty(Context); in readClause()
11846 C = OMPDependClause::CreateEmpty(Context, NumVars, NumLoops); in readClause()
11858 C = OMPMapClause::CreateEmpty(Context, Sizes); in readClause()
11891 C = OMPToClause::CreateEmpty(Context, Sizes); in readClause()
11900 C = OMPFromClause::CreateEmpty(Context, Sizes); in readClause()
11909 C = OMPUseDevicePtrClause::CreateEmpty(Context, Sizes); in readClause()
11918 C = OMPUseDeviceAddrClause::CreateEmpty(Context, Sizes); in readClause()
11927 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause()
11931 C = OMPAllocateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11934 C = OMPNontemporalClause::CreateEmpty(Context, Record.readInt()); in readClause()
11937 C = OMPInclusiveClause::CreateEmpty(Context, Record.readInt()); in readClause()
11940 C = OMPExclusiveClause::CreateEmpty(Context, Record.readInt()); in readClause()
11946 C = OMPInitClause::CreateEmpty(Context, Record.readInt()); in readClause()
11964 C = OMPUsesAllocatorsClause::CreateEmpty(Context, Record.readInt()); in readClause()
11967 C = OMPAffinityClause::CreateEmpty(Context, Record.readInt()); in readClause()