Searched refs:Expected (Results 101 - 125 of 598) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h133 static llvm::Expected<FunctionInfo> decode(DataExtractor &Data,
143 llvm::Expected<uint64_t> encode(FileWriter &O) const;
167 static llvm::Expected<LookupResult> lookup(DataExtractor &Data,
H A DHeader.h111 static llvm::Expected<Header> decode(DataExtractor &Data);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp46 Expected<std::unique_ptr<Binary>> object::createBinary(MemoryBufferRef Buffer,
96 Expected<OwningBinary<Binary>> object::createBinary(StringRef Path) {
104 Expected<std::unique_ptr<Binary>> BinOrErr =
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DLZMA.cpp23 llvm::Expected<uint64_t>
66 llvm::Expected<uint64_t>
120 llvm::Expected<uint64_t> uncompressedSize = getUncompressedSize(InputBuffer);
H A DHostProcess.cpp35 llvm::Expected<HostThread>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/
H A DExecution.h158 virtual llvm::Expected<std::unique_ptr<ToolExecutor>>
171 llvm::Expected<std::unique_ptr<ToolExecutor>>
177 llvm::Expected<std::unique_ptr<ToolExecutor>>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DRemoteObjectLayer.h47 : public rpc::Function<AddObject, Expected<ObjHandleT>(std::string)> {
59 : public rpc::Function<FindSymbol, Expected<RemoteSymbol>(std::string,
67 Expected<RemoteSymbol>(ObjHandleT, std::string,
82 Expected<RemoteSymbol>(ObjHandleT, std::string)> {
89 Expected<RemoteSymbol>(ObjHandleT, std::string)> {
102 Expected<JITTargetAddress>(RemoteSymbolId)> {
154 Expected<JITTargetAddress> materialize() {
195 Expected<RemoteSymbol> jitSymbolToRemote(JITSymbol Sym) {
208 /// Convert an Expected<RemoteSymbol> to a JITSymbol.
209 JITSymbol remoteToJITSymbol(Expected<RemoteSymbo
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Passes/
H A DPassPlugin.cpp16 Expected<PassPlugin> PassPlugin::Load(const std::string &Filename) {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DInfoStream.h54 Expected<uint32_t> getNamedStreamIndex(llvm::StringRef Name) const;
H A DPDBFileBuilder.h59 Expected<uint32_t> getNamedStreamIndex(StringRef Name) const;
81 Expected<uint32_t> allocateNamedStream(StringRef Name, uint32_t Size);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DDecompressor.h27 static Expected<Decompressor> create(StringRef Name, StringRef Data,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypes.h50 static Expected<LeafRecord> fromCodeViewRecord(codeview::CVType Type);
H A DDWARFEmitter.h40 Expected<StringMap<std::unique_ptr<MemoryBuffer>>>
H A DCodeViewYAMLDebugSections.h111 static Expected<YAMLDebugSubsection>
120 Expected<std::vector<std::shared_ptr<codeview::DebugSubsection>>>
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Passes/
H A DPassPlugin.h67 static Expected<PassPlugin> Load(const std::string &Filename);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DWasmDump.cpp41 Expected<StringRef> SymNameOrErr = SI->getName();
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DBytesOutputStyle.h54 Expected<codeview::LazyRandomTypeCollection &>
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Tooling/Refactoring/
H A DRefactoringActionRulesInternal.h29 void ignoreError(Expected<FirstT> &First, Expected<RestT> &... Rest) {
38 llvm::Error findError(Expected<FirstT> &First, Expected<RestT> &... Rest) {
58 // requirements from Expected<> wrappers and then run it.
120 "Expected a refactoring action rule type");
123 "Expected a list of refactoring action rules");
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp41 Expected<DILineInfo>
61 Expected<DILineInfo>
71 Expected<SymbolizableModule *> InfoOrErr =
78 Expected<DILineInfo>
81 Expected<SymbolizableModule *> InfoOrErr = getOrCreateModuleInfo(ModuleName);
87 Expected<DIInliningInfo>
117 Expected<DIGlobal>
143 Expected<std::vector<DILocal>>
249 if (Expected<StringRef> NameOrErr = Section.getName())
256 Expected<StringRe
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/DirectoryWatcher/
H A DDirectoryWatcher.h103 /// Returns llvm::Expected Error if OS kernel API told us we can't start
106 static llvm::Expected<std::unique_ptr<DirectoryWatcher>>
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dcheck_y2k.c408 time_t Expected; local
431 Expected = t * 24 * 60 * 60;
432 if ( Observed != Expected || Flag )
437 (unsigned long)Observed, (unsigned long)Expected,
438 ((long)Observed - (long)Expected) );
452 if ( Observed != Expected || Flag )
457 (unsigned long)Observed, (unsigned long)Expected,
458 ((long)Observed - (long)Expected) );
470 if ( Observed != Expected || Flag )
475 (unsigned long)Observed, (unsigned long)Expected,
[all...]
/freebsd-11-stable/sys/contrib/dev/acpica/include/
H A Dacapps.h208 #define ACPI_CHECK_STATUS(Name, Status, Expected) \
209 if (Status != Expected) \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp28 Expected<bool> Reader::read(Object &Obj) {
181 template <class T> Expected<bool> Reader::readRaw(Object &Obj) {
191 template <class T> Expected<bool> Reader::readInt(Object &Obj) {
201 template <class T> Expected<bool> Reader::readUInt(Object &Obj) {
211 template <class T> Expected<bool> Reader::readLength(Object &Obj) {
221 template <class T> Expected<bool> Reader::readExt(Object &Obj) {
231 Expected<bool> Reader::createRaw(Object &Obj, uint32_t Size) {
241 Expected<bool> Reader::createExt(Object &Obj, uint32_t Size) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DLLVM.h38 template <class T> class Expected;
77 using llvm::Expected;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DSerializedDiagnosticReader.cpp45 if (Expected<llvm::SimpleBitstreamCursor::word_t> Res = Stream.Read(8)) {
57 if (Expected<unsigned> Res = Stream.ReadCode()) {
67 Expected<unsigned> MaybeSubBlockID = Stream.ReadSubBlockID();
76 Expected<Optional<llvm::BitstreamBlockInfo>> MaybeBlockInfo =
122 if (Expected<unsigned> Res = Stream.ReadCode())
134 if (Expected<unsigned> Res = Stream.ReadSubBlockID())
195 Expected<unsigned> MaybeRecordID = Stream.readRecord(BlockOrCode, Record);
253 Expected<unsigned> MaybeRecID =

Completed in 297 milliseconds

1234567891011>>