Searched refs:build_throw_stmt (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/ |
H A D | objc-runtime-hooks.h | 90 tree (*build_throw_stmt) (location_t, tree, bool); member
|
H A D | objc-gnu-runtime-abi-01.c | 122 static tree build_throw_stmt (location_t, tree, bool); 177 rthooks->build_throw_stmt = build_throw_stmt; in objc_gnu_runtime_abi_01_init() 2199 build_throw_stmt (location_t loc, tree throw_expr, bool rethrown ATTRIBUTE_UNUSED) in build_throw_stmt() function
|
H A D | objc-next-runtime-abi-01.c | 132 static tree build_throw_stmt (location_t, tree, bool); 177 rthooks->build_throw_stmt = build_throw_stmt; in objc_next_runtime_abi_01_init() 2862 build_throw_stmt (location_t loc, tree throw_expr, bool rethrown ATTRIBUTE_UNUSED) in build_throw_stmt() function
|
H A D | objc-next-runtime-abi-02.c | 227 static tree build_throw_stmt (location_t, tree, bool); 281 rthooks->build_throw_stmt = build_throw_stmt; in objc_next_runtime_abi_02_init() 3851 build_throw_stmt (location_t loc, tree throw_expr, bool rethrown) in build_throw_stmt() function
|
H A D | objc-act.c | 4445 return (*runtime.build_throw_stmt) (loc, throw_expr, rethrown); in objc_build_throw_stmt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/ |
H A D | objc-runtime-hooks.h | 90 tree (*build_throw_stmt) (location_t, tree, bool); member
|
H A D | objc-gnu-runtime-abi-01.cc | 122 static tree build_throw_stmt (location_t, tree, bool); 177 rthooks->build_throw_stmt = build_throw_stmt; in objc_gnu_runtime_abi_01_init() 2200 build_throw_stmt (location_t loc, tree throw_expr, bool rethrown ATTRIBUTE_UNUSED) in build_throw_stmt() function
|
H A D | objc-next-runtime-abi-01.cc | 133 static tree build_throw_stmt (location_t, tree, bool); 178 rthooks->build_throw_stmt = build_throw_stmt; in objc_next_runtime_abi_01_init() 2863 build_throw_stmt (location_t loc, tree throw_expr, bool rethrown ATTRIBUTE_UNUSED) in build_throw_stmt() function
|
H A D | objc-next-runtime-abi-02.cc | 229 static tree build_throw_stmt (location_t, tree, bool); 283 rthooks->build_throw_stmt = build_throw_stmt; in objc_next_runtime_abi_02_init() 3868 build_throw_stmt (location_t loc, tree throw_expr, bool rethrown) in build_throw_stmt() function
|
H A D | ChangeLog | 837 * objc-next-runtime-abi-02.c (build_throw_stmt): Pass vNULL to 843 (build_throw_stmt): Likewise. 846 (build_throw_stmt): Likewise. 1467 Call the build_throw_stmt runtime hook instead of building the
|
H A D | objc-act.cc | 4521 return (*runtime.build_throw_stmt) (loc, throw_expr, rethrown); in objc_build_throw_stmt()
|