Home
last modified time | relevance | path

Searched refs:_LIBCPP_DECLARE_STRONG_ENUM (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__system_error/
H A Derrc.h144 _LIBCPP_DECLARE_STRONG_ENUM(errc){ in _LIBCPP_DECLARE_STRONG_ENUM() function
/freebsd/contrib/llvm-project/libcxx/include/__condition_variable/
H A Dcondition_variable.h39 _LIBCPP_DECLARE_STRONG_ENUM(cv_status){no_timeout, timeout}; in _LIBCPP_DECLARE_STRONG_ENUM() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Dfuture407 _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};
H A D__config642 # define _LIBCPP_DECLARE_STRONG_ENUM(x) …
655 # define _LIBCPP_DECLARE_STRONG_ENUM(x) enum class x
H A Dios413 _LIBCPP_DECLARE_STRONG_ENUM(io_errc){stream = 1};