Home
last modified time | relevance | path

Searched refs:HANDLER_TYPE (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcp-tree.def279 /* A HANDLER wraps a catch handler for the HANDLER_TYPE. If this is
H A Dcp-gimplify.c136 tree type = HANDLER_TYPE (*stmt_p); in genericize_catch_block()
H A Dcp-tree.h5081 #define HANDLER_TYPE(NODE) TREE_TYPE (HANDLER_CHECK (NODE)) macro
H A Dsemantics.c1452 HANDLER_TYPE (handler) = type; in finish_handler_parms()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcp-tree.def284 /* A HANDLER wraps a catch handler for the HANDLER_TYPE. If this is
H A Dcp-gimplify.cc77 tree type = HANDLER_TYPE (*stmt_p); in genericize_catch_block()
H A Dcp-tree.h5330 #define HANDLER_TYPE(NODE) TREE_TYPE (HANDLER_CHECK (NODE)) macro
H A DChangeLog-20011939 (HANDLER_TYPE): New.
H A Dsemantics.cc1723 HANDLER_TYPE (handler) = type; in finish_handler_parms()
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgeneric.texi3483 Used to represent a C++ @code{catch} block. The @code{HANDLER_TYPE}
H A Dgccint.info12987 Used to represent a C++ 'catch' block. The 'HANDLER_TYPE' is the
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgeneric.texi3427 Used to represent a C++ @code{catch} block. The @code{HANDLER_TYPE}
H A Dgccint.info12576 Used to represent a C++ 'catch' block. The 'HANDLER_TYPE' is the