Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.h692 struct objc_try_context struct
694 struct objc_try_context *outer; argument
697 tree try_body;
698 tree finally_body;
701 location_t try_locus;
702 location_t end_try_locus;
703 location_t end_catch_locus;
704 location_t finally_locus;
705 location_t end_finally_locus;
709 tree catch_list;
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.h706 struct objc_try_context struct
708 struct objc_try_context *outer; argument
711 tree try_body;
712 tree finally_body;
715 location_t try_locus;
716 location_t end_try_locus;
717 location_t end_catch_locus;
718 location_t finally_locus;
719 location_t end_finally_locus;
723 tree catch_list;
[all …]