OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:regex_error
(Results
1 - 13
of
13
) sorted by null
/external/lldb/source/Interpreter/
OptionValueRegex.cpp
70
char
regex_error
[1024];
local
71
if (m_regex.GetErrorAsCString(
regex_error
, sizeof(
regex_error
)))
72
error.SetErrorString (
regex_error
);
/external/libcxx/src/
regex.cpp
63
regex_error
::
regex_error
(regex_constants::error_type ecode)
function in class:regex_error
68
regex_error
::~
regex_error
() throw() {}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp
63
regex_error
::
regex_error
(regex_constants::error_type ecode)
function in class:regex_error
68
regex_error
::~
regex_error
() throw() {}
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
regex_error.h
26
* @file bits/
regex_error
.h
124
// [7.8] Class
regex_error
131
class
regex_error
: public std::runtime_error
class in inherits:std::runtime_error
137
* @brief Constructs a
regex_error
object.
142
regex_error
(regex_constants::error_type __ecode);
144
virtual ~
regex_error
() throw();
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_error.h
26
* @file bits/
regex_error
.h
129
// [7.8] Class
regex_error
136
class
regex_error
: public std::runtime_error
class in inherits:std::runtime_error
142
* @brief Constructs a
regex_error
object.
147
regex_error
(regex_constants::error_type __ecode);
149
virtual ~
regex_error
() throw();
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_error.h
26
* @file bits/
regex_error
.h
129
// [7.8] Class
regex_error
136
class
regex_error
: public std::runtime_error
class in inherits:std::runtime_error
142
* @brief Constructs a
regex_error
object.
147
regex_error
(regex_constants::error_type __ecode);
149
virtual ~
regex_error
() throw();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_error.h
26
* @file bits/
regex_error
.h
124
// [7.8] Class
regex_error
131
class
regex_error
: public std::runtime_error
class in inherits:std::runtime_error
137
* @brief Constructs a
regex_error
object.
142
regex_error
(regex_constants::error_type __ecode);
144
virtual ~
regex_error
() throw();
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_error.h
26
* @file bits/
regex_error
.h
124
// [7.8] Class
regex_error
131
class
regex_error
: public std::runtime_error
class in inherits:std::runtime_error
137
* @brief Constructs a
regex_error
object.
142
regex_error
(regex_constants::error_type __ecode);
144
virtual ~
regex_error
() throw();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_error.h
26
* @file bits/
regex_error
.h
124
// [7.8] Class
regex_error
131
class
regex_error
: public std::runtime_error
class in inherits:std::runtime_error
137
* @brief Constructs a
regex_error
object.
142
regex_error
(regex_constants::error_type __ecode);
144
virtual ~
regex_error
() throw();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_error.h
26
* @file bits/
regex_error
.h
124
// [7.8] Class
regex_error
131
class
regex_error
: public std::runtime_error
class in inherits:std::runtime_error
137
* @brief Constructs a
regex_error
object.
142
regex_error
(regex_constants::error_type __ecode);
144
virtual ~
regex_error
() throw();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_error.h
26
* @file bits/
regex_error
.h
129
// [7.8] Class
regex_error
136
class
regex_error
: public std::runtime_error
class in inherits:std::runtime_error
142
* @brief Constructs a
regex_error
object.
147
regex_error
(regex_constants::error_type __ecode);
149
virtual ~
regex_error
() throw();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_error.h
26
* @file bits/
regex_error
.h
128
// [7.8] Class
regex_error
135
class
regex_error
: public std::runtime_error
class in inherits:std::runtime_error
141
* @brief Constructs a
regex_error
object.
146
regex_error
(regex_constants::error_type __ecode);
148
virtual ~
regex_error
() throw();
/external/lldb/source/Commands/
CommandObjectFrame.cpp
464
char
regex_error
[1024];
local
465
if (regex.GetErrorAsCString(
regex_error
, sizeof(
regex_error
)))
466
result.GetErrorStream().Printf ("error: %s\n",
regex_error
);
Completed in 1242 milliseconds