Searched refs:begin_catch (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/objc/
H A Dobjc-runtime-hooks.h92 tree (*begin_catch) (struct objc_try_context **, tree, tree, tree, bool); member in struct:_objc_runtime_hooks_r
H A Dobjc-gnu-runtime-abi-01.c133 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
188 rthooks->begin_catch = begin_catch;
2245 begin_catch (struct objc_try_context **cur_try_context, tree type, function
H A Dobjc-next-runtime-abi-02.c242 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
290 rthooks->begin_catch = begin_catch;
3663 static tree begin_catch (struct objc_try_context **cur_try_context, tree type, function
H A Dobjc-next-runtime-abi-01.c152 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
196 rthooks->begin_catch = begin_catch;
2913 begin_catch (struct objc_try_context **cur_try_context, tree type, function
H A Dobjc-act.c4294 t = (*runtime.begin_catch) (&cur_try_context, type, decl, compound, ellipsis);

Completed in 129 milliseconds