Home
last modified time | relevance | path

Searched refs:top_p (Results 1 – 6 of 6) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDtree-eh.c361 gimple top_p; member
966 finally = gimple_try_cleanup (tf->top_p); in honor_protect_cleanup_actions()
974 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else)); in honor_protect_cleanup_actions()
1031 finally = gimple_try_cleanup (tf->top_p); in lower_try_finally_nofallthru()
1032 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_nofallthru()
1092 finally = gimple_try_cleanup (tf->top_p); in lower_try_finally_onedest()
1093 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_onedest()
1181 finally = gimple_try_cleanup (tf->top_p); in lower_try_finally_copy()
1189 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_copy()
1320 finally = gimple_try_cleanup (tf->top_p); in lower_try_finally_switch()
[all …]
HDexpr.c7083 safe_from_p (const_rtx x, tree exp, int top_p) in safe_from_p() argument
7095 || (top_p && TREE_TYPE (exp) != 0 && COMPLETE_TYPE_P (TREE_TYPE (exp)) in safe_from_p()
/dragonfly/contrib/gcc-8.0/gcc/
HDtree-eh.c368 gtry *top_p; member
993 gimple_seq finally = gimple_try_cleanup (tf->top_p); in honor_protect_cleanup_actions()
1001 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else)); in honor_protect_cleanup_actions()
1077 finally = gimple_try_cleanup (tf->top_p); in lower_try_finally_nofallthru()
1078 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_nofallthru()
1142 finally = gimple_try_cleanup (tf->top_p); in lower_try_finally_onedest()
1143 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_onedest()
1243 finally = gimple_try_cleanup (tf->top_p); in lower_try_finally_copy()
1251 tf->top_p_seq = gimple_try_eval (tf->top_p); in lower_try_finally_copy()
1383 finally = gimple_try_cleanup (tf->top_p); in lower_try_finally_switch()
[all …]
HDipa-cp.c278 bool top_p () { return m_lattice_val == IPA_BITS_UNDEFINED; } in top_p() function
313 inline bool top_p () const;
518 if (top_p ()) in print()
955 ipcp_vr_lattice::top_p () const in top_p() function
1000 gcc_assert (top_p ()); in set_to_constant()
1056 if (top_p ()) in meet_with()
1077 if (bottom_p () || other.top_p ()) in meet_with()
1110 if (top_p ()) in meet_with()
5043 && !plats->m_value_range.top_p ()) in ipcp_store_vr_results()
5062 && !plats->m_value_range.top_p ()) in ipcp_store_vr_results()
HDexpr.c7576 safe_from_p (const_rtx x, tree exp, int top_p) in safe_from_p() argument
7588 || (top_p && TREE_TYPE (exp) != 0 && COMPLETE_TYPE_P (TREE_TYPE (exp)) in safe_from_p()
/dragonfly/contrib/gdb-7/gdb/
HDgnu-v3-abi.c276 int *full_p, int *top_p, int *using_enc_p) in gnuv3_rtti_type() argument
345 if (top_p) in gnuv3_rtti_type()
346 *top_p = - offset_to_top; in gnuv3_rtti_type()