Searched defs:build_throw_stmt (Results 1 – 8 of 8) 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 | 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 | 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 | 3851 build_throw_stmt (location_t loc, tree throw_expr, bool rethrown) in build_throw_stmt() function
|
/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 | 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 | 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 | 3868 build_throw_stmt (location_t loc, tree throw_expr, bool rethrown) in build_throw_stmt() function
|