Home
last modified time | relevance | path

Searched +defs:allocate +defs:storage (Results 1 – 25 of 197) sorted by relevance

12345678

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dallocate_hint.pass.cpp32 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n) in allocate() function
38 value_type storage; member
46 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n, const void* p) in allocate() function
53 value_type storage; member
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dallocate_hint.pass.cpp35 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n) in allocate() function
41 value_type storage; member
49 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n, const void* p) in allocate() function
56 value_type storage; member
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dallocate_hint.pass.cpp35 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n) in allocate() function
41 value_type storage; member
49 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n, const void* p) in allocate() function
56 value_type storage; member
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dallocate_hint.pass.cpp32 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n) in allocate() function
38 value_type storage; member
46 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n, const void* p) in allocate() function
53 value_type storage; member
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dallocate_hint.pass.cpp35 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n) in allocate() function
41 value_type storage; member
49 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n, const void* p) in allocate() function
56 value_type storage; member
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.members/
H A Dallocate_hint.pass.cpp35 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n) in allocate() function
41 value_type storage; member
49 TEST_CONSTEXPR_CXX20 value_type* allocate(std::size_t n, const void* p) in allocate() function
56 value_type storage; member
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/context/
H A Dpooled_fixedsize_stack.hpp37 class storage { class in boost::context::basic_pooled_fixedsize_stack
44 storage( std::size_t stack_size, std::size_t next_size, std::size_t max_size) : in storage() function in boost::context::basic_pooled_fixedsize_stack::storage
51 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack::storage
98 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/mlir/include/mlir/Support/
H A DStorageUniquer.h113 template <typename T> T *allocate() { return allocator.Allocate<T>(); } in allocate() function
116 void *allocate(size_t size, size_t alignment) { in allocate() function
161 auto *storage = new (allocator.allocate<Storage>()) Storage(); in registerSingletonStorageType() local
198 auto *storage = Storage::construct(allocator, derivedKey); in get() local
238 LogicalResult mutate(TypeID id, Storage *storage, Args &&...args) { in mutate()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/include/mlir/Support/
H A DStorageUniquer.h111 template <typename T> T *allocate() { return allocator.Allocate<T>(); } in allocate() function
114 void *allocate(size_t size, size_t alignment) { in allocate() function
153 auto *storage = new (allocator.allocate<Storage>()) Storage(); in registerSingletonStorageType() local
190 auto *storage = Storage::construct(allocator, derivedKey); in get() local
230 LogicalResult mutate(TypeID id, Storage *storage, Args &&...args) { in mutate()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/mlir/include/mlir/Support/
H A DStorageUniquer.h113 template <typename T> T *allocate() { return allocator.Allocate<T>(); } in allocate() function
116 void *allocate(size_t size, size_t alignment) { in allocate() function
161 auto *storage = new (allocator.allocate<Storage>()) Storage(); in registerSingletonStorageType() local
198 auto *storage = Storage::construct(allocator, derivedKey); in get() local
238 LogicalResult mutate(TypeID id, Storage *storage, Args &&...args) { in mutate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/Support/
H A DStorageUniquer.h111 template <typename T> T *allocate() { return allocator.Allocate<T>(); } in allocate() function
114 void *allocate(size_t size, size_t alignment) { in allocate() function
153 auto *storage = new (allocator.allocate<Storage>()) Storage(); in registerSingletonStorageType() local
190 auto *storage = Storage::construct(allocator, derivedKey); in get() local
230 LogicalResult mutate(TypeID id, Storage *storage, Args &&...args) { in mutate()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/mlir/include/mlir/Support/
H A DStorageUniquer.h113 template <typename T> T *allocate() { return allocator.Allocate<T>(); } in allocate() function
116 void *allocate(size_t size, size_t alignment) { in allocate() function
161 auto *storage = new (allocator.allocate<Storage>()) Storage(); in registerSingletonStorageType() local
198 auto *storage = Storage::construct(allocator, derivedKey); in get() local
238 LogicalResult mutate(TypeID id, Storage *storage, Args &&...args) { in mutate()
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/include/mlir/Support/
H A DStorageUniquer.h111 template <typename T> T *allocate() { return allocator.Allocate<T>(); } in allocate() function
114 void *allocate(size_t size, size_t alignment) { in allocate() function
153 auto *storage = new (allocator.allocate<Storage>()) Storage(); in registerSingletonStorageType() local
190 auto *storage = Storage::construct(allocator, derivedKey); in get() local
230 LogicalResult mutate(TypeID id, Storage *storage, Args &&...args) { in mutate()
/dports/devel/llvm13/llvm-project-13.0.1.src/mlir/include/mlir/Support/
H A DStorageUniquer.h113 template <typename T> T *allocate() { return allocator.Allocate<T>(); } in allocate() function
116 void *allocate(size_t size, size_t alignment) { in allocate() function
161 auto *storage = new (allocator.allocate<Storage>()) Storage(); in registerSingletonStorageType() local
198 auto *storage = Storage::construct(allocator, derivedKey); in get() local
238 LogicalResult mutate(TypeID id, Storage *storage, Args &&...args) { in mutate()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/Support/
H A DStorageUniquer.h111 template <typename T> T *allocate() { return allocator.Allocate<T>(); } in allocate() function
114 void *allocate(size_t size, size_t alignment) { in allocate() function
144 auto *storage = Storage::construct(allocator, derivedKey); in get() local
161 auto *storage = new (allocator.allocate<Storage>()) Storage(); in get() local
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/Support/
H A DStorageUniquer.h109 template <typename T> T *allocate() { return allocator.Allocate<T>(); } in allocate() function
112 void *allocate(size_t size, size_t alignment) { in allocate() function
144 auto *storage = Storage::construct(allocator, derivedKey); in get() local
161 auto *storage = new (allocator.allocate<Storage>()) Storage(); in get() local
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/20_util/shared_ptr/cons/
H A D58659.cc40 value_type* allocate(size_t n) in allocate() function
54 static char storage[sizeof(spcd)]; member
58 char allocator<spcd>::storage[]; member in std::allocator<spcd>
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/20_util/shared_ptr/cons/
H A D58659.cc40 value_type* allocate(size_t n) in allocate() function
54 static char storage[sizeof(spcd)]; member
58 char allocator<spcd>::storage[]; member in std::allocator<spcd>
/dports/devel/boost-python-libs/boost_1_72_0/boost/context/
H A Dpooled_fixedsize_stack.hpp70 class storage { class in boost::context::basic_pooled_fixedsize_stack
81 storage( std::size_t stack_size, std::size_t next_size, std::size_t max_size) : in storage() function in boost::context::basic_pooled_fixedsize_stack::storage
88 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack::storage
135 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/context/
H A Dpooled_fixedsize_stack.hpp70 class storage { class in boost::context::basic_pooled_fixedsize_stack
81 storage( std::size_t stack_size, std::size_t next_size, std::size_t max_size) : in storage() function in boost::context::basic_pooled_fixedsize_stack::storage
88 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack::storage
135 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/context/
H A Dpooled_fixedsize_stack.hpp70 class storage { class in boost::context::basic_pooled_fixedsize_stack
81 storage( std::size_t stack_size, std::size_t next_size, std::size_t max_size) : in storage() function in boost::context::basic_pooled_fixedsize_stack::storage
88 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack::storage
135 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack
/dports/devel/boost-libs/boost_1_72_0/boost/context/
H A Dpooled_fixedsize_stack.hpp70 class storage { class in boost::context::basic_pooled_fixedsize_stack
81 storage( std::size_t stack_size, std::size_t next_size, std::size_t max_size) : in storage() function in boost::context::basic_pooled_fixedsize_stack::storage
88 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack::storage
135 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack
/dports/devel/hyperscan/boost_1_75_0/boost/context/
H A Dpooled_fixedsize_stack.hpp70 class storage { class in boost::context::basic_pooled_fixedsize_stack
81 storage( std::size_t stack_size, std::size_t next_size, std::size_t max_size) : in storage() function in boost::context::basic_pooled_fixedsize_stack::storage
88 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack::storage
135 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack
/dports/devel/boost-docs/boost_1_72_0/boost/context/
H A Dpooled_fixedsize_stack.hpp70 class storage { class in boost::context::basic_pooled_fixedsize_stack
81 storage( std::size_t stack_size, std::size_t next_size, std::size_t max_size) : in storage() function in boost::context::basic_pooled_fixedsize_stack::storage
88 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack::storage
135 stack_context allocate() { in allocate() function in boost::context::basic_pooled_fixedsize_stack
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/libcxx/utilities/memory/util.smartptr/util.smartptr.shared/
H A Dlibcxx.control_block_layout.pass.cpp106 T* allocate(std::size_t) { return nullptr; } in allocate() function
111 char storage[77]; member
115 T* allocate(std::size_t) { return nullptr; } in allocate() function
123 T* allocate(std::size_t) { return nullptr; } in allocate() function
128 char storage[88]; member
132 T* allocate(std::size_t) { return nullptr; } in allocate() function

12345678