Searched refs:unexp (Results 1 – 3 of 3) sorted by relevance
33 E unexp;39 LIBC_INLINE constexpr expected(unexpected<E> unexp)40 : unexp(unexp.error()), is_expected(false) {} in has_value() 45 LIBC_INLINE constexpr E &error() { return unexp; } in error() 47 LIBC_INLINE constexpr const E &error() const { return unexp; }31 E unexp; global() member 37 expected(unexpected<E> unexp) expected() argument
15 …auto unexp = [values] {}; // expected-error{{initializer contains unexpanded parameter pack 'value… in unexpanded_capture() local