Searched refs:noreturn_p (Results 1 - 13 of 13) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-warn-recursion.cc70 bool noreturn_p; member in class:__anon973::pass_warn_recursion
77 m_calls (), m_visited (), m_func (), m_built_in (), noreturn_p ()
137 if (noreturn_p)
181 noreturn_p = lookup_attribute ("noreturn", DECL_ATTRIBUTES (m_func->decl));
H A Dcgraph.cc2641 set_noreturn_flag_1 (cgraph_node *node, bool noreturn_p, bool *changed) argument
2643 if (noreturn_p && !TREE_THIS_VOLATILE (node->decl))
2653 if (!noreturn_p || alias->get_availability () > AVAIL_INTERPOSABLE)
2654 set_noreturn_flag_1 (alias, noreturn_p, changed);
2659 && (!noreturn_p || e->caller->get_availability () > AVAIL_INTERPOSABLE))
2660 set_noreturn_flag_1 (e->caller, noreturn_p, changed);
2666 cgraph_node::set_noreturn_flag (bool noreturn_p) argument
2670 if (!noreturn_p || get_availability () > AVAIL_INTERPOSABLE)
2671 set_noreturn_flag_1 (this, noreturn_p, &changed);
2679 if (!noreturn_p || alia
[all...]
H A Dcgraph.h1181 bool set_noreturn_flag (bool noreturn_p);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/riscv/
H A Driscv-sr.c213 bool noreturn_p = find_reg_note (tmp, REG_NORETURN, NULL_RTX) != NULL_RTX;
214 if (!CALL_P (tmp) || !noreturn_p)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/riscv/
H A Driscv-sr.cc213 bool noreturn_p = find_reg_note (tmp, REG_NORETURN, NULL_RTX) != NULL_RTX;
214 if (!CALL_P (tmp) || !noreturn_p)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-tree.h391 BOOL_BITFIELD noreturn_p : 1; member in struct:c_declspecs
H A Dc-decl.c4732 if (declspecs->noreturn_p)
4843 && !specs->noreturn_p
7078 if (declspecs->noreturn_p)
7111 && !declspecs->inline_p && !declspecs->noreturn_p);
7233 if (declspecs->noreturn_p)
7241 && !declspecs->inline_p && !declspecs->noreturn_p);
7368 if (declspecs->noreturn_p)
7376 if (declspecs->noreturn_p)
7423 if (declspecs->noreturn_p)
11409 specs->noreturn_p
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dc-tree.h393 BOOL_BITFIELD noreturn_p : 1; member in struct:c_declspecs
H A Dc-decl.cc4823 if (declspecs->noreturn_p)
4935 && !specs->noreturn_p
7402 if (declspecs->noreturn_p)
7435 && !declspecs->inline_p && !declspecs->noreturn_p);
7557 if (declspecs->noreturn_p)
7565 && !declspecs->inline_p && !declspecs->noreturn_p);
7689 if (declspecs->noreturn_p)
7697 if (declspecs->noreturn_p)
7744 if (declspecs->noreturn_p)
11808 specs->noreturn_p
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/nds32/
H A Dnds32-md-auxiliary.c3022 bool noreturn_p; local
3036 noreturn_p = find_reg_note (insn, REG_NORETURN, NULL_RTX) != NULL_RTX;
3038 if (noreturn_p)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/nds32/
H A Dnds32-md-auxiliary.cc3022 bool noreturn_p; local
3036 noreturn_p = find_reg_note (insn, REG_NORETURN, NULL_RTX) != NULL_RTX;
3038 if (noreturn_p)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/ia64/
H A Dia64.c2286 rtx scratch_b, int noreturn_p, int sibcall_p)
2310 addr_dead_p = ((noreturn_p || sibcall_p
2342 if ((!TARGET_CONST_GP || is_desc) && !noreturn_p && !sibcall_p)
2281 ia64_split_call(rtx retval, rtx addr, rtx retaddr, rtx scratch_r, rtx scratch_b, int noreturn_p, int sibcall_p) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.cc2286 rtx scratch_b, int noreturn_p, int sibcall_p)
2310 addr_dead_p = ((noreturn_p || sibcall_p
2342 if ((!TARGET_CONST_GP || is_desc) && !noreturn_p && !sibcall_p)
2281 ia64_split_call(rtx retval, rtx addr, rtx retaddr, rtx scratch_r, rtx scratch_b, int noreturn_p, int sibcall_p) argument

Completed in 571 milliseconds