LLVM 20.0.0git
|
#include <system_error>
Go to the source code of this file.
Classes | |
struct | std::is_error_code_enum< llvm::errc > |
Namespaces | |
namespace | llvm |
This is an optimization pass for GlobalISel generic memory operations. | |
namespace | std |
Implement std::hash so that hash_code can be used in STL containers. | |
Enumerations | |
enum class | llvm::errc { llvm::argument_list_too_long = int(std::errc::argument_list_too_long) , llvm::argument_out_of_domain = int(std::errc::argument_out_of_domain) , llvm::bad_address = int(std::errc::bad_address) , llvm::bad_file_descriptor = int(std::errc::bad_file_descriptor) , llvm::broken_pipe = int(std::errc::broken_pipe) , llvm::delete_pending = -56 , llvm::device_or_resource_busy = int(std::errc::device_or_resource_busy) , llvm::directory_not_empty = int(std::errc::directory_not_empty) , llvm::executable_format_error = int(std::errc::executable_format_error) , llvm::file_exists = int(std::errc::file_exists) , llvm::file_too_large = int(std::errc::file_too_large) , llvm::filename_too_long = int(std::errc::filename_too_long) , llvm::function_not_supported = int(std::errc::function_not_supported) , llvm::illegal_byte_sequence = int(std::errc::illegal_byte_sequence) , llvm::inappropriate_io_control_operation , llvm::interrupted = int(std::errc::interrupted) , llvm::invalid_argument = int(std::errc::invalid_argument) , llvm::invalid_seek = int(std::errc::invalid_seek) , llvm::io_error = int(std::errc::io_error) , llvm::is_a_directory = int(std::errc::is_a_directory) , llvm::no_child_process = int(std::errc::no_child_process) , llvm::no_lock_available = int(std::errc::no_lock_available) , llvm::no_space_on_device = int(std::errc::no_space_on_device) , llvm::no_such_device_or_address = int(std::errc::no_such_device_or_address) , llvm::no_such_device = int(std::errc::no_such_device) , llvm::no_such_file_or_directory = int(std::errc::no_such_file_or_directory) , llvm::no_such_process = int(std::errc::no_such_process) , llvm::not_a_directory = int(std::errc::not_a_directory) , llvm::not_enough_memory = int(std::errc::not_enough_memory) , llvm::not_supported = int(std::errc::not_supported) , llvm::operation_not_permitted = int(std::errc::operation_not_permitted) , llvm::permission_denied = int(std::errc::permission_denied) , llvm::read_only_file_system = int(std::errc::read_only_file_system) , llvm::resource_deadlock_would_occur = int(std::errc::resource_deadlock_would_occur) , llvm::resource_unavailable_try_again , llvm::result_out_of_range = int(std::errc::result_out_of_range) , llvm::too_many_files_open_in_system = int(std::errc::too_many_files_open_in_system) , llvm::too_many_files_open = int(std::errc::too_many_files_open) , llvm::too_many_links = int(std::errc::too_many_links) } |
Functions | |
std::error_code | llvm::make_error_code (errc E) |