Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Dsemantics.c1020 begin_function_try_block (tree *compound_stmt) in begin_function_try_block() function
H A Dcp-tree.h4342 extern tree begin_function_try_block (tree *);
H A DChangeLog-19992316 (begin_function_try_block): Set FN_TRY_BLOCK_P.
3455 (begin_function_try_block): Likewise.
3792 * semantics.c (begin_function_try_block, finish_function_try_block,
H A DChangeLog-20001241 (begin_function_try_block): Likewise.
2861 (begin_function_try_block): Likewise.
H A DChangeLog1981 * cp-tree.h (begin_function_try_block): Change prototype.
1985 * semantics.c (begin_function_try_block): Create an artificial
H A Dpt.c8734 stmt = begin_function_try_block (&compound_stmt); in tsubst_expr()
H A Dparser.c14986 try_block = begin_function_try_block (&compound_stmt); in cp_parser_function_try_block()