Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-act.h664 struct objc_try_context struct
666 struct objc_try_context *outer; argument
669 tree try_body;
670 tree finally_body;
673 location_t try_locus;
674 location_t end_try_locus;
675 location_t end_catch_locus;
676 location_t finally_locus;
677 location_t end_finally_locus;
681 tree catch_list;
[all …]