Home
last modified time | relevance | path

Searched refs:storage_type (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrorOr.h64 using storage_type = typename std::conditional<isRef, wrap, T>::type;
91 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError()
148 getStorage()->~storage_type(); in ~ErrorOr()
181 new (getStorage()) storage_type(*Other.getStorage()); in copyConstruct()
213 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct()
242 storage_type *getStorage() { in getStorage()
244 return reinterpret_cast<storage_type*>(TStorage.buffer); in getStorage()
247 const storage_type *getStorage() const { in getStorage()
249 return reinterpret_cast<const storage_type*>(TStorage.buffer); in getStorage()
262 AlignedCharArrayUnion<storage_type> TStorage;
DError.h444 using storage_type = typename std::conditional<isRef, wrap, T>::type;
483 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError()
518 getStorage()->~storage_type(); in ~Expected()
602 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct()
625 storage_type *getStorage() { in getStorage()
627 return reinterpret_cast<storage_type *>(TStorage.buffer); in getStorage()
630 const storage_type *getStorage() const { in getStorage()
632 return reinterpret_cast<const storage_type *>(TStorage.buffer); in getStorage()
676 AlignedCharArrayUnion<storage_type> TStorage;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h74 typedef typename std::conditional<isRef, wrap, T>::type storage_type; typedef
101 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError()
158 getStorage()->~storage_type(); in ~ErrorOr()
191 new (getStorage()) storage_type(*Other.getStorage()); in copyConstruct()
223 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct()
252 storage_type *getStorage() { in getStorage()
254 return reinterpret_cast<storage_type*>(TStorage.buffer); in getStorage()
257 const storage_type *getStorage() const { in getStorage()
259 return reinterpret_cast<const storage_type*>(TStorage.buffer); in getStorage()
272 AlignedCharArrayUnion<storage_type> TStorage;
DError.h639 typedef typename std::conditional<isRef, wrap, T>::type storage_type; typedef
678 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError()
713 getStorage()->~storage_type(); in ~Expected()
797 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct()
820 storage_type *getStorage() { in getStorage()
822 return reinterpret_cast<storage_type *>(TStorage.buffer); in getStorage()
825 const storage_type *getStorage() const { in getStorage()
827 return reinterpret_cast<const storage_type *>(TStorage.buffer); in getStorage()
852 AlignedCharArrayUnion<storage_type> TStorage;
/third_party/mesa3d/src/virtio/vulkan/
Dvn_cs.c114 if (enc->storage_type == VN_CS_ENCODER_STORAGE_SHMEM_POOL) { in vn_cs_encoder_gc_buffers()
150 enum vn_cs_encoder_storage_type storage_type, in vn_cs_encoder_init() argument
154 assert(storage_type != VN_CS_ENCODER_STORAGE_POINTER); in vn_cs_encoder_init()
158 enc->storage_type = storage_type; in vn_cs_encoder_init()
165 if (unlikely(enc->storage_type == VN_CS_ENCODER_STORAGE_POINTER)) in vn_cs_encoder_fini()
228 if (unlikely(enc->storage_type == VN_CS_ENCODER_STORAGE_POINTER)) in vn_cs_encoder_reserve_internal()
241 if (enc->storage_type == VN_CS_ENCODER_STORAGE_SHMEM_ARRAY) { in vn_cs_encoder_reserve_internal()
264 if (enc->storage_type == VN_CS_ENCODER_STORAGE_SHMEM_ARRAY) { in vn_cs_encoder_reserve_internal()
268 assert(enc->storage_type == VN_CS_ENCODER_STORAGE_SHMEM_POOL); in vn_cs_encoder_reserve_internal()
Dvn_cs.h20 .storage_type = VN_CS_ENCODER_STORAGE_POINTER, \
29 .storage_type = VN_CS_ENCODER_STORAGE_POINTER, .buffers = (buf), \
58 enum vn_cs_encoder_storage_type storage_type; member
114 enum vn_cs_encoder_storage_type storage_type,
Dvn_instance.c483 assert(cs->storage_type == VN_CS_ENCODER_STORAGE_POINTER && in vn_instance_ring_cs_upload_locked()
513 if (!direct && cs->storage_type == VN_CS_ENCODER_STORAGE_POINTER) { in vn_instance_ring_submit_locked()
517 assert(cs->storage_type != VN_CS_ENCODER_STORAGE_POINTER); in vn_instance_ring_submit_locked()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceClFlags.h63 using storage_type = std::vector<std::string>;
68 using storage_type = Ice::VerboseMask;
73 using storage_type = T;
78 using storage_type = T;
115 detail::cl_type_traits<Type, cl_detail::ClType>::storage_type; \
DIceClFlags.cpp168 detail::cl_type_traits<Type, cl_detail::ClType>::storage_type>( \ in resetClFlags()
/third_party/ltp/tools/sparse/sparse-src/
Dstorage.h13 enum storage_type { enum
32 enum storage_type type;
Dcompile-i386.c92 enum storage_type { enum
110 enum storage_type type;
508 static struct storage *new_storage(enum storage_type type) in new_storage()
/third_party/lwip/src/apps/snmp/
Dsnmp_snmpv2_usm.c281 snmpv3_user_storagetype_t storage_type; in usmusertable_get_value() local
318 snmpv3_get_user_storagetype((const char *)cell_instance->reference.ptr, &storage_type); in usmusertable_get_value()
319 *(s32_t *)value = storage_type; in usmusertable_get_value()
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.h243 const sem::Type* storage_type,
256 const sem::Type* storage_type);
277 const sem::Type* storage_type,
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dparser_impl.cc1601 const Type* storage_type, in MakeVariable() argument
1605 if (storage_type == nullptr) { in MakeVariable()
1613 if (auto* tn = storage_type->As<Named>()) { in MakeVariable()
1627 if (!ConvertDecorationsForVariable(id, &storage_type, &decorations, in MakeVariable()
1639 access, storage_type->Build(builder_), is_const, in MakeVariable()
Dparser_impl.h430 const Type* storage_type,
Dfunction.cc3410 auto* storage_type = in EmitStatementsInBasicBlock() local
3414 parser_impl_.MakeVariable(id, ast::StorageClass::kNone, storage_type, in EmitStatementsInBasicBlock()
3416 auto* type = ty_.Reference(storage_type, ast::StorageClass::kNone); in EmitStatementsInBasicBlock()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp18083 const char* storage_type; member
18651 specs["store_tr"] = string(testTypes[testFunc.typeResult].storage_type); in createFloat16ArithmeticFuncTest()
18652 specs["store_t0"] = string(testTypes[testFunc.typeArg0].storage_type); in createFloat16ArithmeticFuncTest()
18653 specs["store_t1"] = string(testTypes[testFunc.typeArg1].storage_type); in createFloat16ArithmeticFuncTest()
18654 specs["store_t2"] = string(testTypes[testFunc.typeArg2].storage_type); in createFloat16ArithmeticFuncTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp18083 const char* storage_type; member
18651 specs["store_tr"] = string(testTypes[testFunc.typeResult].storage_type); in createFloat16ArithmeticFuncTest()
18652 specs["store_t0"] = string(testTypes[testFunc.typeArg0].storage_type); in createFloat16ArithmeticFuncTest()
18653 specs["store_t1"] = string(testTypes[testFunc.typeArg1].storage_type); in createFloat16ArithmeticFuncTest()
18654 specs["store_t2"] = string(testTypes[testFunc.typeArg2].storage_type); in createFloat16ArithmeticFuncTest()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp44970 class storage_type : public ExtentType class in mozilla::Span
44974 storage_type(pointer elements, in storage_type() function in mozilla::Span::storage_type
44990 storage_type<span_details::extent_type<Extent>> storage_;
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest12-pr18844.so.abi24929 …<typedef-decl name='storage_type' type-id='type-id-176' filepath='src/third_party/boost-1.56.0/boo…
25106 …<typedef-decl name='storage_type' type-id='type-id-178' filepath='src/third_party/boost-1.56.0/boo…
25330 …<typedef-decl name='storage_type' type-id='type-id-180' filepath='src/third_party/boost-1.56.0/boo…