/llvm-project/libcxx/test/std/depr/depr.c.headers/ |
H A D | string_h.pass.cpp | 50 char storage[] = "hello world"; in main() local 58 char storage[] = "hello world"; in main() local 67 char storage[] = "hello world"; in main() local 75 char storage[] = "hello world"; in main() local 84 char storage[] = "hello world"; in main() local 92 char storage[] = "hello world"; in main() local 101 char storage[] = "hello world"; in main() local 110 char storage[] = "hello world"; in main() local 120 char storage[] = "hello world"; in main() local 128 char storage[] = "hello world"; in main() local
|
/llvm-project/libcxx/test/std/strings/c.strings/ |
H A D | cstring.pass.cpp | 51 char storage[] = "hello world"; in main() local 59 char storage[] = "hello world"; in main() local 68 char storage[] = "hello world"; in main() local 76 char storage[] = "hello world"; in main() local 85 char storage[] = "hello world"; in main() local 93 char storage[] = "hello world"; in main() local 102 char storage[] = "hello world"; in main() local 111 char storage[] = "hello world"; in main() local 121 char storage[] = "hello world"; in main() local 129 char storage[] = "hello world"; in main() local
|
/llvm-project/mlir/lib/IR/ |
H A D | ODSSupport.cpp | 22 mlir::convertFromAttribute(int64_t &storage, Attribute attr, in convertFromAttribute() argument 32 Attribute mlir::convertToAttribute(MLIRContext *ctx, int64_t storage) { in convertToAttribute() argument 38 convertDenseArrayFromAttr(MutableArrayRef<T> storage,Attribute attr,function_ref<InFlightDiagnostic ()> emitError,StringRef denseArrayTyStr) convertDenseArrayFromAttr() argument 55 convertFromAttribute(MutableArrayRef<int64_t> storage,Attribute attr,function_ref<InFlightDiagnostic ()> emitError) convertFromAttribute() argument 61 convertFromAttribute(MutableArrayRef<int32_t> storage,Attribute attr,function_ref<InFlightDiagnostic ()> emitError) convertFromAttribute() argument 68 convertToAttribute(MLIRContext * ctx,ArrayRef<int64_t> storage) convertToAttribute() argument [all...] |
/llvm-project/libc/benchmarks/gpu/timing/nvptx/ |
H A D | timing.h | 32 volatile auto storage = result; overhead() local 43 volatile T storage = t; latency() local 75 volatile T1 storage = t1; latency() local
|
/llvm-project/lldb/source/Target/ |
H A D | Trace.cpp | 189 Storage &storage = GetUpdatedStorage(); in GetLiveThreadBinaryDataSize() local 195 Storage &storage = GetUpdatedStorage(); in GetLiveCpuBinaryDataSize() local 201 Storage &storage = GetUpdatedStorage(); in GetLiveProcessBinaryDataSize() local 376 Storage &storage = GetUpdatedStorage(); in GetPostMortemThreadDataFile() local 389 Storage &storage = GetUpdatedStorage(); in GetPostMortemCpuDataFile() local 402 Storage &storage = GetUpdatedStorage(); in SetPostMortemThreadDataFile() local 408 Storage &storage = GetUpdatedStorage(); in SetPostMortemCpuDataFile() local 424 Storage &storage = GetUpdatedStorage(); in OnLiveCpuBinaryDataRead() local 484 Storage &storage = GetUpdatedStorage(); in OnAllCpusBinaryDataRead() local 514 Storage &storage = GetUpdatedStorage(); in GetTracedCpus() local [all …]
|
/llvm-project/mlir/lib/Dialect/SPIRV/IR/ |
H A D | SPIRVTypes.cpp | 71 std::optional<StorageClass> storage) { in getExtensions() argument 77 std::optional<StorageClass> storage) { in getCapabilities() argument 151 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument 165 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument 254 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument 262 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument 321 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument 330 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument 492 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument 504 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument 552 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument 558 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument 591 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument 623 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument 630 STORAGE_CASE(storage,cap8,cap16) getCapabilities() argument 742 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument 762 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument 830 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument 836 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument 1130 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument 1137 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument 1229 getExtensions(SPIRVType::ExtensionArrayRefVector & extensions,std::optional<StorageClass> storage) getExtensions() argument 1235 getCapabilities(SPIRVType::CapabilityArrayRefVector & capabilities,std::optional<StorageClass> storage) getCapabilities() argument [all...] |
/llvm-project/mlir/lib/Conversion/MemRefToSPIRV/ |
H A D | MapMemRefStorageClassPass.cpp | 77 #define STORAGE_SPACE_MAP_FN(storage, space) \ in mapMemorySpaceToVulkanStorageClass() argument 93 #define STORAGE_SPACE_MAP_FN(storage, space) \ in mapVulkanStorageClassToMemorySpace() argument 131 #define STORAGE_SPACE_MAP_FN(storage, space) \ in mapMemorySpaceToOpenCLStorageClass() argument 147 #define STORAGE_SPACE_MAP_FN(storage, space) \ in mapOpenCLStorageClassToMemorySpace() argument 174 std::optional<spirv::StorageClass> storage = in MemorySpaceToStorageClassConverter() local
|
/llvm-project/mlir/include/mlir/Support/ |
H A D | StorageUniquer.h | 172 auto *storage = new (allocator.allocate<Storage>()) Storage(); in registerSingletonStorageType() local 210 auto *storage = Storage::construct(allocator, std::move(derivedKey)); in get() local 252 LogicalResult mutate(TypeID id, Storage *storage, Args &&...args) { in mutate()
|
H A D | TypeID.h | 140 TypeID(const Storage *storage) : storage(storage) {} in TypeID() 143 const Storage *storage; variable
|
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/ |
H A D | allocate_hint.pass.cpp | 38 value_type storage; member 53 value_type storage; member
|
/llvm-project/mlir/include/mlir-c/Dialect/Transform/ |
H A D | Interpreter.h | 21 #define DEFINE_C_API_STRUCT(name, storage) \ argument
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_ring_buffer.h | 98 void Init(void *storage, uptr size) { in Init() 116 CompactRingBuffer(void *storage, uptr size) { in CompactRingBuffer() 121 CompactRingBuffer(const CompactRingBuffer &other, void *storage) { in CompactRingBuffer()
|
/llvm-project/mlir/include/mlir-c/ |
H A D | Rewrite.h | 30 #define DEFINE_C_API_STRUCT(name, storage) \ argument
|
H A D | IntegerSet.h | 32 #define DEFINE_C_API_STRUCT(name, storage) \ argument
|
H A D | AffineMap.h | 33 #define DEFINE_C_API_STRUCT(name, storage) \ argument
|
H A D | AffineExpr.h | 32 #define DEFINE_C_API_STRUCT(name, storage) \ argument
|
H A D | ExecutionEngine.h | 25 #define DEFINE_C_API_STRUCT(name, storage) \ argument
|
/llvm-project/lld/Common/ |
H A D | Memory.cpp | 21 void *storage = context().bAlloc.Allocate(size, align); in getOrCreate() local
|
/llvm-project/lldb/test/API/lang/cpp/thread_local/ |
H A D | main.cpp | 1 int storage = 45; variable
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_thread_list.cpp | 14 void InitThreadList(uptr storage, uptr size) { in InitThreadList() argument
|
/llvm-project/flang/module/ |
H A D | __ppc_types.f90 | 19 integer(16) :: storage variable
|
/llvm-project/clang/test/PCH/ |
H A D | cxx-attrs-packexpansion.cpp | 13 alignas(Types...) T storage[10]; member
|
/llvm-project/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.buffer/ |
H A D | test.pass.cpp | 23 std::string storage; in main() local
|
/llvm-project/mlir/include/mlir/CAPI/ |
H A D | Wrap.h | 41 llvm::SmallVectorImpl<CppTy> &storage) { in unwrapList()
|
/llvm-project/flang/unittests/Runtime/ |
H A D | TemporaryStack.cpp | 69 void *storage = RTNAME(CreateValueStack)(__FILE__, __LINE__); in TEST() local 99 void *storage = RTNAME(CreateValueStack)(__FILE__, __LINE__); in TEST() local 184 void *storage = RTNAME(CreateDescriptorStack)(__FILE__, __LINE__); in TEST() local 210 void *storage = RTNAME(CreateDescriptorStack)(__FILE__, __LINE__); in TEST() local
|