Home
last modified time | relevance | path

Searched refs:getStorage (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h90 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError()
141 getStorage()->~storage_type(); in ~ErrorOr()
149 reference get() { return *getStorage(); } in get()
157 return toPointer(getStorage());
160 const_pointer operator->() const { return toPointer(getStorage()); }
163 return *getStorage();
166 const_reference operator*() const { return *getStorage(); }
174 new (getStorage()) storage_type(*Other.getStorage()); in copyConstruct()
206 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct()
235 storage_type *getStorage() { in getStorage() function
[all …]
H A DError.h535 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError()
568 getStorage()->~storage_type(); in ~Expected()
584 return *getStorage(); in get()
622 return toPointer(getStorage());
628 return toPointer(getStorage());
634 return *getStorage();
640 return *getStorage();
662 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct()
685 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.h212 new (getStorage()) storage_type(std::forward<OtherT>(Val)); in HasError()
246 getStorage()->~storage_type(); in ~Expected()
280 return toPointer(getStorage());
286 return toPointer(getStorage());
292 return *getStorage();
298 return *getStorage();
318 new (getStorage()) storage_type(std::move(*Other.getStorage())); in moveConstruct()
341 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
136 iterator begin() const { return getStorage(); } in begin()
137 iterator end() const { return getStorage() + Bits.Data; } in end()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h53 DiagStorage = getStorage(); in PartialDiagnostic()
114 DiagStorage = getStorage();
H A DDiagnostic.h1123 DiagnosticStorage *getStorage() const { in getStorage() function
1154 DiagStorage = getStorage(); in AddTaggedVal()
1164 DiagStorage = getStorage(); in AddString()
1175 DiagStorage = getStorage(); in AddSourceRange()
1185 DiagStorage = getStorage(); in AddFixItHint()
/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/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp314 AsyncLowering.Context = AsyncId->getStorage(); in analyze()
H A DCoroSplit.cpp1729 auto *FramePtr = Id->getStorage(); in splitCoroutine()
1825 RawFramePtr = Id->getStorage(); in splitCoroutine()
1841 Builder.CreateStore(RawFramePtr, Id->getStorage()); in splitCoroutine()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp799 FlagValue(DiagBuilder.FlagValue), DiagStorage(*DiagBuilder.getStorage()) { in Diagnostic()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp6347 static llvm::GlobalValue::DLLStorageClassTypes getStorage(CodeGenModule &CGM, in getStorage() function
6374 getStorage(CGM, "_objc_empty_cache")); in GenerateClass()
7635 IDEHType->setDLLStorageClass(getStorage(CGM, "OBJC_EHTYPE_id")); in GetEHType()
7712 VTableGV->setDLLStorageClass(getStorage(CGM, VTableName)); in GetInterfaceEHType()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10281 NamedDecl **Storage = OT->getStorage(); in getOverloadedTemplateName()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc4669 {"_ZNK5clang17PartialDiagnostic10getStorageEv", "clang::PartialDiagnostic::getStorage() const"},