Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__system_error/
H A Derror_condition.h29 struct _LIBCPP_TEMPLATE_VIS is_error_condition_enum : public false_type {}; global() struct
/llvm-project/libcxx/test/std/diagnostics/syserr/
H A Dis_error_condition_enum.pass.cpp40 struct std::is_error_condition_enum<A> : public std::true_type {}; struct
/llvm-project/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.constructors/
H A Dlwg3629.pass.cpp31 struct is_error_condition_enum<User::Err> : true_type {}; global() struct
/llvm-project/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.modifiers/
H A Dlwg3629.pass.cpp33 struct is_error_condition_enum<User::Err> : true_type {}; global() struct