Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Derror.h386 inline void cantFail(Error Err) { in cantFail() function
393 template <typename T> T cantFail(Expected<T> E) { in cantFail() function
401 template <typename T> T &cantFail(Expected<T &> E) { in cantFail() function