Searched refs:Non_Ada_Error (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/ada/
H A Draise-gcc.c846 This takes care of the special Non_Ada_Error case on VMS. */
864 #define Non_Ada_Error system__aux_dec__non_ada_error macro
865 extern struct Exception_Data Non_Ada_Error;
908 /* In addition, on OpenVMS, Non_Ada_Error matches VMS exceptions, and we
920 || choice == (_Unwind_Ptr)&Non_Ada_Error)))
H A Dinit.c878 Non_Ada_Error. Since this is defined in s-auxdec, it should only be
908 #define Non_Ada_Error system__aux_dec__non_ada_error macro
909 extern struct Exception_Data Non_Ada_Error;
1251 /* User programs expect Non_Ada_Error to be raised if no match,
1253 exception = &Non_Ada_Error;

Completed in 103 milliseconds