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

/external/llvm/include/llvm/Support/
H A DErrc.h1 //===- llvm/Support/Errc.h - Defines the llvm::errc enum --------*- C++ -*-===//
11 // some problems with std::errc that can be avoided by using our own
14 // * std::errc is a namespace in some implementations. That meas that ADL
25 // * std::errc is just marked with is_error_condition_enum. This means that
26 // common patters like AnErrorCode == errc::no_such_file_or_directory take
36 enum class errc { class in namespace:llvm
37 argument_list_too_long = int(std::errc::argument_list_too_long),
38 argument_out_of_domain = int(std::errc::argument_out_of_domain),
39 bad_address = int(std::errc::bad_address),
40 bad_file_descriptor = int(std::errc
[all...]
/external/clang/test/SemaCXX/
H A Dtypo-correction.cpp7 struct errc { struct
33 inline error_condition make_error_condition(errc _e) {

Completed in 104 milliseconds