HomeSort by relevance Sort by last modified time
    Searched defs:SyncScope (Results 1 - 17 of 17) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Basic/
SyncScope.h 1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope {
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope map(unsigned S) const = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Basic/
SyncScope.h 1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope {
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope map(unsigned S) const = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Basic/
SyncScope.h 1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope {
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope map(unsigned S) const = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Basic/
SyncScope.h 1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope {
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope map(unsigned S) const = 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Basic/
SyncScope.h 1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope {
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope map(unsigned S) const = 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Basic/
SyncScope.h 1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope {
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope map(unsigned S) const = 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Basic/
SyncScope.h 1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope {
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope map(unsigned S) const = 0
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Basic/
SyncScope.h 1 //===--- SyncScope.h - Atomic synchronization scopes ------------*- C++ -*-===//
39 /// Add the enum value to enum class SyncScope.
43 enum class SyncScope {
51 inline llvm::StringRef getAsString(SyncScope S) {
53 case SyncScope::OpenCLWorkGroup:
55 case SyncScope::OpenCLDevice:
57 case SyncScope::OpenCLAllSVMDevices:
59 case SyncScope::OpenCLSubGroup:
73 /// SyncScope enum.
74 virtual SyncScope map(unsigned S) const = 0
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
LLVMContext.h 46 namespace SyncScope {
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
LLVMContext.h 46 namespace SyncScope {
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
LLVMContext.h 46 namespace SyncScope {
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
LLVMContext.h 46 namespace SyncScope {
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
LLVMContext.h 46 namespace SyncScope {
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
LLVMContext.h 46 namespace SyncScope {
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
LLVMContext.h 46 namespace SyncScope {
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
LLVMContext.h 46 namespace SyncScope {
62 } // end namespace SyncScope
137 SyncScope::ID getOrInsertSyncScopeID(StringRef SSN);
  /external/vulkan-validation-layers/layers/
core_validation.h 76 enum SyncScope {
90 SyncScope scope;
100 SyncScope scope;

Completed in 1457 milliseconds