HomeSort by: relevance | last modified time | path
    Searched refs:found_type (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++/
eh_personality.cc 373 } found_type;
443 found_type = (landing_pad == 0 ? found_terminate : found_handler);
526 found_type = found_terminate;
534 found_type = found_nothing;
541 found_type = found_cleanup;
644 found_type = found_handler;
647 found_type = (saw_cleanup ? found_cleanup : found_nothing);
651 if (found_type == found_nothing)
656 if (found_type == found_cleanup)
677 if (found_type == found_terminate
372 } found_type; local
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/libsupc++/
eh_personality.cc 373 } found_type;
443 found_type = (landing_pad == 0 ? found_terminate : found_handler);
526 found_type = found_terminate;
534 found_type = found_nothing;
541 found_type = found_cleanup;
640 found_type = found_handler;
643 found_type = (saw_cleanup ? found_cleanup : found_nothing);
647 if (found_type == found_nothing)
652 if (found_type == found_cleanup)
673 if (found_type == found_terminate
372 } found_type; local
    [all...]
  /src/external/mpl/bind/dist/tests/dns/
sigs_test.c 108 char found_type[DNS_RDATATYPE_FORMATSIZE] = {}; local
154 isc_buffer_init(&typebuf, found_type, sizeof(found_type));
  /src/usr.sbin/sysinst/
label.c 600 goto found_type;
604 goto found_type;
618 goto found_type;
625 goto found_type;
632 found_type:
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 799 dns_rdatatype_t found_type; /* invalid type in negative member in struct:respctx
8355 rctx->found_type = dns_rdatatype_none;
9377 dns_rdatatype_format(rctx->found_type, tbuf,
9630 rctx->found_type = ISC_LIST_HEAD(name->list)->type;
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 857 dns_rdatatype_t found_type; /* invalid type in negative member in struct:respctx
8060 rctx->found_type = dns_rdatatype_none;
9092 dns_rdatatype_format(rctx->found_type, tbuf,
9342 rctx->found_type = ISC_LIST_HEAD(name->list)->type;

Completed in 31 milliseconds