OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:regex_error
(Results
1 - 15
of
15
) sorted by null
/external/libcxx/test/std/re/re.badexp/
regex_error.pass.cpp
13
// class
regex_error
17
// explicit
regex_error
(regex_constants::error_type ecode);
27
std::
regex_error
e(std::regex_constants::error_collate);
32
std::
regex_error
e(std::regex_constants::error_ctype);
37
std::
regex_error
e(std::regex_constants::error_escape);
43
std::
regex_error
e(std::regex_constants::error_backref);
48
std::
regex_error
e(std::regex_constants::error_brack);
53
std::
regex_error
e(std::regex_constants::error_paren);
58
std::
regex_error
e(std::regex_constants::error_brace);
63
std::
regex_error
e(std::regex_constants::error_badbrace)
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.badexp/
regex_error.pass.cpp
13
// class
regex_error
17
// explicit
regex_error
(regex_constants::error_type ecode);
27
std::
regex_error
e(std::regex_constants::error_collate);
32
std::
regex_error
e(std::regex_constants::error_ctype);
37
std::
regex_error
e(std::regex_constants::error_escape);
43
std::
regex_error
e(std::regex_constants::error_backref);
48
std::
regex_error
e(std::regex_constants::error_brack);
53
std::
regex_error
e(std::regex_constants::error_paren);
58
std::
regex_error
e(std::regex_constants::error_brace);
63
std::
regex_error
e(std::regex_constants::error_badbrace)
[
all
...]
/external/google-benchmark/src/
re_std.cc
26
} catch (const std::
regex_error
& e) {
/external/libcxx/test/std/re/re.regex/re.regex.construct/
bad_escape.pass.cpp
25
} catch (const std::
regex_error
&ex) {
bad_repeat.pass.cpp
25
} catch (const std::
regex_error
&ex) {
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
bad_escape.pass.cpp
25
} catch (std::
regex_error
&ex) {
/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-linux-glibc2.15-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/current/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/libcxx/test/std/re/re.regex/re.regex.assign/
assign.pass.cpp
30
catch(std::
regex_error
&) { caught = true; }
/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() {}
/ndk/tests/device/test-libc++-shared-full/jni/
Android.mk
[
all
...]
/ndk/tests/device/test-libc++-static-full/jni/
Android.mk
[
all
...]
Completed in 450 milliseconds