Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A DPR9460.cpp11 struct runtime_error{ struct
H A DPR9461.cpp29 struct runtime_error{runtime_error(string);}; struct
/llvm-project/clang/test/CodeGenCXX/
H A Dweak-external.cpp45 class _LIBCPP_EXCEPTION_ABI runtime_error class
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dthrow-keyword-missing.cpp29 struct runtime_error : public exception { struct