Searched refs:getStorage (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DErrorOr.h91 new (getStorage()) storage_type(std::forward<OtherT>(Val));
148 getStorage()->~storage_type();
156 reference get() { return *getStorage(); }
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());
213 new (getStorage()) storage_typ
242 storage_type *getStorage() { function in class:llvm::ErrorOr
247 const storage_type *getStorage() const { function in class:llvm::ErrorOr
[all...]
H A DError.h483 new (getStorage()) storage_type(std::forward<OtherT>(Val));
518 getStorage()->~storage_type();
534 return *getStorage();
562 return toPointer(getStorage());
568 return toPointer(getStorage());
574 return *getStorage();
580 return *getStorage();
602 new (getStorage()) storage_type(std::move(*Other.getStorage()));
625 storage_type *getStorage() { function in class:llvm::Expected
630 const storage_type *getStorage() const { function in class:llvm::Expected
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h132 Storage *getStorage() const { function in class:clang::PartialDiagnostic
168 DiagStorage = getStorage();
178 DiagStorage = getStorage();
196 DiagStorage = getStorage();
237 DiagStorage = getStorage();
272 DiagStorage = getStorage();
282 DiagStorage = getStorage();
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTemplateName.h110 NamedDecl **getStorage() { function in class:clang::OverloadedTemplateStorage
113 NamedDecl * const *getStorage() const { function in class:clang::OverloadedTemplateStorage
120 iterator begin() const { return getStorage(); }
121 iterator end() const { return getStorage() + size(); }
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInstr.h218 Value *getStorage() const { function in class:llvm::AnyCoroIdRetconInst
H A DCoroSplit.cpp1221 RawFramePtr = Id->getStorage();
1236 auto Dest = Builder.CreateBitCast(Id->getStorage(),
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp6489 static llvm::GlobalValue::DLLStorageClassTypes getStorage(CodeGenModule &CGM, function
6516 ObjCEmptyCacheVar->setDLLStorageClass(getStorage(CGM, "_objc_empty_cache"));
7774 IDEHType->setDLLStorageClass(getStorage(CGM, "OBJC_EHTYPE_id"));
7852 VTableGV->setDLLStorageClass(getStorage(CGM, VTableName));
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7880 NamedDecl **Storage = OT->getStorage();

Completed in 145 milliseconds