HomeSort by: relevance | last modified time | path
    Searched defs:regex_error (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
regex.cc 26 #include <bits/regex_error.h>
36 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode)); }
83 regex_error::regex_error(regex_constants::error_type __ecode) function in class:regex_error
87 regex_error::~regex_error() throw() { }
regex.cc 26 #include <bits/regex_error.h>
36 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode)); }
83 regex_error::regex_error(regex_constants::error_type __ecode) function in class:regex_error
87 regex_error::~regex_error() throw() { }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
regex.cc 26 #include <bits/regex_error.h>
36 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode)); }
83 regex_error::regex_error(regex_constants::error_type __ecode) function in class:regex_error
87 regex_error::~regex_error() throw() { }
regex.cc 26 #include <bits/regex_error.h>
36 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode)); }
83 regex_error::regex_error(regex_constants::error_type __ecode) function in class:regex_error
87 regex_error::~regex_error() throw() { }
  /src/external/apache2/llvm/dist/libcxx/src/
regex.cpp 64 regex_error::regex_error(regex_constants::error_type ecode) function in class:regex_error
69 regex_error::~regex_error() throw() {}
regex.cpp 64 regex_error::regex_error(regex_constants::error_type ecode) function in class:regex_error
69 regex_error::~regex_error() throw() {}
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
regex_error.h 26 * @file bits/regex_error.h
127 // [7.8] Class regex_error
137 class regex_error : public std::runtime_error class in inherits:std::runtime_error
145 * @brief Constructs a regex_error object.
150 regex_error(error_type __ecode);
152 virtual ~regex_error() throw();
165 regex_error(error_type __ecode, const char* __what) function in class:regex_error
173 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); }
regex_error.h 26 * @file bits/regex_error.h
127 // [7.8] Class regex_error
137 class regex_error : public std::runtime_error class in inherits:std::runtime_error
145 * @brief Constructs a regex_error object.
150 regex_error(error_type __ecode);
152 virtual ~regex_error() throw();
165 regex_error(error_type __ecode, const char* __what) function in class:regex_error
173 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
regex_error.h 26 * @file bits/regex_error.h
127 // [7.8] Class regex_error
137 class regex_error : public std::runtime_error class in inherits:std::runtime_error
145 * @brief Constructs a regex_error object.
150 regex_error(error_type __ecode);
152 virtual ~regex_error() throw();
165 regex_error(error_type __ecode, const char* __what) function in class:regex_error
173 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); }
regex_error.h 26 * @file bits/regex_error.h
127 // [7.8] Class regex_error
137 class regex_error : public std::runtime_error class in inherits:std::runtime_error
145 * @brief Constructs a regex_error object.
150 regex_error(error_type __ecode);
152 virtual ~regex_error() throw();
165 regex_error(error_type __ecode, const char* __what) function in class:regex_error
173 { _GLIBCXX_THROW_OR_ABORT(regex_error(__ecode, __what)); }

Completed in 31 milliseconds