Home
last modified time | relevance | path

Searched refs:Exception_Type (Results 1 – 25 of 56) sorted by path

123

/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-except.ads46 type Exception_Type is limited null record; type
64 CE : constant Exception_Type; -- Constraint_Error
65 PE : constant Exception_Type; -- Program_Error
66 SE : constant Exception_Type; -- Storage_Error
67 TE : constant Exception_Type; -- Tasking_Error
70 procedure Raise_Exception (E : Exception_Type; Message : String);
H A Ds-purexc.ads41 type Exception_Type is limited null record; type
59 CE : constant Exception_Type; -- Constraint_Error
60 PE : constant Exception_Type; -- Program_Error
61 SE : constant Exception_Type; -- Storage_Error
62 TE : constant Exception_Type; -- Tasking_Error
65 procedure Raise_Exception (E : Exception_Type; Message : String);
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-except.ads46 type Exception_Type is limited null record; type
64 CE : constant Exception_Type; -- Constraint_Error
65 PE : constant Exception_Type; -- Program_Error
66 SE : constant Exception_Type; -- Storage_Error
67 TE : constant Exception_Type; -- Tasking_Error
70 procedure Raise_Exception (E : Exception_Type; Message : String);
H A Ds-purexc.ads41 type Exception_Type is limited null record; type
59 CE : constant Exception_Type; -- Constraint_Error
60 PE : constant Exception_Type; -- Program_Error
61 SE : constant Exception_Type; -- Storage_Error
62 TE : constant Exception_Type; -- Tasking_Error
65 procedure Raise_Exception (E : Exception_Type; Message : String);
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/
H A Dg-except.ads46 type Exception_Type is limited null record; type
64 CE : constant Exception_Type; -- Constraint_Error
65 PE : constant Exception_Type; -- Program_Error
66 SE : constant Exception_Type; -- Storage_Error
67 TE : constant Exception_Type; -- Tasking_Error
70 procedure Raise_Exception (E : Exception_Type; Message : String);
H A Ds-purexc.ads41 type Exception_Type is limited null record; type
59 CE : constant Exception_Type; -- Constraint_Error
60 PE : constant Exception_Type; -- Program_Error
61 SE : constant Exception_Type; -- Storage_Error
62 TE : constant Exception_Type; -- Tasking_Error
65 procedure Raise_Exception (E : Exception_Type; Message : String);
/dports/devel/aunit/aunit-gpl-2017-src/lib/gnat/
H A Daunit_shared.gpr20 type Exception_Type is ("fullexception", "certexception", "zfpexception");
24 Except : Exception_Type := "fullexception";
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Dg-except.ads46 type Exception_Type is limited null record; type
64 CE : constant Exception_Type; -- Constraint_Error
65 PE : constant Exception_Type; -- Program_Error
66 SE : constant Exception_Type; -- Storage_Error
67 TE : constant Exception_Type; -- Tasking_Error
70 procedure Raise_Exception (E : Exception_Type; Message : String);
H A Ds-purexc.ads41 type Exception_Type is limited null record; type
59 CE : constant Exception_Type; -- Constraint_Error
60 PE : constant Exception_Type; -- Program_Error
61 SE : constant Exception_Type; -- Storage_Error
62 TE : constant Exception_Type; -- Tasking_Error
65 procedure Raise_Exception (E : Exception_Type; Message : String);
/dports/devel/libslang2/slang-2.3.2/src/
H A Dslerr.c45 Exception_Type *next;
46 Exception_Type *parent;
161 static Exception_Type *find_exception (Exception_Type *root, int error_code) in find_exception()
163 Exception_Type *e; in find_exception()
184 Exception_Type *e; in is_exception_ancestor()
233 Exception_Type *e; in _pSLerr_init_interp_exceptions()
255 Exception_Type *base; in SLerr_new_exception()
256 Exception_Type *e; in SLerr_new_exception()
269 e = (Exception_Type *) SLcalloc (1, sizeof (Exception_Type)); in SLerr_new_exception()
326 Exception_Type *next; in free_exceptions()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/
H A Dg-except.ads46 type Exception_Type is limited null record; type
64 CE : constant Exception_Type; -- Constraint_Error
65 PE : constant Exception_Type; -- Program_Error
66 SE : constant Exception_Type; -- Storage_Error
67 TE : constant Exception_Type; -- Tasking_Error
70 procedure Raise_Exception (E : Exception_Type; Message : String);
H A Ds-purexc.ads41 type Exception_Type is limited null record; type
59 CE : constant Exception_Type; -- Constraint_Error
60 PE : constant Exception_Type; -- Program_Error
61 SE : constant Exception_Type; -- Storage_Error
62 TE : constant Exception_Type; -- Tasking_Error
65 procedure Raise_Exception (E : Exception_Type; Message : String);
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-except.ads46 type Exception_Type is limited null record; type
64 CE : constant Exception_Type; -- Constraint_Error
65 PE : constant Exception_Type; -- Program_Error
66 SE : constant Exception_Type; -- Storage_Error
67 TE : constant Exception_Type; -- Tasking_Error
70 procedure Raise_Exception (E : Exception_Type; Message : String);
H A Ds-purexc.ads41 type Exception_Type is limited null record; type
59 CE : constant Exception_Type; -- Constraint_Error
60 PE : constant Exception_Type; -- Program_Error
61 SE : constant Exception_Type; -- Storage_Error
62 TE : constant Exception_Type; -- Tasking_Error
65 procedure Raise_Exception (E : Exception_Type; Message : String);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Dg-except.ads46 type Exception_Type is limited null record; type
64 CE : constant Exception_Type; -- Constraint_Error
65 PE : constant Exception_Type; -- Program_Error
66 SE : constant Exception_Type; -- Storage_Error
67 TE : constant Exception_Type; -- Tasking_Error
70 procedure Raise_Exception (E : Exception_Type; Message : String);
H A Ds-purexc.ads41 type Exception_Type is limited null record; type
59 CE : constant Exception_Type; -- Constraint_Error
60 PE : constant Exception_Type; -- Program_Error
61 SE : constant Exception_Type; -- Storage_Error
62 TE : constant Exception_Type; -- Tasking_Error
65 procedure Raise_Exception (E : Exception_Type; Message : String);
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Dg-except.ads46 type Exception_Type is limited null record; type
64 CE : constant Exception_Type; -- Constraint_Error
65 PE : constant Exception_Type; -- Program_Error
66 SE : constant Exception_Type; -- Storage_Error
67 TE : constant Exception_Type; -- Tasking_Error
70 procedure Raise_Exception (E : Exception_Type; Message : String);
H A Ds-purexc.ads41 type Exception_Type is limited null record; type
59 CE : constant Exception_Type; -- Constraint_Error
60 PE : constant Exception_Type; -- Program_Error
61 SE : constant Exception_Type; -- Storage_Error
62 TE : constant Exception_Type; -- Tasking_Error
65 procedure Raise_Exception (E : Exception_Type; Message : String);
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dg-except.ads48 type Exception_Type is limited null record;
66 CE : constant Exception_Type; -- Constraint_Error
67 PE : constant Exception_Type; -- Program_Error
68 SE : constant Exception_Type; -- Storage_Error
69 TE : constant Exception_Type; -- Tasking_Error
72 procedure Raise_Exception (E : Exception_Type; Message : String);
H A Ds-purexc.ads41 type Exception_Type is limited null record; type
59 CE : constant Exception_Type; -- Constraint_Error
60 PE : constant Exception_Type; -- Program_Error
61 SE : constant Exception_Type; -- Storage_Error
62 TE : constant Exception_Type; -- Tasking_Error
65 procedure Raise_Exception (E : Exception_Type; Message : String);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/ada/
H A Dg-except.ads48 type Exception_Type is limited null record; type
66 CE : constant Exception_Type; -- Constraint_Error
67 PE : constant Exception_Type; -- Program_Error
68 SE : constant Exception_Type; -- Storage_Error
69 TE : constant Exception_Type; -- Tasking_Error
72 procedure Raise_Exception (E : Exception_Type; Message : String);
H A Ds-purexc.ads41 type Exception_Type is limited null record; type
59 CE : constant Exception_Type; -- Constraint_Error
60 PE : constant Exception_Type; -- Program_Error
61 SE : constant Exception_Type; -- Storage_Error
62 TE : constant Exception_Type; -- Tasking_Error
65 procedure Raise_Exception (E : Exception_Type; Message : String);
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Dg-except.ads46 type Exception_Type is limited null record; type
64 CE : constant Exception_Type; -- Constraint_Error
65 PE : constant Exception_Type; -- Program_Error
66 SE : constant Exception_Type; -- Storage_Error
67 TE : constant Exception_Type; -- Tasking_Error
70 procedure Raise_Exception (E : Exception_Type; Message : String);
H A Ds-purexc.ads41 type Exception_Type is limited null record; type
59 CE : constant Exception_Type; -- Constraint_Error
60 PE : constant Exception_Type; -- Program_Error
61 SE : constant Exception_Type; -- Storage_Error
62 TE : constant Exception_Type; -- Tasking_Error
65 procedure Raise_Exception (E : Exception_Type; Message : String);
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Dg-except.ads46 type Exception_Type is limited null record; type
64 CE : constant Exception_Type; -- Constraint_Error
65 PE : constant Exception_Type; -- Program_Error
66 SE : constant Exception_Type; -- Storage_Error
67 TE : constant Exception_Type; -- Tasking_Error
70 procedure Raise_Exception (E : Exception_Type; Message : String);

123