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

Declarations

tools/clang/include/clang/Basic/OpenMPKinds.def
  325 OPENMP_CLAUSE(unified_shared_memory, OMPUnifiedSharedMemoryClause)

References

tools/clang/include/clang/AST/OpenMPClause.h
 1070       : OMPClause(OMPC_unified_shared_memory, StartLoc, EndLoc) {}
 1074       : OMPClause(OMPC_unified_shared_memory, SourceLocation(), SourceLocation()) {}
 1092     return T->getClauseKind() == OMPC_unified_shared_memory;
tools/clang/include/clang/Basic/OpenMPKinds.def
  525 OPENMP_REQUIRES_CLAUSE(unified_shared_memory)
tools/clang/lib/AST/OpenMPClause.cpp
  132   case OMPC_unified_shared_memory:
  210   case OMPC_unified_shared_memory:
tools/clang/lib/Basic/OpenMPKinds.cpp
  203   case OMPC_unified_shared_memory:
  397   case OMPC_unified_shared_memory:
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 9785     if (Clause->getClauseKind() == OMPC_unified_shared_memory) {
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4952     if (Clause->getClauseKind() == OMPC_unified_shared_memory) {
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 4071   case OMPC_unified_shared_memory:
tools/clang/lib/Parse/ParseOpenMP.cpp
 2069   case OMPC_unified_shared_memory:
tools/clang/lib/Sema/SemaOpenMP.cpp
 4658       case OMPC_unified_shared_memory:
10318   case OMPC_unified_shared_memory:
10961   case OMPC_unified_shared_memory:
11383   case OMPC_unified_shared_memory:
11562   case OMPC_unified_shared_memory:
11726   case OMPC_unified_shared_memory:
11981   case OMPC_unified_shared_memory:
tools/clang/lib/Serialization/ASTReader.cpp
12343   case OMPC_unified_shared_memory: