Lines Matching refs:CreateEmpty

10979     C = OMPSizesClause::CreateEmpty(Context, NumSizes);
10984 C = OMPPermutationClause::CreateEmpty(Context, NumLoops);
10988 C = OMPFullClause::CreateEmpty(Context);
10991 C = OMPPartialClause::CreateEmpty(Context);
11009 C = OMPOrderedClause::CreateEmpty(Context, Record.readInt());
11027 C = OMPUpdateClause::CreateEmpty(Context, Record.readInt());
11046 C = OMPAbsentClause::CreateEmpty(Context, NumKinds);
11054 C = OMPContainsClause::CreateEmpty(Context, NumKinds);
11112 C = OMPPrivateClause::CreateEmpty(Context, Record.readInt());
11115 C = OMPFirstprivateClause::CreateEmpty(Context, Record.readInt());
11118 C = OMPLastprivateClause::CreateEmpty(Context, Record.readInt());
11121 C = OMPSharedClause::CreateEmpty(Context, Record.readInt());
11126 C = OMPReductionClause::CreateEmpty(Context, N, Modifier);
11130 C = OMPTaskReductionClause::CreateEmpty(Context, Record.readInt());
11133 C = OMPInReductionClause::CreateEmpty(Context, Record.readInt());
11136 C = OMPLinearClause::CreateEmpty(Context, Record.readInt());
11139 C = OMPAlignedClause::CreateEmpty(Context, Record.readInt());
11142 C = OMPCopyinClause::CreateEmpty(Context, Record.readInt());
11145 C = OMPCopyprivateClause::CreateEmpty(Context, Record.readInt());
11148 C = OMPFlushClause::CreateEmpty(Context, Record.readInt());
11151 C = OMPDepobjClause::CreateEmpty(Context);
11156 C = OMPDependClause::CreateEmpty(Context, NumVars, NumLoops);
11168 C = OMPMapClause::CreateEmpty(Context, Sizes);
11172 C = OMPNumTeamsClause::CreateEmpty(Context, Record.readInt());
11175 C = OMPThreadLimitClause::CreateEmpty(Context, Record.readInt());
11201 C = OMPToClause::CreateEmpty(Context, Sizes);
11210 C = OMPFromClause::CreateEmpty(Context, Sizes);
11219 C = OMPUseDevicePtrClause::CreateEmpty(Context, Sizes);
11228 C = OMPUseDeviceAddrClause::CreateEmpty(Context, Sizes);
11237 C = OMPIsDevicePtrClause::CreateEmpty(Context, Sizes);
11246 C = OMPHasDeviceAddrClause::CreateEmpty(Context, Sizes);
11250 C = OMPAllocateClause::CreateEmpty(Context, Record.readInt());
11253 C = OMPNontemporalClause::CreateEmpty(Context, Record.readInt());
11256 C = OMPInclusiveClause::CreateEmpty(Context, Record.readInt());
11259 C = OMPExclusiveClause::CreateEmpty(Context, Record.readInt());
11265 C = OMPInitClause::CreateEmpty(Context, Record.readInt());
11283 C = OMPUsesAllocatorsClause::CreateEmpty(Context, Record.readInt());
11286 C = OMPAffinityClause::CreateEmpty(Context, Record.readInt());
11292 C = OMPBindClause::CreateEmpty(Context);
11303 C = OMPDoacrossClause::CreateEmpty(Context, NumVars, NumLoops);