Searched defs:errc (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp3 struct errc { struct
29 inline error_condition make_error_condition(errc _e) {
/external/llvm/include/llvm/Support/
H A Dsystem_error.h122 enum class errc
204 template <> struct is_error_condition_enum<errc> : true_type { }
206 error_code make_error_code(errc e);
207 error_condition make_error_condition(errc e);
484 //enum class errc
485 struct errc { struct in namespace:llvm
610 errc(_ v) : v_(v) {} function in struct:llvm::errc
614 template <> struct is_error_condition_enum<errc> : true_type { };
616 template <> struct is_error_condition_enum<errc::_> : true_type { };
713 inline error_condition make_error_condition(errc _
[all...]

Completed in 675 milliseconds