Home
last modified time | relevance | path

Searched refs:exception_type (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py494 exception_type = json_exception['type']
505 return "{}{}{}".format(exception_type, exception_signal,
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djcf-write.c2354 tree exception_type; local
2408 exception_type = build_pointer_type (throwable_type_node);
2413 exception_decl = build_decl (VAR_DECL, NULL_TREE, exception_type);
H A DChangeLog6491 initialize locals to avoid warnings. Local `exception_type' moved