Lines Matching refs:CreateEmpty
11749 C = OMPSizesClause::CreateEmpty(Context, NumSizes); in readClause()
11753 C = OMPFullClause::CreateEmpty(Context); in readClause()
11756 C = OMPPartialClause::CreateEmpty(Context); in readClause()
11774 C = OMPOrderedClause::CreateEmpty(Context, Record.readInt()); in readClause()
11792 C = OMPUpdateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11837 C = OMPPrivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11840 C = OMPFirstprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11843 C = OMPLastprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11846 C = OMPSharedClause::CreateEmpty(Context, Record.readInt()); in readClause()
11851 C = OMPReductionClause::CreateEmpty(Context, N, Modifier); in readClause()
11855 C = OMPTaskReductionClause::CreateEmpty(Context, Record.readInt()); in readClause()
11858 C = OMPInReductionClause::CreateEmpty(Context, Record.readInt()); in readClause()
11861 C = OMPLinearClause::CreateEmpty(Context, Record.readInt()); in readClause()
11864 C = OMPAlignedClause::CreateEmpty(Context, Record.readInt()); in readClause()
11867 C = OMPCopyinClause::CreateEmpty(Context, Record.readInt()); in readClause()
11870 C = OMPCopyprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11873 C = OMPFlushClause::CreateEmpty(Context, Record.readInt()); in readClause()
11876 C = OMPDepobjClause::CreateEmpty(Context); in readClause()
11881 C = OMPDependClause::CreateEmpty(Context, NumVars, NumLoops); in readClause()
11893 C = OMPMapClause::CreateEmpty(Context, Sizes); in readClause()
11926 C = OMPToClause::CreateEmpty(Context, Sizes); in readClause()
11935 C = OMPFromClause::CreateEmpty(Context, Sizes); in readClause()
11944 C = OMPUseDevicePtrClause::CreateEmpty(Context, Sizes); in readClause()
11953 C = OMPUseDeviceAddrClause::CreateEmpty(Context, Sizes); in readClause()
11962 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause()
11966 C = OMPAllocateClause::CreateEmpty(Context, Record.readInt()); in readClause()
11969 C = OMPNontemporalClause::CreateEmpty(Context, Record.readInt()); in readClause()
11972 C = OMPInclusiveClause::CreateEmpty(Context, Record.readInt()); in readClause()
11975 C = OMPExclusiveClause::CreateEmpty(Context, Record.readInt()); in readClause()
11981 C = OMPInitClause::CreateEmpty(Context, Record.readInt()); in readClause()
11999 C = OMPUsesAllocatorsClause::CreateEmpty(Context, Record.readInt()); in readClause()
12002 C = OMPAffinityClause::CreateEmpty(Context, Record.readInt()); in readClause()