Searched refs:top_p (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-eh.c371 gtry *top_p; member in struct:leh_tf_state
373 /* While lowering a top_p usually it is expanded into multiple statements,
991 gimple_seq finally = gimple_try_cleanup (tf->top_p);
999 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else));
1077 /* We expect that tf->top_p is a GIMPLE_TRY. */
1078 finally = gimple_try_cleanup (tf->top_p);
1079 tf->top_p_seq = gimple_try_eval (tf->top_p);
1143 finally = gimple_try_cleanup (tf->top_p);
1144 tf->top_p_seq = gimple_try_eval (tf->top_p);
1244 finally = gimple_try_cleanup (tf->top_p);
[all...]
H A Dipa-cp.c279 bool top_p () const { return m_lattice_val == IPA_BITS_UNDEFINED; } function
315 inline bool top_p () const;
513 if (top_p ())
962 ipcp_vr_lattice::top_p () const function in class:ipcp_vr_lattice
1012 gcc_assert (top_p ());
1082 if (top_p ())
1105 if (bottom_p () || other.top_p ())
1137 if (top_p ())
5878 && !plats->m_value_range.top_p ())
5897 && !plats->m_value_range.top_p ())
[all...]
H A Dexpr.c7675 safe_from_p (const_rtx x, tree exp, int top_p)
7687 || (top_p && TREE_TYPE (exp) != 0 && COMPLETE_TYPE_P (TREE_TYPE (exp))
7658 safe_from_p(const_rtx x, tree exp, int top_p) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-eh.cc371 gtry *top_p; member in struct:leh_tf_state
373 /* While lowering a top_p usually it is expanded into multiple statements,
986 gimple_seq finally = gimple_try_cleanup (tf->top_p);
994 gimple_try_set_cleanup (tf->top_p, gimple_eh_else_n_body (eh_else));
1072 /* We expect that tf->top_p is a GIMPLE_TRY. */
1073 finally = gimple_try_cleanup (tf->top_p);
1074 tf->top_p_seq = gimple_try_eval (tf->top_p);
1138 finally = gimple_try_cleanup (tf->top_p);
1139 tf->top_p_seq = gimple_try_eval (tf->top_p);
1239 finally = gimple_try_cleanup (tf->top_p);
[all...]
H A Dipa-cp.cc310 bool top_p () const { return m_lattice_val == IPA_BITS_UNDEFINED; } function in class:ipcp_bits_lattice
346 inline bool top_p () const;
548 if (top_p ())
1028 ipcp_vr_lattice::top_p () const function in class:ipcp_vr_lattice
1078 gcc_assert (top_p ());
1148 if (top_p ())
1171 if (bottom_p () || other.top_p ())
1203 if (top_p ())
6538 && !plats->m_value_range.top_p ())
6557 && !plats->m_value_range.top_p ()
[all...]
H A Dexpr.cc8036 safe_from_p (const_rtx x, tree exp, int top_p)
8048 || (top_p && TREE_TYPE (exp) != 0 && COMPLETE_TYPE_P (TREE_TYPE (exp))
8019 safe_from_p(const_rtx x, tree exp, int top_p) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgnu-v3-abi.c293 int *full_p, LONGEST *top_p, int *using_enc_p)
372 if (top_p)
373 *top_p = - offset_to_top;
292 gnuv3_rtti_type(struct value *value, int *full_p, LONGEST *top_p, int *using_enc_p) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgnu-v3-abi.c297 int *full_p, LONGEST *top_p, int *using_enc_p)
376 if (top_p)
377 *top_p = - offset_to_top;
296 gnuv3_rtti_type(struct value *value, int *full_p, LONGEST *top_p, int *using_enc_p) argument

Completed in 496 milliseconds