Home
last modified time | relevance | path

Searched refs:getStorage (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.h91 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError()
148 getStorage()->~storage_type(); in ~ErrorOr()
156 reference get() { return *getStorage(); } in get()
164 return toPointer(getStorage());
167 const_pointer operator->() const { return toPointer(getStorage()); }
170 return *getStorage();
173 const_reference operator*() const { return *getStorage(); }
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() function
[all …]
DError.h483 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError()
518 getStorage()->~storage_type(); in ~Expected()
534 return *getStorage(); in get()
562 return toPointer(getStorage());
568 return toPointer(getStorage());
574 return *getStorage();
580 return *getStorage();
602 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct()
625 storage_type *getStorage() { in getStorage() function
630 const storage_type *getStorage() const { in getStorage() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h101 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError()
158 getStorage()->~storage_type(); in ~ErrorOr()
166 reference get() { return *getStorage(); } in get()
174 return toPointer(getStorage());
177 const_pointer operator->() const { return toPointer(getStorage()); }
180 return *getStorage();
183 const_reference operator*() const { return *getStorage(); }
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() function
[all …]
DError.h678 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError()
713 getStorage()->~storage_type(); in ~Expected()
729 return *getStorage(); in get()
757 return toPointer(getStorage());
763 return toPointer(getStorage());
769 return *getStorage();
775 return *getStorage();
797 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct()
820 storage_type *getStorage() { in getStorage() function
825 const storage_type *getStorage() const { in getStorage() function
/third_party/vk-gl-cts/framework/randomshaders/
DrsgProgramExecutor.cpp78 VaryingStorage* getStorage (const VariableType& type, const char* name);
97 VaryingStorage* VaryingStore::getStorage (const VariableType& type, const char* name) in getStorage() function in rsg::VaryingStore
266 VaryingStorage* dst = varyingStore.getStorage(output->getType(), output->getName()); in execute()
319 const VaryingStorage* src = varyingStore.getStorage(type, input->getVariable()->getName()); in execute()
DrsgShaderGenerator.cpp104 if (outVar->getStorage() != Variable::STORAGE_SHADER_OUT) in genVertexPassthrough()
232 if (variable->getStorage() == Variable::STORAGE_SHADER_OUT) in generate()
285 switch (variable->getStorage()) in generate()
DrsgVariable.hpp58 Storage getStorage (void) const { return m_storage; } in getStorage() function in rsg::Variable
DrsgStatement.cpp231 return variable->getStorage() == Variable::STORAGE_LOCAL; in canDeclareVariable()
275 switch (m_variable->getStorage()) in DeclarationStatement()
302 bool isConst = m_variable->getStorage() == Variable::STORAGE_CONST; in DeclarationStatement()
DrsgVariableManager.hpp304 switch (entry->getVariable()->getStorage()) in operator ()()
327 return entry->getVariable()->getStorage() == Storage; in operator ()()
DrsgShader.cpp88 if (var->getStorage() == Variable::STORAGE_SHADER_OUT) in getOutputs()
DrsgVariableManager.cpp270 if (variable->getStorage() == Variable::STORAGE_SHADER_IN) in setStorage()
275 else if (variable->getStorage() == Variable::STORAGE_UNIFORM) in setStorage()
DrsgExpression.cpp51 if ((m_exprFlags & CONST_EXPR) && (entry->getVariable()->getStorage() != Variable::STORAGE_CONST)) in operator ()()
147 DE_ASSERT(entry->getVariable()->getStorage() == Variable::STORAGE_UNIFORM); in operator ()()
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_data_Storage.js35 getStorage: function (...args) { method
Dsystem_storage.js25 getStorage: function (...args) { method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInstr.h218 Value *getStorage() const { in getStorage() function
DCoroSplit.cpp1218 RawFramePtr = Id->getStorage(); in splitRetconCoroutine()
1233 auto Dest = Builder.CreateBitCast(Id->getStorage(), in splitRetconCoroutine()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureD3D.h96 TextureStorage *getStorage();
DTextureD3D.cpp410 TextureStorage *TextureD3D::getStorage() in getStorage() function in rx::TextureD3D
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DTextureD3D.h101 TextureStorage *getStorage();
DTextureD3D.cpp418 TextureStorage *TextureD3D::getStorage() in getStorage() function in rx::TextureD3D