OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:error_category
(Results
1 - 25
of
50
) sorted by relevancy
1
2
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
compatibility-c++0x.cc
27
#define
error_category
error_categoryxx
macro
34
#undef
error_category
macro
139
// gcc-5 replaces this with _V2::
error_category
140
class
error_category
class
143
error_category
() noexcept;
145
virtual ~
error_category
();
147
error_category
(const
error_category
&) = delete;
148
error_category
& operator=(const
error_category
&) = delete
[
all
...]
ios_errcat.cc
38
struct io_error_category final : std::
error_category
79
const
error_category
&
future.cc
34
struct future_error_category final : public std::
error_category
88
const
error_category
& future_category() noexcept
system_error.cc
128
struct generic_error_category final : public std::
error_category
147
struct system_error_category final : public std::
error_category
598
error_category
::~
error_category
() = default;
602
const
error_category
&
605
const
error_category
&
613
error_category
::default_error_condition(int __i) const noexcept
617
error_category
::equivalent(int __i,
622
error_category
::equivalent(const error_code& __code, int __i) const noexcept
630
// Return
error_category
::message() as a COW strin
[
all
...]
compatibility-thread-c++0x.cc
54
const std::
error_category
* future_category = &std::future_category();
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
compatibility-c++0x.cc
27
#define
error_category
error_categoryxx
macro
34
#undef
error_category
macro
139
// gcc-5 replaces this with _V2::
error_category
140
class
error_category
class
143
error_category
() noexcept;
145
virtual ~
error_category
();
147
error_category
(const
error_category
&) = delete;
148
error_category
& operator=(const
error_category
&) = delete
[
all
...]
future.cc
34
struct future_error_category final : public std::
error_category
88
const
error_category
& future_category() noexcept
system_error.cc
60
struct generic_error_category final : public std::
error_category
83
struct system_error_category final : public std::
error_category
536
error_category
::~
error_category
() = default;
540
const
error_category
&
543
const
error_category
&
551
error_category
::default_error_condition(int __i) const noexcept
555
error_category
::equivalent(int __i,
560
error_category
::equivalent(const error_code& __code, int __i) const noexcept
568
// Return
error_category
::message() as a COW strin
[
all
...]
cxx11-ios_failure.cc
51
struct io_error_category final : std::
error_category
92
const
error_category
&
compatibility-thread-c++0x.cc
54
const std::
error_category
* future_category = &std::future_category();
/src/external/apache2/llvm/dist/llvm/tools/llvm-cxxdump/
Error.cpp
9
// This defines a new
error_category
for the llvm-cxxdump tool.
22
class cxxdump_error_category : public std::
error_category
{
41
const std::
error_category
&cxxdump_category() {
Error.h
9
// This declares a new
error_category
for the llvm-cxxdump tool.
19
const std::
error_category
&cxxdump_category();
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
CodeViewError.cpp
20
class CodeViewErrorCategory : public std::
error_category
{
45
const std::
error_category
&llvm::codeview::CVErrorCategory() {
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
DIAError.cpp
11
class DIAErrorCategory : public std::
error_category
{
35
const std::
error_category
&llvm::pdb::DIAErrCategory() { return *DIACategory; }
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
GenericError.cpp
20
class PDBErrorCategory : public std::
error_category
{
46
const std::
error_category
&llvm::pdb::PDBErrCategory() { return *PDBCategory; }
/src/external/apache2/llvm/dist/libcxx/src/
system_error.cpp
28
// class
error_category
31
error_category
::
error_category
() noexcept
36
error_category
::~
error_category
() noexcept
41
error_category
::default_error_condition(int ev) const noexcept
47
error_category
::equivalent(int code, const error_condition& condition) const noexcept
53
error_category
::equivalent(const error_code& code, int condition) const noexcept
164
const
error_category
&
206
const
error_category
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/MSF/
MSFError.cpp
20
class MSFErrorCategory : public std::
error_category
{
47
const std::
error_category
&llvm::msf::MSFErrCategory() { return *MSFCategory; }
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
RawError.cpp
12
class RawErrorCategory : public std::
error_category
{
51
const std::
error_category
&llvm::pdb::RawErrCategory() { return *RawCategory; }
/src/external/apache2/llvm/dist/llvm/lib/Object/
Error.cpp
9
// This defines a new
error_category
for the Object library.
25
class _object_error_category : public std::
error_category
{
76
static ManagedStatic<_object_error_category>
error_category
;
variable
78
const std::
error_category
&object::object_category() {
79
return *
error_category
;
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
CodeViewError.h
36
const std::
error_category
&CVErrorCategory();
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/MSF/
MSFError.h
37
const std::
error_category
&MSFErrCategory();
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAError.h
35
const std::
error_category
&DIAErrCategory();
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
GenericError.h
35
const std::
error_category
&PDBErrCategory();
/src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
RawError.h
43
const std::
error_category
&RawErrCategory();
/src/external/apache2/llvm/dist/llvm/include/llvm/Object/
Error.h
9
// This declares a new
error_category
for the Object library.
27
const std::
error_category
&object_category();
Completed in 36 milliseconds
1
2
Indexes created Sat Jun 13 00:24:39 UTC 2026