Home
last modified time | relevance | path

Searched refs:begin_catch (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-runtime-hooks.h92 tree (*begin_catch) (struct objc_try_context **, tree, tree, tree, bool); member
H A Dobjc-gnu-runtime-abi-01.c123 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
179 rthooks->begin_catch = begin_catch; in objc_gnu_runtime_abi_01_init()
2225 begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch() function
H A Dobjc-next-runtime-abi-01.c134 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
179 rthooks->begin_catch = begin_catch; in objc_next_runtime_abi_01_init()
2903 begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch() function
H A Dobjc-next-runtime-abi-02.c229 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
283 rthooks->begin_catch = begin_catch; in objc_next_runtime_abi_02_init()
3882 static tree begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch() function
H A Dobjc-act.c4359 t = (*runtime.begin_catch) (&cur_try_context, type, decl, compound, ellipsis); in objc_begin_catch_clause()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-runtime-hooks.h92 tree (*begin_catch) (struct objc_try_context **, tree, tree, tree, bool); member
H A Dobjc-gnu-runtime-abi-01.cc123 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
179 rthooks->begin_catch = begin_catch; in objc_gnu_runtime_abi_01_init()
2226 begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch() function
H A Dobjc-next-runtime-abi-01.cc135 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
180 rthooks->begin_catch = begin_catch; in objc_next_runtime_abi_01_init()
2904 begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch() function
H A Dobjc-next-runtime-abi-02.cc231 static tree begin_catch (struct objc_try_context **, tree, tree, tree, bool);
285 rthooks->begin_catch = begin_catch; in objc_next_runtime_abi_02_init()
3899 static tree begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch() function
H A Dobjc-act.cc4435 t = (*runtime.begin_catch) (&cur_try_context, type, decl, compound, ellipsis); in objc_begin_catch_clause()
H A DChangeLog1459 @catch (id x). Call the begin_catch runtime hook instead of