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

References

gen/tools/clang/include/clang/AST/AttrTextNodeDump.inc
  405     case OMPAllocateDeclAttr::OMPDefaultMemAlloc:
gen/tools/clang/include/clang/AST/Attrs.inc
 8380       .Case("omp_default_mem_alloc", OMPAllocateDeclAttr::OMPDefaultMemAlloc)
 8399     case OMPAllocateDeclAttr::OMPDefaultMemAlloc: return "omp_default_mem_alloc";
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 9798   case OMPAllocateDeclAttr::OMPDefaultMemAlloc:
10976   if (AA->getAllocatorType() == OMPAllocateDeclAttr::OMPDefaultMemAlloc &&
tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 4741     case OMPAllocateDeclAttr::OMPDefaultMemAlloc:
 4907   case OMPAllocateDeclAttr::OMPDefaultMemAlloc:
tools/clang/lib/Sema/SemaOpenMP.cpp
 2506     return OMPAllocateDeclAttr::OMPDefaultMemAlloc;
 2513   for (int I = OMPAllocateDeclAttr::OMPDefaultMemAlloc;
11212   for (int I = OMPAllocateDeclAttr::OMPDefaultMemAlloc;