Home
last modified time | relevance | path

Searched refs:exception_names (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp439 std::vector<const char *> exception_names; in CreateExceptionResolver() local
440 exception_names.reserve(4); in CreateExceptionResolver()
442 exception_names.push_back(g_catch_name); in CreateExceptionResolver()
445 exception_names.push_back(g_throw_name1); in CreateExceptionResolver()
446 exception_names.push_back(g_throw_name2); in CreateExceptionResolver()
450 exception_names.push_back(g_exception_throw_name); in CreateExceptionResolver()
453 bkpt, exception_names.data(), exception_names.size(), in CreateExceptionResolver()
/external/python/cpython2/Misc/Vim/
Dvim_syntax.py34 exception_names = sorted(exc for exc in dir(exceptions) variable
116 exception_names)]