HomeSort by relevance Sort by last modified time
    Searched defs:errc (Results 1 - 22 of 22) sorted by null

  /external/llvm/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
Errc.h 1 //===- 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)
    [all...]
  /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/
error_constants.h 42 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/
error_constants.h 42 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/
error_constants.h 40 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/
error_constants.h 40 enum class errc class
  /external/clang/test/SemaCXX/
typo-correction.cpp 8 struct errc { struct
34 inline error_condition make_error_condition(errc _e) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
system_error.h 122 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);
495 //enum class errc
496 struct errc { struct in namespace:llvm
621 errc(_ v) : v_(v) {} function in struct:llvm::errc
625 template <> struct is_error_condition_enum<errc> : true_type { };
627 template <> struct is_error_condition_enum<errc::_> : true_type { };
724 inline error_condition make_error_condition(errc _e)
    [all...]

Completed in 190 milliseconds