Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h235 storage_type *getStorage() { in getStorage() function
240 const storage_type *getStorage() const { in getStorage() function
H A DError.h685 storage_type *getStorage() { in getStorage() function
690 const storage_type *getStorage() const { in getStorage() function
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h341 storage_type *getStorage() { in getStorage() function
346 const storage_type *getStorage() const { in getStorage() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h124 NamedDecl **getStorage() { in getStorage() function
127 NamedDecl * const *getStorage() const { in getStorage() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Coroutines/
H A DCoroInstr.h251 Value *getStorage() const { return getArgOperand(StorageArg); } in getStorage() function
325 Value *getStorage() const { in getStorage() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1123 DiagnosticStorage *getStorage() const { in getStorage() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp6347 static llvm::GlobalValue::DLLStorageClassTypes getStorage(CodeGenModule &CGM, in getStorage() function