Searched refs:_LIBCPP_DECLARE_STRONG_ENUM (Results 1 – 5 of 5) sorted by relevance
144 _LIBCPP_DECLARE_STRONG_ENUM(errc){ in _LIBCPP_DECLARE_STRONG_ENUM() function
39 _LIBCPP_DECLARE_STRONG_ENUM(cv_status){no_timeout, timeout}; in _LIBCPP_DECLARE_STRONG_ENUM() function
407 _LIBCPP_DECLARE_STRONG_ENUM(future_errc){420 _LIBCPP_DECLARE_STRONG_ENUM(launch){async = 1, deferred = 2, any = async | deferred};461 _LIBCPP_DECLARE_STRONG_ENUM(future_status){ready, timeout, deferred};
642 # define _LIBCPP_DECLARE_STRONG_ENUM(x) …655 # define _LIBCPP_DECLARE_STRONG_ENUM(x) enum class x
413 _LIBCPP_DECLARE_STRONG_ENUM(io_errc){stream = 1};