Home
last modified time | relevance | path

Searched refs:FN_TRY_BLOCK_P (Results 1 – 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcc/cp/
HDsemantics.c1027 FN_TRY_BLOCK_P (r) = 1; in begin_function_try_block()
HDpt.c8733 if (FN_TRY_BLOCK_P (t)) in tsubst_expr()
8740 if (FN_TRY_BLOCK_P (t)) in tsubst_expr()
8746 if (FN_TRY_BLOCK_P (t)) in tsubst_expr()
HDcp-tree.h3086 #define FN_TRY_BLOCK_P(NODE) TREE_LANG_FLAG_3 (TRY_BLOCK_CHECK (NODE)) macro
HDChangeLog-19992305 * cp-tree.h (FN_TRY_BLOCK_P): New macro.
2316 (begin_function_try_block): Set FN_TRY_BLOCK_P.