Home
last modified time | relevance | path

Searched refs:thrown (Results 1 – 25 of 77) sorted by relevance

1234

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dexception48 /** If an %exception is thrown which is not listed in a function's
49 * %exception specification, one of these may be thrown. */
90 /** The runtime will call this function if an %exception is thrown which
H A Dtypeinfo160 // Try and catch a thrown type. Store an adjusted pointer to the
162 // THR_OBJ points to the thrown object. If THR_TYPE is a pointer
189 * this class (or something derived from this class) is thrown. */
H A Dostream150 * If an exception is thrown during insertion, ios_base::badbit
152 * ios_base::failure to be thrown. The original exception will then
292 * If an exception is thrown during insertion, ios_base::badbit
H A Distream152 * If an exception is thrown during extraction, ios_base::badbit
154 * ios_base::failure to be thrown) and the original exception will
288 * If an exception is thrown during extraction, ios_base::badbit
290 * ios_base::failure to be thrown) and the original exception will
H A Dnew50 * @brief Exception possibly thrown by @c new.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dexception48 /** If an %exception is thrown which is not listed in a function's
49 * %exception specification, one of these may be thrown. */
90 /** The runtime will call this function if an %exception is thrown which
H A Dtypeinfo160 // Try and catch a thrown type. Store an adjusted pointer to the
162 // THR_OBJ points to the thrown object. If THR_TYPE is a pointer
189 * this class (or something derived from this class) is thrown. */
H A Dostream150 * If an exception is thrown during insertion, ios_base::badbit
152 * ios_base::failure to be thrown. The original exception will then
292 * If an exception is thrown during insertion, ios_base::badbit
H A Distream152 * If an exception is thrown during extraction, ios_base::badbit
154 * ios_base::failure to be thrown) and the original exception will
288 * If an exception is thrown during extraction, ios_base::badbit
290 * ios_base::failure to be thrown) and the original exception will
H A Dnew50 * @brief Exception possibly thrown by @c new.
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/slang/slang/
H A Darray_test.patch4 IndexError will only be thrown for 64 bit machines, so we add InvalidParmError for 32 bit ones.
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Ddo_balan.c1512 for (i = 0; i < ARRAY_SIZE(tb->thrown); i++) in store_thrown()
1513 if (!tb->thrown[i]) { in store_thrown()
1514 tb->thrown[i] = bh; in store_thrown()
1526 for (i = 0; i < ARRAY_SIZE(tb->thrown); i++) { in free_thrown()
1527 if (tb->thrown[i]) { in free_thrown()
1528 blocknr = tb->thrown[i]->b_blocknr; in free_thrown()
1529 if (buffer_dirty(tb->thrown[i])) in free_thrown()
1533 brelse(tb->thrown[i]); /* incremented in store_thrown */ in free_thrown()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/perl/
H A Dliberror-perl_0.17029.bb5 either be thrown, for subsequent catch, or can simply be recorded."
/OK3568_Linux_fs/buildroot/package/libsvgtiny/
H A D0002-Remove-Werror.patch8 Those changes make libsvgtiny fail because some warnings are thrown and
/OK3568_Linux_fs/kernel/Documentation/admin-guide/nfs/
H A Dnfsd-admin-interfaces.rst26 0 to nfsd/threads. All locks and state are thrown away at that point.
/OK3568_Linux_fs/buildroot/package/intltool/
H A D0001-perl-5.26-compatibility.patch1 Fix regex errors thrown by Perl 5.26:
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/pbzip2/pbzip2/
H A D0001-pbzip2-Fix-invalid-suffix-on-literal-C-11-warning.patch48 // unlikely to get here since more likely exception will be thrown
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Dautomount-support.rst61 from the namespace and thrown away (effectively unmounted).
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/procmail/procmail/
H A Dfrom-debian-to-modify-parameters.patch81 * out of the environment (variables without an '=' sign will be thrown
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dbuiltin-attrs.def399 /* Same attributes used for BUILT_IN_MALLOC except with TM_PURE thrown in. */
402 /* Same attributes used for BUILT_IN_FREE except with TM_PURE thrown in. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dbuiltin-attrs.def399 /* Same attributes used for BUILT_IN_MALLOC except with TM_PURE thrown in. */
402 /* Same attributes used for BUILT_IN_FREE except with TM_PURE thrown in. */
H A Dgimple.def196 if an exception is thrown during execution of EVAL. If TRY_KIND is
199 exception was thrown). */
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dexception299 static_assert( is_copy_constructible<_Up>::value, "type thrown must be CopyConstructible");
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dexception299 static_assert( is_copy_constructible<_Up>::value, "type thrown must be CopyConstructible");
/OK3568_Linux_fs/kernel/Documentation/staging/
H A Dxz.rst35 .xz files from userspace. The decompressed output is thrown away.

1234