| /netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
| H A D | objc-runtime-hooks.h | 92 tree (*begin_catch) (struct objc_try_context **, tree, tree, tree, bool); member
|
| H A D | objc-gnu-runtime-abi-01.c | 123 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 D | objc-next-runtime-abi-01.c | 134 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 D | objc-next-runtime-abi-02.c | 229 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 D | objc-act.c | 4359 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 D | objc-runtime-hooks.h | 92 tree (*begin_catch) (struct objc_try_context **, tree, tree, tree, bool); member
|
| H A D | objc-gnu-runtime-abi-01.cc | 123 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 D | objc-next-runtime-abi-01.cc | 135 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 D | objc-next-runtime-abi-02.cc | 231 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 D | objc-act.cc | 4435 t = (*runtime.begin_catch) (&cur_try_context, type, decl, compound, ellipsis); in objc_begin_catch_clause()
|
| H A D | ChangeLog | 1459 @catch (id x). Call the begin_catch runtime hook instead of
|