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

  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
cxx11-stdexcept.cc 46 runtime_error::runtime_error(const string& __arg) function in class:runtime_error
65 : runtime_error(__arg) { }
68 : runtime_error(__arg) { }
71 : runtime_error(__arg) { }
cow-stdexcept.cc 72 runtime_error::runtime_error(const runtime_error& e) noexcept
75 runtime_error&
76 runtime_error::operator=(const runtime_error& e) noexcept
79 runtime_error::runtime_error(runtime_error&& e) noexcept = default;
81 runtime_error
101 runtime_error::runtime_error(const char* __arg) function in class:runtime_error
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
stdexcept.cc 67 runtime_error::runtime_error(const string& __arg) function in class:runtime_error
70 runtime_error::~runtime_error() _GLIBCXX_USE_NOEXCEPT { }
73 runtime_error::what() const _GLIBCXX_USE_NOEXCEPT
77 : runtime_error(__arg) { }
82 : runtime_error(__arg) { }
87 : runtime_error(__arg) { }
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
cxx11-stdexcept.cc 46 runtime_error::runtime_error(const string& __arg) function in class:runtime_error
65 : runtime_error(__arg) { }
68 : runtime_error(__arg) { }
71 : runtime_error(__arg) { }
cow-stdexcept.cc 72 runtime_error::runtime_error(const runtime_error& e) noexcept
75 runtime_error&
76 runtime_error::operator=(const runtime_error& e) noexcept
79 runtime_error::runtime_error(runtime_error&& e) noexcept = default;
81 runtime_error
101 runtime_error::runtime_error(const char* __arg) function in class:runtime_error
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
stdexcept.cc 67 runtime_error::runtime_error(const string& __arg) function in class:runtime_error
70 runtime_error::~runtime_error() _GLIBCXX_USE_NOEXCEPT { }
73 runtime_error::what() const _GLIBCXX_USE_NOEXCEPT
77 : runtime_error(__arg) { }
82 : runtime_error(__arg) { }
87 : runtime_error(__arg) { }
  /src/external/bsd/bc/dist/
global.h 130 EXTERN char runtime_error; variable
  /src/external/gpl3/gcc/dist/libgfortran/runtime/
error.c 422 /* void runtime_error()-- These are errors associated with an
426 runtime_error (const char *message, ...) function
449 iexport(runtime_error); variable
minimal.c 242 /* void runtime_error()-- These are errors associated with an
246 runtime_error (const char *message, ...) function
258 iexport(runtime_error); variable
  /src/external/gpl3/gcc.old/dist/libgfortran/runtime/
error.c 422 /* void runtime_error()-- These are errors associated with an
426 runtime_error (const char *message, ...) function
449 iexport(runtime_error); variable
minimal.c 242 /* void runtime_error()-- These are errors associated with an
246 runtime_error (const char *message, ...) function
258 iexport(runtime_error); variable
  /src/external/gpl3/gcc/dist/libgfortran/
libgfortran.h 781 extern _Noreturn void runtime_error (const char *, ...)
783 iexport_proto(runtime_error); variable
  /src/external/gpl3/gcc.old/dist/libgfortran/
libgfortran.h 777 extern _Noreturn void runtime_error (const char *, ...)
779 iexport_proto(runtime_error); variable

Completed in 38 milliseconds