Home
last modified time | relevance | path

Searched refs:throw_expr (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/objc/
H A Dobjc-gnu-runtime-abi-01.c2211 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 Dobjc-act.c4300 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 Dobjc-next-runtime-abi-01.c2862 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 Dobjc-next-runtime-abi-02.c3629 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 Dcp-tree.def91 DEFTREECODE (THROW_EXPR, "throw_expr", tcc_expression, 1)
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcp-tree.def89 DEFTREECODE (THROW_EXPR, "throw_expr", tcc_expression, 1)