Home
last modified time | relevance | path

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

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/lib/orc/
H A Derror.h388 inline void cantFail(Error Err) { in cantFail() function
395 template <typename T> T cantFail(Expected<T> E) { in cantFail() function
403 template <typename T> T &cantFail(Expected<T &> E) { in cantFail() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/lib/orc/
H A Derror.h388 inline void cantFail(Error Err) { in cantFail() function
395 template <typename T> T cantFail(Expected<T> E) { in cantFail() function
403 template <typename T> T &cantFail(Expected<T &> E) { in cantFail() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/lib/orc/
H A Derror.h388 inline void cantFail(Error Err) { in cantFail() function
395 template <typename T> T cantFail(Expected<T> E) { in cantFail() function
403 template <typename T> T &cantFail(Expected<T &> E) { in cantFail() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/lib/orc/
H A Derror.h388 inline void cantFail(Error Err) { in cantFail() function
395 template <typename T> T cantFail(Expected<T> E) { in cantFail() function
403 template <typename T> T &cantFail(Expected<T &> E) { in cantFail() function
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/wayland-client-0.27.0/src/
H A Dproxy.rs388 /// NOTE: This method will panic if called while the `use_system_lib` feature is in assertIsChecked()
395 #[cfg(not(feature = "use_system_lib"))] in assertIsChecked()
403 /// Create a `Proxy` from a raw pointer to a wayland object from the in assertIsChecked()