Searched defs:ValOrErr (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRPCSerialization.h482 static Error serialize(ChannelT &C, Expected<T2> &&ValOrErr) { argument
493 static Error deserialize(ChannelT &C, Expected<T2> &ValOrErr) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h736 T cantFail(Expected<T> ValOrErr, const char *Msg = nullptr) { argument
767 T& cantFail(Expected<T&> ValOrErr, const char *Msg = nullptr) { argument
964 handleExpected(Expected<T> ValOrErr, RecoveryFtor &&RecoveryPath, HandlerTs &&... Handlers) argument
1084 ExpectedAsOutParameter(Expected<T> *ValOrErr) argument
1096 Expected<T> *ValOrErr; member in class:llvm::ExpectedAsOutParameter
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2182 Expected<Value *> ValOrErr = recordValue(Record, 1, TT); local
2190 Expected<Value *> ValOrErr = recordValue(Record, 2, TT); local

Completed in 92 milliseconds