Home
last modified time | relevance | path

Searched refs:objc_setjmp_decl (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.c2446 objc_setjmp_decl in build_next_objc_exception_stuff()
2556 if (prototype_p (TREE_TYPE (objc_setjmp_decl))) in next_sjlj_build_enter_and_setjmp()
2557 t = convert (TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (objc_setjmp_decl))), t); in next_sjlj_build_enter_and_setjmp()
2565 objc_setjmp_decl, t); in next_sjlj_build_enter_and_setjmp()
H A Dobjc-act.h542 #define objc_setjmp_decl objc_global_trees[OCTI_SETJMP_DECL] macro
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-next-runtime-abi-01.cc2447 objc_setjmp_decl in build_next_objc_exception_stuff()
2557 if (prototype_p (TREE_TYPE (objc_setjmp_decl))) in next_sjlj_build_enter_and_setjmp()
2558 t = convert (TREE_VALUE (TYPE_ARG_TYPES (TREE_TYPE (objc_setjmp_decl))), t); in next_sjlj_build_enter_and_setjmp()
2566 objc_setjmp_decl, t); in next_sjlj_build_enter_and_setjmp()
H A Dobjc-act.h556 #define objc_setjmp_decl objc_global_trees[OCTI_SETJMP_DECL] macro
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20037886 objc_setjmp_decl, objc_stack_exception_data, objc_caught_exception,