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

References

tools/clang/include/clang/Basic/SyncScope.h
   50 inline llvm::StringRef getAsString(SyncScope S) {
   52   case SyncScope::OpenCLWorkGroup:
   54   case SyncScope::OpenCLDevice:
   56   case SyncScope::OpenCLAllSVMDevices:
   58   case SyncScope::OpenCLSubGroup:
   73   virtual SyncScope map(unsigned S) const = 0;
  109   SyncScope map(unsigned S) const override {
  112       return SyncScope::OpenCLWorkGroup;
  114       return SyncScope::OpenCLDevice;
  116       return SyncScope::OpenCLAllSVMDevices;
  118       return SyncScope::OpenCLSubGroup;
tools/clang/lib/CodeGen/TargetInfo.cpp
  468                                       SyncScope Scope,
 7907                                          SyncScope Scope,
 8077                                             SyncScope Scope,
 8082   case SyncScope::OpenCLWorkGroup:
 8085   case SyncScope::OpenCLDevice:
 8088   case SyncScope::OpenCLAllSVMDevices:
 8091   case SyncScope::OpenCLSubGroup:
tools/clang/lib/CodeGen/TargetInfo.h
  277                                                  SyncScope Scope,