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 D | c-objc.h | 148 extern tree objc_build_throw_stmt (location_t, tree);
|
H A D | stub-objc.cc | 385 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 D | c-objc.h | 140 extern tree objc_build_throw_stmt (location_t, tree);
|
H A D | stub-objc.c | 384 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 D | ChangeLog | 453 (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 D | objc-act.cc | 4485 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 D | objc-act.c | 4409 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 D | c-parser.c | 6240 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 D | c-parser.cc | 6210 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 D | ChangeLog-2009 | 19674 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 D | ChangeLog-2004 | 15462 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 D | ChangeLog-2003 | 7772 objc_build_throw_stmt, val_stack_push, val_stack_pop, 7869 (objc_build_throw_stmt, objc_build_try_catch_finally_stmt,
|
H A D | ChangeLog-2005 | 30790 * stub-objc.c (objc_get_class_ivars, objc_build_throw_stmt,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | parser.c | 33536 return objc_build_throw_stmt (loc, expr); in cp_parser_objc_throw_statement()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | parser.cc | 35832 return objc_build_throw_stmt (loc, expr); in cp_parser_objc_throw_statement()
|