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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4621   if (Kind == OMPD_parallel || Kind == OMPD_task ||
 4621   if (Kind == OMPD_parallel || Kind == OMPD_task ||
 4622       Kind == OMPD_target_parallel)
 4624   assert(Kind == OMPD_for || Kind == OMPD_section || Kind == OMPD_sections ||
 4624   assert(Kind == OMPD_for || Kind == OMPD_section || Kind == OMPD_sections ||
 4624   assert(Kind == OMPD_for || Kind == OMPD_section || Kind == OMPD_sections ||
 4625          Kind == OMPD_parallel_sections || Kind == OMPD_parallel_for ||
 4625          Kind == OMPD_parallel_sections || Kind == OMPD_parallel_for ||
 4626          Kind == OMPD_distribute_parallel_for ||
 4627          Kind == OMPD_target_parallel_for ||
 4628          Kind == OMPD_teams_distribute_parallel_for ||
 4629          Kind == OMPD_target_teams_distribute_parallel_for);