reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Basic/OpenMPKinds.def
  275 OPENMP_CLAUSE(allocator, OMPAllocatorClause)
  276 OPENMP_CLAUSE(if, OMPIfClause)
  277 OPENMP_CLAUSE(final, OMPFinalClause)
  278 OPENMP_CLAUSE(num_threads, OMPNumThreadsClause)
  279 OPENMP_CLAUSE(safelen, OMPSafelenClause)
  280 OPENMP_CLAUSE(simdlen, OMPSimdlenClause)
  281 OPENMP_CLAUSE(collapse, OMPCollapseClause)
  282 OPENMP_CLAUSE(default, OMPDefaultClause)
  283 OPENMP_CLAUSE(private, OMPPrivateClause)
  284 OPENMP_CLAUSE(firstprivate, OMPFirstprivateClause)
  285 OPENMP_CLAUSE(lastprivate, OMPLastprivateClause)
  286 OPENMP_CLAUSE(shared,  OMPSharedClause)
  287 OPENMP_CLAUSE(reduction,  OMPReductionClause)
  288 OPENMP_CLAUSE(linear,  OMPLinearClause)
  289 OPENMP_CLAUSE(aligned, OMPAlignedClause)
  290 OPENMP_CLAUSE(copyin,  OMPCopyinClause)
  291 OPENMP_CLAUSE(copyprivate,  OMPCopyprivateClause)
  292 OPENMP_CLAUSE(proc_bind, OMPProcBindClause)
  293 OPENMP_CLAUSE(schedule, OMPScheduleClause)
  294 OPENMP_CLAUSE(ordered, OMPOrderedClause)
  295 OPENMP_CLAUSE(nowait, OMPNowaitClause)
  296 OPENMP_CLAUSE(untied, OMPUntiedClause)
  297 OPENMP_CLAUSE(mergeable, OMPMergeableClause)
  298 OPENMP_CLAUSE(flush, OMPFlushClause)
  299 OPENMP_CLAUSE(read, OMPReadClause)
  300 OPENMP_CLAUSE(write, OMPWriteClause)
  301 OPENMP_CLAUSE(update, OMPUpdateClause)
  302 OPENMP_CLAUSE(capture, OMPCaptureClause)
  303 OPENMP_CLAUSE(seq_cst, OMPSeqCstClause)
  304 OPENMP_CLAUSE(depend, OMPDependClause)
  305 OPENMP_CLAUSE(device, OMPDeviceClause)
  306 OPENMP_CLAUSE(threads, OMPThreadsClause)
  307 OPENMP_CLAUSE(simd, OMPSIMDClause)
  308 OPENMP_CLAUSE(map, OMPMapClause)
  309 OPENMP_CLAUSE(num_teams, OMPNumTeamsClause)
  310 OPENMP_CLAUSE(thread_limit, OMPThreadLimitClause)
  311 OPENMP_CLAUSE(priority, OMPPriorityClause)
  312 OPENMP_CLAUSE(grainsize, OMPGrainsizeClause)
  313 OPENMP_CLAUSE(nogroup, OMPNogroupClause)
  314 OPENMP_CLAUSE(num_tasks, OMPNumTasksClause)
  315 OPENMP_CLAUSE(hint, OMPHintClause)
  316 OPENMP_CLAUSE(dist_schedule, OMPDistScheduleClause)
  317 OPENMP_CLAUSE(defaultmap, OMPDefaultmapClause)
  318 OPENMP_CLAUSE(to, OMPToClause)
  319 OPENMP_CLAUSE(from, OMPFromClause)
  320 OPENMP_CLAUSE(use_device_ptr, OMPUseDevicePtrClause)
  321 OPENMP_CLAUSE(is_device_ptr, OMPIsDevicePtrClause)
  322 OPENMP_CLAUSE(task_reduction,  OMPTaskReductionClause)
  323 OPENMP_CLAUSE(in_reduction,  OMPInReductionClause)
  324 OPENMP_CLAUSE(unified_address, OMPUnifiedAddressClause)
  325 OPENMP_CLAUSE(unified_shared_memory, OMPUnifiedSharedMemoryClause)
  326 OPENMP_CLAUSE(reverse_offload, OMPReverseOffloadClause)
  327 OPENMP_CLAUSE(dynamic_allocators, OMPDynamicAllocatorsClause)
  328 OPENMP_CLAUSE(atomic_default_mem_order, OMPAtomicDefaultMemOrderClause)
  329 OPENMP_CLAUSE(allocate, OMPAllocateClause)