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

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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...]
/prebuilts/clang/host/darwin-x86/clang-4393122/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...]
/prebuilts/clang/host/darwin-x86/clang-4479392/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...]
/prebuilts/clang/host/darwin-x86/clang-4579689/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...]
/prebuilts/clang/host/darwin-x86/clang-4630689/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...]
/prebuilts/clang/host/darwin-x86/clang-4639204/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...]
/prebuilts/clang/host/darwin-x86/clang-4691093/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...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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...]
/prebuilts/clang/host/linux-x86/clang-4393122/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...]
/prebuilts/clang/host/linux-x86/clang-4479392/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...]
/prebuilts/clang/host/linux-x86/clang-4579689/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...]
/prebuilts/clang/host/linux-x86/clang-4630689/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...]
/prebuilts/clang/host/linux-x86/clang-4639204/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...]
/prebuilts/clang/host/linux-x86/clang-4691093/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...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
H A Derror_constants.h42 enum class errc class
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/x86_64-w64-mingw32/bits/
H A Derror_constants.h42 enum class errc class
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
H A Derror_constants.h42 enum class errc class
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
H A Derror_constants.h42 enum class errc class
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
H A Derror_constants.h40 enum class errc class
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
H A Derror_constants.h40 enum class errc class

Completed in 735 milliseconds