Searched refs:ex (Results 226 - 250 of 890) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dcp-valprint.c308 catch (const gdb_exception_error &ex) argument
312 ex.what ());
438 catch (const gdb_exception_error &ex) argument
440 if (ex.error == NOT_AVAILABLE_ERROR)
H A Devent-top.c182 CATCH_SJLJ (ex, RETURN_MASK_ALL)
184 gdb_expt = std::move (ex);
222 catch (gdb_exception &ex)
224 gdb_rl_expt = std::move (ex);
221 catch(gdb_exception &ex) argument
H A Dframe.c603 catch (const gdb_exception &ex) argument
979 catch (const gdb_exception_error &ex) argument
981 if (ex.error == NOT_AVAILABLE_ERROR)
991 else if (ex.error == OPTIMIZED_OUT_ERROR)
2001 catch (const gdb_exception &ex) argument
2185 catch (const gdb_exception_error &ex) argument
2187 if (ex.error == MEMORY_ERROR)
2190 if (ex.message != NULL)
2199 size = ex.message->size () + 1;
2201 memcpy (stop_string, ex
2473 catch(const gdb_exception_error &ex) argument
2555 catch(const gdb_exception_error &ex) argument
2842 catch(const gdb_exception_error &ex) argument
[all...]
H A Dframe-unwind.c132 catch (const gdb_exception &ex) argument
144 if (ex.error == NOT_AVAILABLE_ERROR)
H A Dcp-abi.c82 catch (const gdb_exception_error &ex) argument
84 if (ex.error != NOT_AVAILABLE_ERROR)
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Dparse-connection-spec-selftests.c215 catch (const gdb_exception_error &ex) argument
H A Dgmp-utils-selftests.c96 catch (const gdb_exception_error &ex)
98 SELF_CHECK (ex.reason == RETURN_ERROR);
99 SELF_CHECK (ex.error == GENERIC_ERROR);
100 SELF_CHECK (strstr (ex.what (), "Cannot export value") != nullptr);
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dcompile-object-run.c168 catch (const gdb_exception_error &ex) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dframe.c591 catch (const gdb_exception &ex) argument
951 catch (const gdb_exception_error &ex) argument
953 if (ex.error == NOT_AVAILABLE_ERROR)
960 else if (ex.error == OPTIMIZED_OUT_ERROR)
2154 catch (const gdb_exception &ex) argument
2337 catch (const gdb_exception_error &ex) argument
2339 if (ex.error == MEMORY_ERROR)
2342 if (ex.message != NULL)
2351 size = ex.message->size () + 1;
2353 memcpy (stop_string, ex
2616 catch(const gdb_exception_error &ex) argument
2698 catch(const gdb_exception_error &ex) argument
2983 catch(const gdb_exception_error &ex) argument
[all...]
H A Ddisasm-selftests.c324 catch (const gdb_exception_error &ex) argument
326 if (ex.error == MEMORY_ERROR)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Descape.d218 foreach (ex; *ae.elements)
220 if (ex)
221 errors |= checkNewEscape(sc, ex, gag);
239 foreach (ex; *ae.keys)
241 if (ex)
242 errors |= checkNewEscape(sc, ex, gag);
244 foreach (ex; *ae.values)
246 if (ex)
247 errors |= checkNewEscape(sc, ex, gag);
1575 foreach (ex; *
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dresbin.c439 d->ex = NULL;
452 d->ex = (rc_dialog_ex *) res_alloc (sizeof (rc_dialog_ex));
453 d->ex->help = windres_get_32 (wrbfd, data + 4, 4);
485 if (d->ex != NULL)
487 d->ex->weight = 0;
488 d->ex->italic = 0;
489 d->ex->charset = 1; /* Default charset. */
500 if (d->ex != NULL)
504 d->ex->weight = windres_get_16 (wrbfd, data + off, 2);
505 d->ex
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dresbin.c439 d->ex = NULL;
452 d->ex = (rc_dialog_ex *) res_alloc (sizeof (rc_dialog_ex));
453 d->ex->help = windres_get_32 (wrbfd, data + 4, 4);
485 if (d->ex != NULL)
487 d->ex->weight = 0;
488 d->ex->italic = 0;
489 d->ex->charset = 1; /* Default charset. */
500 if (d->ex != NULL)
504 d->ex->weight = windres_get_16 (wrbfd, data + off, 2);
505 d->ex
[all...]
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dresbin.c439 d->ex = NULL;
452 d->ex = (rc_dialog_ex *) res_alloc (sizeof (rc_dialog_ex));
453 d->ex->help = windres_get_32 (wrbfd, data + 4, 4);
485 if (d->ex != NULL)
487 d->ex->weight = 0;
488 d->ex->italic = 0;
489 d->ex->charset = 1; /* Default charset. */
500 if (d->ex != NULL)
504 d->ex->weight = windres_get_16 (wrbfd, data + off, 2);
505 d->ex
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddcast.c193 Expression *ex = e->optimize(WANTvalue); local
194 if (ex->type->equals(t))
199 if (ex != e)
202 result = ex->implicitConvTo(t);
1612 NullExp *ex = (NullExp *)result; local
1613 ex->committed = 1;
1984 Expression *ex = (*te->exps)[i]; local
1985 ex = ex->castTo(sc, t);
1986 (*te->exps)[i] = ex;
2038 Expression *ex = (*e->elements)[i]; local
2076 Expression *ex = (*e->elements)[i]; local
2084 Expression *ex = typeb->nextOf()->defaultInitLiteral(e->loc); local
2115 Expression *ex = (*e->values)[i]; local
3302 Expression *ex = be->incompatibleTypes(); local
[all...]
H A Descape.c837 Expression *ex = (*e->elements)[i]; local
838 if (ex)
839 ex->accept(this);
851 Expression *ex = (*e->arguments)[i]; local
852 if (ex)
853 ex->accept(this);
1048 * (ref v = ex; ex)
1054 Expression *ex = ((ConstructExp *)ez->exp)->e2; local
1055 ex
[all...]
/netbsd-current/sys/arch/sparc64/dev/
H A Dpsycho.c776 struct extent *ex; local
798 ex = extent_create(name, baddr, bsize - baddr - 1, 0, 0, EX_NOWAIT);
799 if (ex == NULL) {
810 if (extent_alloc_region(ex, baddr, addr - baddr,
815 extent_destroy(ex);
816 ex = NULL;
823 if (extent_alloc_region(ex, baddr, bsize - baddr, EX_NOWAIT)) {
826 extent_destroy(ex);
827 ex = NULL;
833 extent_print(ex);
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dpe-dll.c558 struct exclude_list_struct *ex; local
648 for (ex = excludes; ex; ex = ex->next)
650 if (ex->type == EXCLUDELIBS)
653 && ((filename_cmp (libname, ex->string) == 0)
654 || (strcasecmp ("ALL", ex->string) == 0)))
657 else if (ex->type == EXCLUDEFORIMPLIB)
659 if (filename_cmp (bfd_get_filename (abfd), ex
2853 struct exclude_list_struct *ex; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dpe-dll.c559 struct exclude_list_struct *ex; local
649 for (ex = excludes; ex; ex = ex->next)
651 if (ex->type == EXCLUDELIBS)
654 && ((filename_cmp (libname, ex->string) == 0)
655 || (strcasecmp ("ALL", ex->string) == 0)))
658 else if (ex->type == EXCLUDEFORIMPLIB)
660 if (filename_cmp (bfd_get_filename (abfd), ex
2877 struct exclude_list_struct *ex; local
[all...]
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dpe-dll.c570 struct exclude_list_struct *ex; local
660 for (ex = excludes; ex; ex = ex->next)
662 if (ex->type == EXCLUDELIBS)
665 && ((filename_cmp (libname, ex->string) == 0)
666 || (strcasecmp ("ALL", ex->string) == 0)))
669 else if (ex->type == EXCLUDEFORIMPLIB)
671 if (filename_cmp (bfd_get_filename (abfd), ex
2956 struct exclude_list_struct *ex; local
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui.c112 catch (const gdb_exception &ex) argument
114 exception_print (gdb_stderr, ex);
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Dz80n_all.d185 [ ]+15c:[ ]+e3[ ]+ex \(sp\),hl
186 [ ]+15d:[ ]+dd e3[ ]+ex \(sp\),ix
187 [ ]+15f:[ ]+fd e3[ ]+ex \(sp\),iy
188 [ ]+161:[ ]+08[ ]+ex af,af'
189 [ ]+162:[ ]+eb[ ]+ex de,hl
/netbsd-current/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-break.c61 catch (const gdb_exception &ex) argument
63 exception_print (gdb_stderr, ex);
/netbsd-current/external/gpl3/gdb/dist/gdb/stubs/
H A Dz80-stub.c188 void debug_exception (int ex);
369 debug_exception (int ex) __naked
393 (void)ex; variable
469 stub_main (int ex, int pc_adj) argument
472 sigval = (signed char)ex;
1261 ex de, hl
1278 ex af, af' ;'
1313 ex af, af' ;'
/netbsd-current/external/gpl3/gdb/dist/gdb/tui/
H A Dtui.c125 catch (const gdb_exception &ex) argument
127 exception_print (gdb_stderr, ex);

Completed in 242 milliseconds

1234567891011>>