Searched refs:objc_exception_throw_decl (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
H A D | objc-act.h | 512 #define objc_exception_throw_decl \ macro
|
H A D | objc-next-runtime-abi-01.c | 2772 objc_exception_throw_decl, t); in next_sjlj_build_try_catch_finally() 2869 t = build_function_call_vec (loc, objc_exception_throw_decl, parms, NULL); in build_throw_stmt()
|
H A D | objc-gnu-runtime-abi-01.c | 2218 t = build_function_call_vec (loc, objc_exception_throw_decl, parms, NULL); in build_throw_stmt()
|
H A D | objc-act.c | 2877 objc_exception_throw_decl in build_common_objc_exception_stuff() 2882 TREE_NOTHROW (objc_exception_throw_decl) = 0; in build_common_objc_exception_stuff()
|
H A D | objc-next-runtime-abi-02.c | 3640 t = build_function_call_vec (loc, objc_exception_throw_decl, parms, NULL); in build_throw_stmt()
|