Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gcc/
Dstub-objc.c403 objc_build_throw_stmt (tree ARG_UNUSED (expr)) in objc_build_throw_stmt() function
Dc-common.h971 extern tree objc_build_throw_stmt (tree);
Dc-parser.c3955 stmt = objc_build_throw_stmt (NULL_TREE); in c_parser_statement_after_labels()
3961 = objc_build_throw_stmt (c_parser_expression (parser).value); in c_parser_statement_after_labels()
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
DChangeLog-20037772 objc_build_throw_stmt, val_stack_push, val_stack_pop,
7869 (objc_build_throw_stmt, objc_build_try_catch_finally_stmt,
DChangeLog-200530791 * stub-objc.c (objc_get_class_ivars, objc_build_throw_stmt,
/freebsd-10-stable/contrib/gcc/cp/
Dparser.c18684 return objc_build_throw_stmt (expr); in cp_parser_objc_throw_statement()