/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | ErrorOr.h | 91 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 …]
|
D | Error.h | 483 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/ |
D | ErrorOr.h | 101 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 …]
|
D | Error.h | 678 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/ |
D | rsgProgramExecutor.cpp | 78 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()
|
D | rsgShaderGenerator.cpp | 104 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()
|
D | rsgVariable.hpp | 58 Storage getStorage (void) const { return m_storage; } in getStorage() function in rsg::Variable
|
D | rsgStatement.cpp | 231 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()
|
D | rsgVariableManager.hpp | 304 switch (entry->getVariable()->getStorage()) in operator ()() 327 return entry->getVariable()->getStorage() == Storage; in operator ()()
|
D | rsgShader.cpp | 88 if (var->getStorage() == Variable::STORAGE_SHADER_OUT) in getOutputs()
|
D | rsgVariableManager.cpp | 270 if (variable->getStorage() == Variable::STORAGE_SHADER_IN) in setStorage() 275 else if (variable->getStorage() == Variable::STORAGE_UNIFORM) in setStorage()
|
D | rsgExpression.cpp | 51 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/ |
D | ohos_data_Storage.js | 35 getStorage: function (...args) { method
|
D | system_storage.js | 25 getStorage: function (...args) { method
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroInstr.h | 218 Value *getStorage() const { in getStorage() function
|
D | CoroSplit.cpp | 1218 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/ |
D | TextureD3D.h | 96 TextureStorage *getStorage();
|
D | TextureD3D.cpp | 410 TextureStorage *TextureD3D::getStorage() in getStorage() function in rx::TextureD3D
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/ |
D | TextureD3D.h | 101 TextureStorage *getStorage();
|
D | TextureD3D.cpp | 418 TextureStorage *TextureD3D::getStorage() in getStorage() function in rx::TextureD3D
|