HomeSort by: relevance | last modified time | path
    Searched defs:__objc_exception_class (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libobjc/
exception.c 89 const _Unwind_Exception_Class __objc_exception_class
95 static const _Unwind_Exception_Class __objc_exception_class
297 foreign_exception = (exception_class != __objc_exception_class);
509 memcpy (&header->base.exception_class, &__objc_exception_class,
510 sizeof (__objc_exception_class));
88 const _Unwind_Exception_Class __objc_exception_class variable
94 static const _Unwind_Exception_Class __objc_exception_class variable
  /src/external/gpl3/gcc.old/dist/libobjc/
exception.c 89 const _Unwind_Exception_Class __objc_exception_class
95 static const _Unwind_Exception_Class __objc_exception_class
297 foreign_exception = (exception_class != __objc_exception_class);
509 memcpy (&header->base.exception_class, &__objc_exception_class,
510 sizeof (__objc_exception_class));
88 const _Unwind_Exception_Class __objc_exception_class variable
94 static const _Unwind_Exception_Class __objc_exception_class variable

Completed in 27 milliseconds