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

References

tools/clang/lib/Basic/OpenMPKinds.cpp
  923   return DKind == OMPD_for || DKind == OMPD_for_simd ||
  923   return DKind == OMPD_for || DKind == OMPD_for_simd ||
  924          DKind == OMPD_sections || DKind == OMPD_section ||
  924          DKind == OMPD_sections || DKind == OMPD_section ||
  925          DKind == OMPD_single || DKind == OMPD_parallel_for ||
  925          DKind == OMPD_single || DKind == OMPD_parallel_for ||
  926          DKind == OMPD_parallel_for_simd || DKind == OMPD_parallel_sections ||
  926          DKind == OMPD_parallel_for_simd || DKind == OMPD_parallel_sections ||
  927          DKind == OMPD_target_parallel_for ||
  928          DKind == OMPD_distribute_parallel_for ||
  929          DKind == OMPD_distribute_parallel_for_simd ||
  930          DKind == OMPD_target_parallel_for_simd ||
  931          DKind == OMPD_teams_distribute_parallel_for_simd ||
  932          DKind == OMPD_teams_distribute_parallel_for ||
  933          DKind == OMPD_target_teams_distribute_parallel_for ||
  934          DKind == OMPD_target_teams_distribute_parallel_for_simd;