Home
last modified time | relevance | path

Searched defs:cur_try_context (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2704 struct objc_try_context *cur_try_context = *ctcp; in next_sjlj_build_try_catch_finally() local
2879 objc_build_exc_ptr (struct objc_try_context **cur_try_context) in objc_build_exc_ptr()
2901 begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch()
2918 finish_catch (struct objc_try_context **cur_try_context, tree current_catch) in finish_catch()
2924 finish_try_stmt (struct objc_try_context **cur_try_context) in finish_try_stmt()
H A Dobjc-gnu-runtime-abi-01.c2235 begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch()
2254 finish_catch (struct objc_try_context **cur_try_context, tree current_catch) in finish_catch()
2260 finish_try_stmt (struct objc_try_context **cur_try_context) in finish_try_stmt()
H A Dobjc-next-runtime-abi-02.c3657 static tree begin_catch (struct objc_try_context **cur_try_context, tree type, in begin_catch()
3692 finish_catch (struct objc_try_context **cur_try_context, tree curr_catch) in finish_catch()
3729 finish_try_stmt (struct objc_try_context **cur_try_context) in finish_try_stmt()
H A Dobjc-act.c4111 static struct objc_try_context *cur_try_context; variable