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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-runtime-hooks.h 93 void (*finish_catch) (struct objc_try_context **, tree); member in struct:objc_runtime_hooks
objc-gnu-runtime-abi-01.cc 124 static void finish_catch (struct objc_try_context **, tree);
180 rthooks->finish_catch = finish_catch;
2248 finish_catch (struct objc_try_context **cur_try_context, tree current_catch) function
objc-next-runtime-abi-01.cc 136 static void finish_catch (struct objc_try_context **, tree);
181 rthooks->finish_catch = finish_catch;
2924 finish_catch (struct objc_try_context **cur_try_context, tree current_catch) function
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-runtime-hooks.h 93 void (*finish_catch) (struct objc_try_context **, tree); member in struct:objc_runtime_hooks
objc-gnu-runtime-abi-01.cc 124 static void finish_catch (struct objc_try_context **, tree);
180 rthooks->finish_catch = finish_catch;
2245 finish_catch (struct objc_try_context **cur_try_context, tree current_catch) function
objc-next-runtime-abi-01.cc 136 static void finish_catch (struct objc_try_context **, tree);
181 rthooks->finish_catch = finish_catch;
2921 finish_catch (struct objc_try_context **cur_try_context, tree current_catch) function

Completed in 65 milliseconds