OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:error_space
(Results
1 - 25
of
57
) sorted by null
1
2
3
/external/libcxx/test/std/re/re.const/re.err/
error_type.pass.cpp
27
//
error_space
= unspecified,
50
assert(std::regex_constants::
error_space
!= 0);
63
assert(std::regex_constants::error_collate != std::regex_constants::
error_space
);
75
assert(std::regex_constants::error_ctype != std::regex_constants::
error_space
);
86
assert(std::regex_constants::error_escape != std::regex_constants::
error_space
);
96
assert(std::regex_constants::error_backref != std::regex_constants::
error_space
);
105
assert(std::regex_constants::error_brack != std::regex_constants::
error_space
);
113
assert(std::regex_constants::error_paren != std::regex_constants::
error_space
);
120
assert(std::regex_constants::error_brace != std::regex_constants::
error_space
);
126
assert(std::regex_constants::error_badbrace != std::regex_constants::
error_space
);
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.const/re.err/
error_type.pass.cpp
27
//
error_space
= unspecified,
49
assert(std::regex_constants::
error_space
!= 0);
62
assert(std::regex_constants::error_collate != std::regex_constants::
error_space
);
74
assert(std::regex_constants::error_ctype != std::regex_constants::
error_space
);
85
assert(std::regex_constants::error_escape != std::regex_constants::
error_space
);
95
assert(std::regex_constants::error_backref != std::regex_constants::
error_space
);
104
assert(std::regex_constants::error_brack != std::regex_constants::
error_space
);
112
assert(std::regex_constants::error_paren != std::regex_constants::
error_space
);
119
assert(std::regex_constants::error_brace != std::regex_constants::
error_space
);
125
assert(std::regex_constants::error_badbrace != std::regex_constants::
error_space
);
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.const/re.err/
error_type.pass.cpp
27
//
error_space
= unspecified,
50
assert(std::regex_constants::
error_space
!= 0);
63
assert(std::regex_constants::error_collate != std::regex_constants::
error_space
);
75
assert(std::regex_constants::error_ctype != std::regex_constants::
error_space
);
86
assert(std::regex_constants::error_escape != std::regex_constants::
error_space
);
96
assert(std::regex_constants::error_backref != std::regex_constants::
error_space
);
105
assert(std::regex_constants::error_brack != std::regex_constants::
error_space
);
113
assert(std::regex_constants::error_paren != std::regex_constants::
error_space
);
120
assert(std::regex_constants::error_brace != std::regex_constants::
error_space
);
126
assert(std::regex_constants::error_badbrace != std::regex_constants::
error_space
);
[
all
...]
/external/libcxx/test/std/re/re.badexp/
regex_error.pass.cpp
75
std::regex_error e(std::regex_constants::
error_space
);
76
assert(e.code() == std::regex_constants::
error_space
);
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.badexp/
regex_error.pass.cpp
74
std::regex_error e(std::regex_constants::
error_space
);
75
assert(e.code() == std::regex_constants::
error_space
);
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.badexp/
regex_error.pass.cpp
75
std::regex_error e(std::regex_constants::
error_space
);
76
assert(e.code() == std::regex_constants::
error_space
);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_error.h
104
constexpr error_type
error_space
(_S_error_space);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_error.h
104
constexpr error_type
error_space
(_S_error_space);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_error.h
104
constexpr error_type
error_space
(_S_error_space);
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_error.h
103
constexpr error_type
error_space
(_S_error_space);
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_error.h
103
constexpr error_type
error_space
(_S_error_space);
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_error.h
103
constexpr error_type
error_space
(_S_error_space);
/external/libcxx/src/
regex.cpp
42
case regex_constants::
error_space
:
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
regex.cpp
42
case regex_constants::
error_space
:
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
regex.cpp
42
case regex_constants::
error_space
:
/external/libcxx/include/
regex
75
error_space
= unspecified,
[
all
...]
/prebuilts/clang/host/darwin-x86/clang-4053586/include/c++/v1/
regex
75
error_space
= unspecified,
[
all
...]
/prebuilts/clang/host/linux-x86/clang-4053586/include/c++/v1/
regex
75
error_space
= unspecified,
[
all
...]
/prebuilts/ndk/r10/sources/cxx-stl/llvm-libc++/libcxx/include/
regex
75
error_space
= unspecified,
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/include/
regex
75
error_space
= unspecified,
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/include/
regex
75
error_space
= unspecified,
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
regex
380
static const error_type
error_space
(_S_error_space);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/tr1/
regex
380
static const error_type
error_space
(_S_error_space);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/tr1/
regex
380
static const error_type
error_space
(_S_error_space);
[
all
...]
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
regex
380
static const error_type
error_space
(_S_error_space);
[
all
...]
Completed in 182 milliseconds
1
2
3