OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_category
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Support/
system_error.cpp
21
// class
error_category
23
error_category
::
error_category
() {
function in class:llvm::error_category
26
error_category
::~
error_category
() {
30
error_category
::default_error_condition(int ev) const {
35
error_category
::equivalent(int code, const error_condition& condition) const {
40
error_category
::equivalent(const error_code& code, int condition) const {
69
const
error_category
&
93
const
error_category
[
all
...]
/external/llvm/include/llvm/Support/
system_error.h
26
class
error_category
29
virtual ~
error_category
();
31
error_category
(const
error_category
&) = delete;
32
error_category
& operator=(const
error_category
&) = delete;
40
bool operator==(const
error_category
& rhs) const;
41
bool operator!=(const
error_category
& rhs) const;
42
bool operator<(const
error_category
& rhs) const;
45
const
error_category
& generic_category()
636
class
error_category
class in namespace:llvm
[
all
...]
/external/llvm/include/llvm/Object/
Error.h
10
// This declares a new
error_category
for the Object library.
22
const
error_category
&object_category();
/external/llvm/lib/Object/
Error.cpp
10
// This defines a new
error_category
for the Object library.
54
const
error_category
&object::object_category() {
Completed in 126 milliseconds