Home
last modified time | relevance | path

Searched refs:objc_build_throw_stmt (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-objc.h148 extern tree objc_build_throw_stmt (location_t, tree);
H A Dstub-objc.cc385 objc_build_throw_stmt (location_t ARG_UNUSED (loc), tree ARG_UNUSED (expr)) in objc_build_throw_stmt() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-objc.h140 extern tree objc_build_throw_stmt (location_t, tree);
H A Dstub-objc.c384 objc_build_throw_stmt (location_t ARG_UNUSED (loc), tree ARG_UNUSED (expr)) in objc_build_throw_stmt() function
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A DChangeLog453 (objc_build_throw_stmt): Same.
1465 (objc_build_throw_stmt): Bail out early for error_mark_node. Call
1632 (objc_build_throw_stmt): Updated call to
1641 (objc_build_throw_stmt): Likewise.
1659 * objc-act.c (objc_build_throw_stmt): Check that the argument of
1688 * objc-act.c (objc_build_throw_stmt): Return error_mark_node and
2698 -fobjc-exceptions was not used. (objc_build_throw_stmt): Same
2914 (objc_build_throw_stmt): ... and here.
2995 (objc_build_throw_stmt): New argument.
4193 start_protocol, finish_protocol, objc_build_throw_stmt,
H A Dobjc-act.cc4485 objc_build_throw_stmt (location_t loc, tree throw_expr) in objc_build_throw_stmt() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c4409 objc_build_throw_stmt (location_t loc, tree throw_expr) in objc_build_throw_stmt() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c6240 stmt = objc_build_throw_stmt (loc, NULL_TREE); in c_parser_statement_after_labels()
6248 stmt = objc_build_throw_stmt (loc, expr.value); in c_parser_statement_after_labels()
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-parser.cc6210 stmt = objc_build_throw_stmt (loc, NULL_TREE); in c_parser_statement_after_labels()
6218 stmt = objc_build_throw_stmt (loc, expr.value); in c_parser_statement_after_labels()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200919674 c_build_bind_expr, objc_build_selector_expr, objc_build_throw_stmt,
19680 (objc_build_throw_stmt): Same.
30799 to objc_build_throw_stmt.
H A DChangeLog-200415462 objc_build_keyword_decl, objc_build_throw_stmt, objc_begin_try_stmt,
27979 * objc/objc-act.c (objc_build_throw_stmt): Return the statement.
29179 (objc_build_throw_stmt): Use cur_try_context to decide if
H A DChangeLog-20037772 objc_build_throw_stmt, val_stack_push, val_stack_pop,
7869 (objc_build_throw_stmt, objc_build_try_catch_finally_stmt,
H A DChangeLog-200530790 * stub-objc.c (objc_get_class_ivars, objc_build_throw_stmt,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c33536 return objc_build_throw_stmt (loc, expr); in cp_parser_objc_throw_statement()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dparser.cc35832 return objc_build_throw_stmt (loc, expr); in cp_parser_objc_throw_statement()