Home
last modified time | relevance | path

Searched refs:build_throw_stmt (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-runtime-hooks.h90 tree (*build_throw_stmt) (location_t, tree, bool); member
H A Dobjc-gnu-runtime-abi-01.c122 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 Dobjc-next-runtime-abi-01.c132 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 Dobjc-next-runtime-abi-02.c227 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 Dobjc-act.c4445 return (*runtime.build_throw_stmt) (loc, throw_expr, rethrown); in objc_build_throw_stmt()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-runtime-hooks.h90 tree (*build_throw_stmt) (location_t, tree, bool); member
H A Dobjc-gnu-runtime-abi-01.cc122 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 Dobjc-next-runtime-abi-01.cc133 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 Dobjc-next-runtime-abi-02.cc229 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 DChangeLog837 * 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 Dobjc-act.cc4521 return (*runtime.build_throw_stmt) (loc, throw_expr, rethrown); in objc_build_throw_stmt()