Searched refs:ehtype_decl (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-02.cc | 3715 tree name_expr, class_name_expr, ehtype_decl, inits; in build_ehtype() local 3724 ehtype_decl = create_global_decl (objc_v2_ehtype_template, eh_name); in build_ehtype() 3726 DECL_WEAK (ehtype_decl) = 1; in build_ehtype() 3728 OBJCMETA (ehtype_decl, objc_meta, meta_ehtype); in build_ehtype() 3729 DECL_USER_ALIGN (ehtype_decl) = 1; in build_ehtype() 3730 finish_var_decl (ehtype_decl, inits); in build_ehtype() 3731 return ehtype_decl; in build_ehtype()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-next-runtime-abi-02.c | 3699 tree name_expr, class_name_expr, ehtype_decl, inits; in build_ehtype() local 3708 ehtype_decl = create_global_decl (objc_v2_ehtype_template, eh_name); in build_ehtype() 3710 DECL_WEAK (ehtype_decl) = 1; in build_ehtype() 3712 OBJCMETA (ehtype_decl, objc_meta, meta_ehtype); in build_ehtype() 3713 finish_var_decl (ehtype_decl, inits); in build_ehtype() 3714 return ehtype_decl; in build_ehtype()
|