Home
last modified time | relevance | path

Searched defs:getStorage (Results 1 – 20 of 20) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DErrorOr.h242 storage_type *getStorage() { in getStorage() function
247 const storage_type *getStorage() const { in getStorage() function
DError.h625 storage_type *getStorage() { in getStorage() function
630 const storage_type *getStorage() const { in getStorage() function
/external/llvm-project/llvm/include/llvm/Support/
DErrorOr.h235 storage_type *getStorage() { in getStorage() function
240 const storage_type *getStorage() const { in getStorage() function
DError.h629 storage_type *getStorage() { in getStorage() function
634 const storage_type *getStorage() const { in getStorage() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DErrorOr.h252 storage_type *getStorage() { in getStorage() function
257 const storage_type *getStorage() const { in getStorage() function
DError.h820 storage_type *getStorage() { in getStorage() function
825 const storage_type *getStorage() const { in getStorage() function
/external/llvm/include/llvm/Support/
DErrorOr.h252 storage_type *getStorage() { in getStorage() function
257 const storage_type *getStorage() const { in getStorage() function
DError.h785 storage_type *getStorage() { in getStorage() function
790 const storage_type *getStorage() const { in getStorage() function
/external/deqp/framework/randomshaders/
DrsgVariable.hpp58 Storage getStorage (void) const { return m_storage; } in getStorage() function in rsg::Variable
DrsgProgramExecutor.cpp97 VaryingStorage* VaryingStore::getStorage (const VariableType& type, const char* name) in getStorage() function in rsg::VaryingStore
/external/clang/include/clang/AST/
DTemplateName.h99 NamedDecl **getStorage() { in getStorage() function
102 NamedDecl * const *getStorage() const { in getStorage() function
/external/llvm-project/clang/include/clang/AST/
DTemplateName.h111 NamedDecl **getStorage() { in getStorage() function
114 NamedDecl * const *getStorage() const { in getStorage() function
/external/clang/include/clang/Basic/
DPartialDiagnostic.h126 Storage *getStorage() const { in getStorage() function
/external/llvm-project/llvm/lib/Transforms/Coroutines/
DCoroInstr.h218 Value *getStorage() const { in getStorage() function
296 Value *getStorage() const { in getStorage() function
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/
DCompilationUnit.java559 public Optional<Storage> getStorage() { in getStorage() method in CompilationUnit
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroInstr.h218 Value *getStorage() const { in getStorage() function
/external/llvm-project/mlir/include/mlir/IR/
DOperationSupport.h529 TrailingOperandStorage &getStorage() { in getStorage() function
/external/llvm-project/clang/include/clang/Basic/
DDiagnostic.h1111 DiagnosticStorage *getStorage() const { in getStorage() function
/external/angle/src/libANGLE/renderer/d3d/
DTextureD3D.cpp417 TextureStorage *TextureD3D::getStorage() in getStorage() function in rx::TextureD3D
/external/llvm-project/clang/lib/CodeGen/
DCGObjCMac.cpp6495 static llvm::GlobalValue::DLLStorageClassTypes getStorage(CodeGenModule &CGM, in getStorage() function