Searched refs:throw_expr (Results 1 – 6 of 6) sorted by relevance
| /dflybsd-src/contrib/gcc-4.7/gcc/objc/ |
| H A D | objc-gnu-runtime-abi-01.c | 2211 build_throw_stmt (location_t loc, tree throw_expr, bool rethrown ATTRIBUTE_UNUSED) in build_throw_stmt() argument 2217 VEC_quick_push (tree, parms, throw_expr); in build_throw_stmt()
|
| H A D | objc-act.c | 4300 objc_build_throw_stmt (location_t loc, tree throw_expr) in objc_build_throw_stmt() argument 4307 if (throw_expr == error_mark_node) in objc_build_throw_stmt() 4310 if (throw_expr == NULL) in objc_build_throw_stmt() 4323 throw_expr = (*runtime.build_exc_ptr) (&cur_try_context); in objc_build_throw_stmt() 4328 if (!objc_type_valid_for_messaging (TREE_TYPE (throw_expr), true)) in objc_build_throw_stmt() 4335 return (*runtime.build_throw_stmt) (loc, throw_expr, rethrown); in objc_build_throw_stmt()
|
| 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() argument 2868 VEC_quick_push (tree, parms, throw_expr); in build_throw_stmt()
|
| H A D | objc-next-runtime-abi-02.c | 3629 build_throw_stmt (location_t loc, tree throw_expr, bool rethrown) in build_throw_stmt() argument 3639 VEC_quick_push (tree, parms, throw_expr); in build_throw_stmt()
|
| /dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
| H A D | cp-tree.def | 91 DEFTREECODE (THROW_EXPR, "throw_expr", tcc_expression, 1)
|
| /dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
| H A D | cp-tree.def | 89 DEFTREECODE (THROW_EXPR, "throw_expr", tcc_expression, 1)
|