Lines Matching refs:CreateEmpty

9990     C = OMPSizesClause::CreateEmpty(Context, NumSizes);  in readClause()
9994 C = OMPFullClause::CreateEmpty(Context); in readClause()
9997 C = OMPPartialClause::CreateEmpty(Context); in readClause()
10015 C = OMPOrderedClause::CreateEmpty(Context, Record.readInt()); in readClause()
10033 C = OMPUpdateClause::CreateEmpty(Context, Record.readInt()); in readClause()
10090 C = OMPPrivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
10093 C = OMPFirstprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
10096 C = OMPLastprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
10099 C = OMPSharedClause::CreateEmpty(Context, Record.readInt()); in readClause()
10104 C = OMPReductionClause::CreateEmpty(Context, N, Modifier); in readClause()
10108 C = OMPTaskReductionClause::CreateEmpty(Context, Record.readInt()); in readClause()
10111 C = OMPInReductionClause::CreateEmpty(Context, Record.readInt()); in readClause()
10114 C = OMPLinearClause::CreateEmpty(Context, Record.readInt()); in readClause()
10117 C = OMPAlignedClause::CreateEmpty(Context, Record.readInt()); in readClause()
10120 C = OMPCopyinClause::CreateEmpty(Context, Record.readInt()); in readClause()
10123 C = OMPCopyprivateClause::CreateEmpty(Context, Record.readInt()); in readClause()
10126 C = OMPFlushClause::CreateEmpty(Context, Record.readInt()); in readClause()
10129 C = OMPDepobjClause::CreateEmpty(Context); in readClause()
10134 C = OMPDependClause::CreateEmpty(Context, NumVars, NumLoops); in readClause()
10146 C = OMPMapClause::CreateEmpty(Context, Sizes); in readClause()
10179 C = OMPToClause::CreateEmpty(Context, Sizes); in readClause()
10188 C = OMPFromClause::CreateEmpty(Context, Sizes); in readClause()
10197 C = OMPUseDevicePtrClause::CreateEmpty(Context, Sizes); in readClause()
10206 C = OMPUseDeviceAddrClause::CreateEmpty(Context, Sizes); in readClause()
10215 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes); in readClause()
10224 C = OMPHasDeviceAddrClause::CreateEmpty(Context, Sizes); in readClause()
10228 C = OMPAllocateClause::CreateEmpty(Context, Record.readInt()); in readClause()
10231 C = OMPNontemporalClause::CreateEmpty(Context, Record.readInt()); in readClause()
10234 C = OMPInclusiveClause::CreateEmpty(Context, Record.readInt()); in readClause()
10237 C = OMPExclusiveClause::CreateEmpty(Context, Record.readInt()); in readClause()
10243 C = OMPInitClause::CreateEmpty(Context, Record.readInt()); in readClause()
10261 C = OMPUsesAllocatorsClause::CreateEmpty(Context, Record.readInt()); in readClause()
10264 C = OMPAffinityClause::CreateEmpty(Context, Record.readInt()); in readClause()
10270 C = OMPBindClause::CreateEmpty(Context); in readClause()