Home
last modified time | relevance | path

Searched refs:found_type (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
H A Deh_personality.cc372 } found_type; in PERSONALITY_FUNCTION() local
442 found_type = (landing_pad == 0 ? found_terminate : found_handler); in PERSONALITY_FUNCTION()
525 found_type = found_terminate; in PERSONALITY_FUNCTION()
533 found_type = found_nothing; in PERSONALITY_FUNCTION()
540 found_type = found_cleanup; in PERSONALITY_FUNCTION()
639 found_type = found_handler; in PERSONALITY_FUNCTION()
642 found_type = (saw_cleanup ? found_cleanup : found_nothing); in PERSONALITY_FUNCTION()
646 if (found_type == found_nothing) in PERSONALITY_FUNCTION()
651 if (found_type == found_cleanup) in PERSONALITY_FUNCTION()
672 if (found_type == found_terminate) in PERSONALITY_FUNCTION()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
H A Deh_personality.cc372 } found_type; in PERSONALITY_FUNCTION() local
442 found_type = (landing_pad == 0 ? found_terminate : found_handler); in PERSONALITY_FUNCTION()
525 found_type = found_terminate; in PERSONALITY_FUNCTION()
533 found_type = found_nothing; in PERSONALITY_FUNCTION()
540 found_type = found_cleanup; in PERSONALITY_FUNCTION()
639 found_type = found_handler; in PERSONALITY_FUNCTION()
642 found_type = (saw_cleanup ? found_cleanup : found_nothing); in PERSONALITY_FUNCTION()
646 if (found_type == found_nothing) in PERSONALITY_FUNCTION()
651 if (found_type == found_cleanup) in PERSONALITY_FUNCTION()
672 if (found_type == found_terminate) in PERSONALITY_FUNCTION()
[all …]
/netbsd-src/external/mpl/bind/dist/tests/dns/
H A Dsigs_test.c108 char found_type[DNS_RDATATYPE_FORMATSIZE] = {}; in compare_tuples()
154 isc_buffer_init(&typebuf, found_type, sizeof(found_type)); in compare_tuples()
111 char found_type[DNS_RDATATYPE_FORMATSIZE] = {}; compare_tuples() local
/netbsd-src/usr.sbin/sysinst/
H A Dlabel.c600 goto found_type; in set_fstype_ext()
604 goto found_type; in set_fstype_ext()
618 goto found_type; in set_fstype_ext()
625 goto found_type; in set_fstype_ext()
632 found_type: in set_fstype_ext()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dresolver.c847 dns_rdatatype_t found_type; /* invalid type in negative
7804 rctx->found_type = dns_rdatatype_none; in resquery_response()
8876 dns_rdatatype_format(rctx->found_type, tbuf, in rctx_answer_match()
9128 rctx->found_type = ISC_LIST_HEAD(name->list)->type; in rctx_answer_none()
836 dns_rdatatype_t found_type; /* invalid type in negative global() member
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dresolver.c799 dns_rdatatype_t found_type; /* invalid type in negative member
8355 rctx->found_type = dns_rdatatype_none; in rctx_answer_init()
9377 dns_rdatatype_format(rctx->found_type, tbuf, in rctx_answer_none()
9630 rctx->found_type = ISC_LIST_HEAD(name->list)->type; in rctx_authority_dnssec()