#include "llvm/Support/Compiler.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/type_traits.h"
#include <cerrno>
#include <string>
Go to the source code of this file.
|
| | llvm |
| | List of target independent CodeGen pass IDs.
|
| |
|
| const error_category & | llvm::generic_category () |
| |
| const error_category & | llvm::system_category () |
| |
| const error_category & | llvm::posix_category () |
| |
| error_condition | llvm::make_error_condition (errc _e) |
| |
| bool | llvm::operator< (const error_condition &_x, const error_condition &_y) |
| |
| error_code | llvm::make_error_code (errc _e) |
| |
| bool | llvm::operator< (const error_code &_x, const error_code &_y) |
| |
| bool | llvm::operator== (const error_code &_x, const error_code &_y) |
| |
| bool | llvm::operator== (const error_code &_x, const error_condition &_y) |
| |
| bool | llvm::operator== (const error_condition &_x, const error_code &_y) |
| |
| bool | llvm::operator== (const error_condition &_x, const error_condition &_y) |
| |
| bool | llvm::operator!= (const error_code &_x, const error_code &_y) |
| |
| bool | llvm::operator!= (const error_code &_x, const error_condition &_y) |
| |
| bool | llvm::operator!= (const error_condition &_x, const error_code &_y) |
| |
| bool | llvm::operator!= (const error_condition &_x, const error_condition &_y) |
| |
| error_code | llvm::make_error_code (windows_error e) |
| |