Searched refs:exceptions (Results 1 - 25 of 65) sorted by relevance

123

/freebsd-11-stable/usr.bin/dtc/
H A DMakefile9 CXXFLAGS+= -std=c++11 -fno-rtti -fno-exceptions
/freebsd-11-stable/lib/libgcc_eh/
H A DMakefile.inc23 CFLAGS.${file}+= -fno-exceptions -funwind-tables
26 CXXFLAGS.${file}+= -fno-exceptions -funwind-tables
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl49 %exceptions = ();
184 %exceptions = ();
192 $exceptions{trim($line)} = 1;
203 if (scalar(keys(%exceptions)) == 0) {
212 return $exceptions{$file};
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dbasic_ios.h148 // exceptions().
155 if (this->exceptions() & __state)
201 * @brief Throwing exceptions on errors.
202 * @return The current exceptions mask.
205 * of exceptions(iostate) for the meaning of the return value.
208 exceptions() const function in class:basic_ios
212 * @brief Throwing exceptions on errors.
213 * @param except The new exceptions mask.
216 * exceptions mask for each stream; if a bit in the mask becomes set
220 * If the error flage is already set when the exceptions mas
243 exceptions(iostate __except) function in class:basic_ios
[all...]
/freebsd-11-stable/lib/libclang_rt/
H A DMakefile.inc26 CFLAGS+= -fno-exceptions
/freebsd-11-stable/contrib/wpa/src/utils/
H A Deloop.c103 struct eloop_sock_table exceptions; member in struct:eloop_data
184 eloop.exceptions.type = EVENT_TYPE_EXCEPTION;
442 struct eloop_sock_table *exceptions,
493 if (exceptions && exceptions->table) {
494 for (i = 0; i < exceptions->count; i++) {
499 fd = exceptions->table[i].sock;
551 struct eloop_sock_table *exceptions,
564 eloop_sock_table_dispatch_table(exceptions, pollfds_map,
626 eloop.exceptions
440 eloop_sock_table_set_fds(struct eloop_sock_table *readers, struct eloop_sock_table *writers, struct eloop_sock_table *exceptions, struct pollfd *pollfds, struct pollfd **pollfds_map, int max_pollfd_map) argument
549 eloop_sock_table_dispatch(struct eloop_sock_table *readers, struct eloop_sock_table *writers, struct eloop_sock_table *exceptions, struct pollfd **pollfds_map, int max_pollfd_map) argument
[all...]
/freebsd-11-stable/lib/atf/libatf-c++/
H A DMakefile58 exceptions.cpp \
/freebsd-11-stable/contrib/gcc/
H A Dgenmultilib57 # the compiler similar to exceptions. The difference being that exclusions
120 exceptions=$4
173 # If there exceptions, weed them out now
174 if [ -n "${exceptions}" ]; then
185 for except in ${exceptions}; do
/freebsd-11-stable/lib/libomp/
H A DMakefile58 CXXFLAGS+= -fno-exceptions
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3nametest.c25 static const char *const exceptions[] = { variable
66 for (p = exceptions; *p; ++p)
/freebsd-11-stable/gnu/usr.bin/groff/
H A DMakefile.inc76 CXXFLAGS+= -fno-rtti -fno-exceptions
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port_im.c285 p_FmPort->exceptions = DEFAULT_exception;
409 if (!p_FmPort->polling || p_FmPort->exceptions)
420 if(p_FmPort->exceptions & IM_EV_BSY)
488 if (!p_FmPort->polling || p_FmPort->exceptions)
623 p_FmPort->exceptions |= IM_EV_BSY;
647 p_FmPort->exceptions &= ~IM_EV_BSY;
648 if (!p_FmPort->exceptions && p_FmPort->polling)
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Pcd/
H A Dfm_pcd.c1336 p_FmPcd->exceptions |= bitMask;
1338 p_FmPcd->exceptions &= ~bitMask;
1362 p_FmPcd->exceptions |= bitMask;
1364 p_FmPcd->exceptions &= ~bitMask;
1459 /* for ECC exceptions driver automatically enables ECC mechanism, if disabled.
1514 if (!(p_FmPcd->exceptions & FM_PCD_EX_PRS_DOUBLE_ECC))
1519 if (!(p_FmPcd->exceptions & FM_PCD_EX_PRS_SINGLE_ECC))
1524 if (!(p_FmPcd->exceptions & FM_PCD_EX_KG_DOUBLE_ECC))
1529 if (!(p_FmPcd->exceptions & FM_PCD_EX_KG_KEYSIZE_OVERFLOW))
1534 if (!(p_FmPcd->exceptions
[all...]
H A Dfm_prs.c74 p_FmPcd->exceptions |= (DEFAULT_fmPcdPrsErrorExceptions | DEFAULT_fmPcdPrsExceptions);
197 if(p_FmPcd->exceptions & FM_PCD_EX_PRS_SINGLE_ECC)
213 if(p_FmPcd->exceptions & FM_PCD_EX_PRS_DOUBLE_ECC)
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/QM/
H A Dqm.h482 uint32_t exceptions; member in struct:__anon8291
640 p_Qm->exceptions |= bitMask;
642 p_Qm->exceptions &= ~bitMask;
/freebsd-11-stable/contrib/atf/atf-c++/detail/
H A Dprocess.hpp40 #include <atf-c++/detail/exceptions.hpp>
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_mac_ext.h120 @Param[in] exceptions - The exception that occurred
125 typedef void (t_FmMacExceptionCallback)(t_Handle h_App, e_FmMacExceptions exceptions);
192 int mdioIrq; /**< MDIO exceptions interrupt source - not valid for all
358 @Param[in] ex Type of the desired exceptions
488 @Param[in] ex Type of the desired exceptions
/freebsd-11-stable/gnu/lib/csu/
H A DMakefile20 CFLAGS+= -fno-inline-functions -fno-exceptions \
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfm.c2495 p_Fm->p_FmStateStruct->exceptions = DEFAULT_exceptions;
2697 p_Fm->p_FmStateStruct->exceptions &= ~FM_EX_BMI_DISPATCH_RAM_ECC;
2702 p_Fm->p_FmStateStruct->exceptions &= ~FM_EX_BMI_LIST_RAM_ECC;
2707 p_Fm->p_FmStateStruct->exceptions &= ~FM_EX_BMI_PIPELINE_ECC;
2712 p_Fm->p_FmStateStruct->exceptions &= ~(FM_EX_QMI_SINGLE_ECC | FM_EX_QMI_DOUBLE_ECC);
2817 if (p_Fm->p_FmStateStruct->exceptions & FM_EX_DMA_BUS_ERROR)
2819 if ((p_Fm->p_FmStateStruct->exceptions & FM_EX_DMA_SYSTEM_WRITE_ECC) | (p_Fm->p_FmStateStruct->exceptions & FM_EX_DMA_READ_ECC) | (p_Fm->p_FmStateStruct->exceptions & FM_EX_DMA_FM_WRITE_ECC))
2907 /* define exceptions an
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dsys.vars.mk51 # but sadly there are exceptions!
/freebsd-11-stable/lib/clang/
H A Dllvm.build.mk112 CXXFLAGS+= -fno-exceptions
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Dtgec.c426 p_Tgec->exceptions |= bitMask;
428 p_Tgec->exceptions &= ~bitMask;
877 p_Tgec->exceptions |= bitMask;
879 p_Tgec->exceptions &= ~bitMask;
1114 p_Tgec->exceptions &= ~(IMASK_REM_FAULT | IMASK_LOC_FAULT);
1118 WRITE_UINT32(p_MemMap->imask, p_Tgec->exceptions);
1261 p_Tgec->exceptions = DEFAULT_exceptions;
H A Ddtsec.c658 p_Dtsec->exceptions |= bitMask;
660 p_Dtsec->exceptions &= ~bitMask;
1230 p_Dtsec->exceptions &= ~IMASK_MSROEN;
1237 p_Dtsec->exceptions |= IMASK_MSROEN;
1244 p_Dtsec->exceptions |= IMASK_MSROEN;
1355 p_Dtsec->exceptions |= bitMask;
1357 p_Dtsec->exceptions &= ~bitMask;
1373 DBG(WARNING, ("Disabled MIB counters overflow exceptions. Counters value may be inaccurate due to unregistered overflow"));
1738 WRITE_UINT32(p_DtsecMemMap->imask, p_Dtsec->exceptions);
1934 p_Dtsec->exceptions
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/BM/
H A Dbm.c486 p_Bm->exceptions = DEFAULT_exceptions;
558 WRITE_UINT32(p_Bm->p_BmRegs->err_isr, p_Bm->exceptions);
559 WRITE_UINT32(p_Bm->p_BmRegs->err_ier, p_Bm->exceptions);
658 p_Bm->exceptions |= bitMask;
660 p_Bm->exceptions &= ~bitMask;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp280 // Just completely ignore this under -fno-exceptions prior to C++17.
360 // FIXME: What if the exceptions are described in terms of the old
362 ESI.Exceptions = OldProto->exceptions();
413 for (const auto &E : OldProto->exceptions()) {
534 // specifier that is not a noexcept-specification allowing all exceptions,
587 for (const auto &I : Old->exceptions())
590 for (const auto &I : New->exceptions()) {
761 // Just auto-succeed under -fno-exceptions.
826 for (QualType SubI : Subset->exceptions()) {
832 for (QualType SuperI : Superset->exceptions()) {
[all...]

Completed in 308 milliseconds

123