HomeSort by relevance Sort by last modified time
    Searched refs:regex_error (Results 1 - 20 of 20) 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/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/test/std/re/re.regex/re.regex.construct/
bad_escape.pass.cpp 25 } catch (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/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/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() {}
  /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);
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk     [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk     [all...]

Completed in 3486 milliseconds