Home
last modified time | relevance | path

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

/external/libcxx/test/std/diagnostics/syserr/
Dis_error_condition_enum.pass.cpp39 struct is_error_condition_enum<A> : public std::true_type {}; struct
/external/swiftshader/third_party/LLVM/include/llvm/Support/
Dsystem_error.h490 template <class Tp> struct is_error_condition_enum : public false_type {}; struct