Home
last modified time | relevance | path

Searched defs:runtime_error (Results 1 – 7 of 7) sorted by relevance

/external/libcxx/src/
Dstdexcept.cpp61 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) in runtime_error() function in std::runtime_error
65 runtime_error::runtime_error(const char* msg) : __imp_(msg) in runtime_error() function in std::runtime_error
69 runtime_error::runtime_error(const runtime_error& le) _NOEXCEPT in runtime_error() function in std::runtime_error
/external/clang/test/SemaCXX/
DPR9460.cpp11 struct runtime_error{ struct
DPR9461.cpp29 struct runtime_error{runtime_error(string);}; struct
/external/clang/test/CodeGenCXX/
Dweak-external.cpp45 class _LIBCPP_EXCEPTION_ABI runtime_error class
/external/vixl/src/aarch32/
Dlabel-aarch32.h159 ~Label() VIXL_THROW_IN_NEGATIVE_TESTING_MODE(std::runtime_error) { in VIXL_THROW_IN_NEGATIVE_TESTING_MODE()
/external/protobuf/conformance/
Dconformance.proto102 string runtime_error = 2; field
/external/v8/src/wasm/
Dwasm-js.cc909 Handle<JSFunction> runtime_error( in Install() local