| /freebsd-12.1/contrib/wpa/src/utils/ |
| H A D | eloop.c | 103 struct eloop_sock_table exceptions; member 184 eloop.exceptions.type = EVENT_TYPE_EXCEPTION; in eloop_init() 442 struct eloop_sock_table *exceptions, in eloop_sock_table_set_fds() argument 493 if (exceptions && exceptions->table) { in eloop_sock_table_set_fds() 494 for (i = 0; i < exceptions->count; i++) { in eloop_sock_table_set_fds() 499 fd = exceptions->table[i].sock; in eloop_sock_table_set_fds() 626 eloop.exceptions.changed) in eloop_sock_table_dispatch() 648 eloop.exceptions.changed) in eloop_sock_table_dispatch() 738 return &eloop.exceptions; in eloop_get_sock_table() 1180 eloop.exceptions.changed = 0; in eloop_run() [all …]
|
| /freebsd-12.1/contrib/googletest/googletest/test/ |
| H A D | BUILD.bazel | 72 "googletest-catch-exceptions-test_.cc", 344 name = "googletest-catch-exceptions-no-ex-test_", 346 srcs = ["googletest-catch-exceptions-test_.cc"], 351 name = "googletest-catch-exceptions-ex-test_", 353 srcs = ["googletest-catch-exceptions-test_.cc"], 359 name = "googletest-catch-exceptions-test", 361 srcs = ["googletest-catch-exceptions-test.py"], 363 ":googletest-catch-exceptions-ex-test_", 364 ":googletest-catch-exceptions-no-ex-test_", 496 # Verifies interaction of death tests and exceptions.
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/ |
| H A D | fman_ncsw.c | 715 if (cfg->exceptions & FMAN_EX_DMA_BUS_ERROR) in fman_dma_init() 718 (cfg->exceptions & FMAN_EX_DMA_READ_ECC) | in fman_dma_init() 719 (cfg->exceptions & FMAN_EX_DMA_FM_WRITE_ECC)) in fman_dma_init() 806 if (cfg->exceptions & FMAN_EX_FPM_SINGLE_ECC) in fman_fpm_init() 808 if (cfg->exceptions & FMAN_EX_FPM_DOUBLE_ECC) in fman_fpm_init() 839 if (cfg->exceptions & FMAN_EX_IRAM_ECC) { in fman_fpm_init() 843 if (cfg->exceptions & FMAN_EX_NURAM_ECC) { in fman_fpm_init() 881 if (cfg->exceptions & FMAN_EX_BMI_LIST_RAM_ECC) in fman_bmi_init() 883 if (cfg->exceptions & FMAN_EX_BMI_PIPELINE_ECC) in fman_bmi_init() 909 if (cfg->exceptions & FMAN_EX_QMI_DOUBLE_ECC) in fman_qmi_init() [all …]
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/ |
| H A D | dtest.pl | 49 %exceptions = (); 184 %exceptions = (); 192 $exceptions{trim($line)} = 1; 203 if (scalar(keys(%exceptions)) == 0) { 212 return $exceptions{$file};
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | basic_ios.h | 155 if (this->exceptions() & __state) in _GLIBCXX_BEGIN_NAMESPACE() 208 exceptions() const in _GLIBCXX_BEGIN_NAMESPACE() 243 exceptions(iostate __except) in _GLIBCXX_BEGIN_NAMESPACE()
|
| H A D | basic_ios.tcc | 51 if (this->exceptions() & this->rdstate()) in _GLIBCXX_BEGIN_NAMESPACE() 110 this->exceptions(__rhs.exceptions()); in copyfmt()
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | genmultilib | 120 exceptions=$4 174 if [ -n "${exceptions}" ]; then 185 for except in ${exceptions}; do
|
| /freebsd-12.1/contrib/googletest/googletest/ |
| H A D | CMakeLists.txt | 226 # MSVC 7.1 does not support STL with exceptions disabled. 276 # Visual Studio .NET 2003 does not support STL with exceptions disabled. 279 googletest-catch-exceptions-no-ex-test_ 282 test/googletest-catch-exceptions-test_.cc) 286 googletest-catch-exceptions-ex-test_ 289 test/googletest-catch-exceptions-test_.cc) 290 py_test(googletest-catch-exceptions-test) 313 # MSVC 7.1 does not support STL with exceptions disabled.
|
| /freebsd-12.1/lib/libgcc_eh/ |
| H A D | Makefile.inc | 23 CFLAGS.${file}+= -fno-exceptions -funwind-tables 26 CXXFLAGS.${file}+= -fno-exceptions -funwind-tables
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | ios | 132 iostate exceptions() const; 133 void exceptions(iostate except); 328 _LIBCPP_INLINE_VISIBILITY iostate exceptions() const; 329 _LIBCPP_INLINE_VISIBILITY void exceptions(iostate __iostate); 562 ios_base::exceptions() const 569 ios_base::exceptions(iostate __iostate) 620 _LIBCPP_INLINE_VISIBILITY iostate exceptions() const {return ios_base::exceptions();} 621 _LIBCPP_INLINE_VISIBILITY void exceptions(iostate __iostate) {ios_base::exceptions(__iostate);} 793 exceptions(__rhs.exceptions());
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/MACSEC/ |
| H A D | fm_macsec_master.c | 162 p_FmMacsec->exceptions &= ~FM_MACSEC_EX_ECC; in MacsecInit() 163 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->erer, p_FmMacsec->exceptions); in MacsecInit() 413 p_FmMacsec->exceptions &= ~FM_MACSEC_EX_ECC; in MacsecSetException() 415 p_FmMacsec->exceptions |= FM_MACSEC_EX_ECC; in MacsecSetException() 416 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->erer, p_FmMacsec->exceptions); in MacsecSetException() 932 p_FmMacsec->exceptions |= bitMask; in FmMacsecSetException() 934 p_FmMacsec->exceptions &= ~bitMask; in FmMacsecSetException() 939 WRITE_UINT32(p_FmMacsec->p_FmMacsecRegs->erer, p_FmMacsec->exceptions); in FmMacsecSetException() 1003 p_FmMacsec->exceptions = DEFAULT_exceptions; in FM_MACSEC_MASTER_Config()
|
| H A D | fm_macsec_secy.c | 58 if (p_FmMacsecSecY->exceptions & FM_MACSEC_SECY_EX_FRAME_DISCARDED) in FmMacsecSecYExceptionsIsr() 227 p_FmMacsecSecY->exceptions = DEFAULT_exceptions; in FM_MACSEC_SECY_Config() 308 if (p_FmMacsecSecY->exceptions & FM_MACSEC_SECY_EX_FRAME_DISCARDED) in FM_MACSEC_SECY_Init() 358 if (p_FmMacsecSecY->exceptions & FM_MACSEC_SECY_EX_FRAME_DISCARDED) in FM_MACSEC_SECY_Free() 462 p_FmMacsecSecY->exceptions |= bitMask; in FM_MACSEC_SECY_ConfigException() 464 p_FmMacsecSecY->exceptions &= ~bitMask; in FM_MACSEC_SECY_ConfigException()
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/MAC/ |
| H A D | tgec.c | 304 p_Tgec->exceptions |= bitMask; in TgecConfigException() 306 p_Tgec->exceptions &= ~bitMask; in TgecConfigException() 687 p_Tgec->exceptions |= bitMask; in TgecSetExcpetion() 689 p_Tgec->exceptions &= ~bitMask; in TgecSetExcpetion() 773 p_Tgec->exceptions &= ~(TGEC_IMASK_REM_FAULT | TGEC_IMASK_LOC_FAULT); in TgecInit() 786 err = fman_tgec_init(p_Tgec->p_MemMap, p_TgecDriverParam, p_Tgec->exceptions); in TgecInit() 968 p_Tgec->exceptions = DEFAULT_exceptions; in TGEC_Config()
|
| H A D | dtsec.c | 551 p_Dtsec->exceptions |= bitMask; in DtsecConfigException() 553 p_Dtsec->exceptions &= ~bitMask; in DtsecConfigException() 1055 p_Dtsec->exceptions &= ~DTSEC_IMASK_MSROEN; in DtsecSetStatistics() 1058 p_Dtsec->exceptions |= DTSEC_IMASK_MSROEN; in DtsecSetStatistics() 1061 p_Dtsec->exceptions |= DTSEC_IMASK_MSROEN; in DtsecSetStatistics() 1173 p_Dtsec->exceptions |= bitMask; in DtsecSetException() 1175 p_Dtsec->exceptions &= ~bitMask; in DtsecSetException() 1243 p_Dtsec->exceptions); in DtsecInit() 1454 p_Dtsec->exceptions = DEFAULT_exceptions; in DTSEC_Config()
|
| H A D | memac.c | 424 p_Memac->exceptions |= bitMask; in MemacConfigException() 426 p_Memac->exceptions &= ~bitMask; in MemacConfigException() 791 p_Memac->exceptions |= bitMask; in MemacSetException() 793 p_Memac->exceptions &= ~bitMask; in MemacSetException() 898 p_Memac->exceptions); in MemacInit() 1090 p_Memac->exceptions = MEMAC_default_exceptions; in MEMAC_Config()
|
| H A D | memac.h | 84 uint32_t exceptions; member
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/Port/ |
| H A D | fm_port_im.c | 266 p_FmPort->exceptions = DEFAULT_PORT_exception; in FmPortConfigIM() 373 if (!p_FmPort->polling || p_FmPort->exceptions) in FmPortImInit() 384 if (p_FmPort->exceptions & IM_EV_BSY) in FmPortImInit() 452 if (!p_FmPort->polling || p_FmPort->exceptions) in FmPortImFree() 587 p_FmPort->exceptions |= IM_EV_BSY; in FM_PORT_SetIMExceptions() 611 p_FmPort->exceptions &= ~IM_EV_BSY; in FM_PORT_SetIMExceptions() 612 if (!p_FmPort->exceptions && p_FmPort->polling) in FM_PORT_SetIMExceptions()
|
| /freebsd-12.1/usr.bin/dtc/ |
| H A D | Makefile | 9 CXXFLAGS+= -fno-rtti -fno-exceptions
|
| /freebsd-12.1/contrib/binutils/config/ |
| H A D | unwind_ipinfo.m4 | 8 CXXFLAGS="$CXXFLAGS -fno-exceptions"
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/QM/ |
| H A D | qm.h | 482 uint32_t exceptions; member 640 p_Qm->exceptions |= bitMask; in SetException() 642 p_Qm->exceptions &= ~bitMask; in SetException()
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/BM/ |
| H A D | bm.c | 486 p_Bm->exceptions = DEFAULT_exceptions; in BM_Config() 558 WRITE_UINT32(p_Bm->p_BmRegs->err_isr, p_Bm->exceptions); in BM_Init() 559 WRITE_UINT32(p_Bm->p_BmRegs->err_ier, p_Bm->exceptions); in BM_Init() 658 p_Bm->exceptions |= bitMask; in BM_ConfigException() 660 p_Bm->exceptions &= ~bitMask; in BM_ConfigException()
|
| /freebsd-12.1/contrib/netcat/ |
| H A D | FREEBSD-upgrade | 8 few exceptions:
|
| /freebsd-12.1/sys/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fm_prs.c | 117 p_FmPcd->exceptions |= p_FmPcd->p_FmPcdDriverParam->dfltCfg.prs_exceptions; in PrsConfig() 157 if(p_FmPcd->exceptions & FM_PCD_EX_PRS_SINGLE_ECC) in PrsInit() 160 if(p_FmPcd->exceptions & FM_PCD_EX_PRS_DOUBLE_ECC) in PrsInit()
|
| H A D | fm_pcd.c | 1098 p_FmPcd->exceptions |= bitMask; in FM_PCD_ConfigException() 1100 p_FmPcd->exceptions &= ~bitMask; in FM_PCD_ConfigException() 1772 p_FmPcd->exceptions |= bitMask; in FM_PCD_SetException() 1774 p_FmPcd->exceptions &= ~bitMask; in FM_PCD_SetException() 1916 if (!(p_FmPcd->exceptions & FM_PCD_EX_PRS_DOUBLE_ECC)) in FM_PCD_ForceIntr() 1920 if (!(p_FmPcd->exceptions & FM_PCD_EX_PRS_SINGLE_ECC)) in FM_PCD_ForceIntr() 1924 if (!(p_FmPcd->exceptions & FM_EX_KG_DOUBLE_ECC)) in FM_PCD_ForceIntr() 1929 if (!(p_FmPcd->exceptions & FM_EX_KG_KEYSIZE_OVERFLOW)) in FM_PCD_ForceIntr() 1934 if (!(p_FmPcd->exceptions & FM_PCD_EX_PLCR_DOUBLE_ECC)) in FM_PCD_ForceIntr() 1939 if (!(p_FmPcd->exceptions & FM_PCD_EX_PLCR_INIT_ENTRY_ERROR)) in FM_PCD_ForceIntr() [all …]
|
| /freebsd-12.1/lib/libclang_rt/ |
| H A D | Makefile.inc | 34 CFLAGS+= -fno-exceptions
|