Home
last modified time | relevance | path

Searched refs:noreturn_p (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dgimple-warn-recursion.c70 bool noreturn_p; variable
77 m_calls (), m_visited (), m_func (), m_built_in (), noreturn_p () in pass_warn_recursion()
125 if (noreturn_p) in find_function_exit()
169 noreturn_p = lookup_attribute ("noreturn", DECL_ATTRIBUTES (m_func->decl)); in execute()
H A Dcgraph.c2620 set_noreturn_flag_1 (cgraph_node *node, bool noreturn_p, bool *changed) in set_noreturn_flag_1() argument
2622 if (noreturn_p && !TREE_THIS_VOLATILE (node->decl)) in set_noreturn_flag_1()
2632 if (!noreturn_p || alias->get_availability () > AVAIL_INTERPOSABLE) in set_noreturn_flag_1()
2633 set_noreturn_flag_1 (alias, noreturn_p, changed); in set_noreturn_flag_1()
2638 && (!noreturn_p || e->caller->get_availability () > AVAIL_INTERPOSABLE)) in set_noreturn_flag_1()
2639 set_noreturn_flag_1 (e->caller, noreturn_p, changed); in set_noreturn_flag_1()
2645 cgraph_node::set_noreturn_flag (bool noreturn_p) in set_noreturn_flag() argument
2649 if (!noreturn_p || get_availability () > AVAIL_INTERPOSABLE) in set_noreturn_flag()
2650 set_noreturn_flag_1 (this, noreturn_p, &changed); in set_noreturn_flag()
2658 if (!noreturn_p || alias->get_availability () > AVAIL_INTERPOSABLE) in set_noreturn_flag()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/riscv/
H A Driscv-sr.c213 bool noreturn_p = find_reg_note (tmp, REG_NORETURN, NULL_RTX) != NULL_RTX; in check_for_no_return_call() local
214 if (!CALL_P (tmp) || !noreturn_p) in check_for_no_return_call()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/riscv/
H A Driscv-sr.c213 bool noreturn_p = find_reg_note (tmp, REG_NORETURN, NULL_RTX) != NULL_RTX; in check_for_no_return_call() local
214 if (!CALL_P (tmp) || !noreturn_p) in check_for_no_return_call()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/riscv/
H A Driscv-sr.c213 bool noreturn_p = find_reg_note (tmp, REG_NORETURN, NULL_RTX) != NULL_RTX; in check_for_no_return_call() local
214 if (!CALL_P (tmp) || !noreturn_p) in check_for_no_return_call()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/riscv/
H A Driscv-sr.c213 bool noreturn_p = find_reg_note (tmp, REG_NORETURN, NULL_RTX) != NULL_RTX; in check_for_no_return_call() local
214 if (!CALL_P (tmp) || !noreturn_p) in check_for_no_return_call()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/riscv/
H A Driscv-sr.c213 bool noreturn_p = find_reg_note (tmp, REG_NORETURN, NULL_RTX) != NULL_RTX; in check_for_no_return_call() local
214 if (!CALL_P (tmp) || !noreturn_p) in check_for_no_return_call()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/riscv/
H A Driscv-sr.c213 bool noreturn_p = find_reg_note (tmp, REG_NORETURN, NULL_RTX) != NULL_RTX; in check_for_no_return_call() local
214 if (!CALL_P (tmp) || !noreturn_p) in check_for_no_return_call()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/riscv/
H A Driscv-sr.c213 bool noreturn_p = find_reg_note (tmp, REG_NORETURN, NULL_RTX) != NULL_RTX; in check_for_no_return_call() local
214 if (!CALL_P (tmp) || !noreturn_p) in check_for_no_return_call()
/dports/lang/gcc48/gcc-4.8.5/gcc/c/
H A Dc-tree.h322 BOOL_BITFIELD noreturn_p : 1; member
H A Dc-decl.c3772 if (declspecs->noreturn_p) in shadow_tag_warned()
3850 && !specs->noreturn_p in quals_from_declspecs()
5853 if (declspecs->noreturn_p) in grokdeclarator()
5886 && !declspecs->inline_p && !declspecs->noreturn_p); in grokdeclarator()
5983 if (declspecs->noreturn_p) in grokdeclarator()
5991 && !declspecs->inline_p && !declspecs->noreturn_p); in grokdeclarator()
6089 if (declspecs->noreturn_p) in grokdeclarator()
6097 if (declspecs->noreturn_p) in grokdeclarator()
6146 if (declspecs->noreturn_p) in grokdeclarator()
8819 ret->noreturn_p = false; in build_null_declspecs()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/c/
H A Dc-tree.h322 BOOL_BITFIELD noreturn_p : 1; member
H A Dc-decl.c3772 if (declspecs->noreturn_p) in shadow_tag_warned()
3850 && !specs->noreturn_p in quals_from_declspecs()
5851 if (declspecs->noreturn_p) in grokdeclarator()
5884 && !declspecs->inline_p && !declspecs->noreturn_p); in grokdeclarator()
5981 if (declspecs->noreturn_p) in grokdeclarator()
5989 && !declspecs->inline_p && !declspecs->noreturn_p); in grokdeclarator()
6087 if (declspecs->noreturn_p) in grokdeclarator()
6095 if (declspecs->noreturn_p) in grokdeclarator()
6144 if (declspecs->noreturn_p) in grokdeclarator()
8817 ret->noreturn_p = false; in build_null_declspecs()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/c/
H A Dc-tree.h314 BOOL_BITFIELD noreturn_p : 1; member
H A Dc-decl.c3797 if (declspecs->noreturn_p) in shadow_tag_warned()
3882 && !specs->noreturn_p in quals_from_declspecs()
5967 if (declspecs->noreturn_p) in grokdeclarator()
6000 && !declspecs->inline_p && !declspecs->noreturn_p); in grokdeclarator()
6110 if (declspecs->noreturn_p) in grokdeclarator()
6118 && !declspecs->inline_p && !declspecs->noreturn_p); in grokdeclarator()
6222 if (declspecs->noreturn_p) in grokdeclarator()
6230 if (declspecs->noreturn_p) in grokdeclarator()
6279 if (declspecs->noreturn_p) in grokdeclarator()
9010 ret->noreturn_p = false; in build_null_declspecs()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-md-auxiliary.c2783 bool noreturn_p; in nds32_output_call() local
2804 noreturn_p = find_reg_note (insn, REG_NORETURN, NULL_RTX) != NULL_RTX; in nds32_output_call()
2806 if (noreturn_p) in nds32_output_call()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/nds32/
H A Dnds32-md-auxiliary.c2783 bool noreturn_p; in nds32_output_call() local
2804 noreturn_p = find_reg_note (insn, REG_NORETURN, NULL_RTX) != NULL_RTX; in nds32_output_call()
2806 if (noreturn_p) in nds32_output_call()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-md-auxiliary.c2783 bool noreturn_p; in nds32_output_call() local
2804 noreturn_p = find_reg_note (insn, REG_NORETURN, NULL_RTX) != NULL_RTX; in nds32_output_call()
2806 if (noreturn_p) in nds32_output_call()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-md-auxiliary.c2783 bool noreturn_p; in nds32_output_call() local
2804 noreturn_p = find_reg_note (insn, REG_NORETURN, NULL_RTX) != NULL_RTX; in nds32_output_call()
2806 if (noreturn_p) in nds32_output_call()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/config/nds32/
H A Dnds32-md-auxiliary.c2783 bool noreturn_p; in nds32_output_call() local
2804 noreturn_p = find_reg_note (insn, REG_NORETURN, NULL_RTX) != NULL_RTX; in nds32_output_call()
2806 if (noreturn_p) in nds32_output_call()
/dports/lang/gcc8/gcc-8.5.0/gcc/config/nds32/
H A Dnds32-md-auxiliary.c2783 bool noreturn_p; in nds32_output_call() local
2804 noreturn_p = find_reg_note (insn, REG_NORETURN, NULL_RTX) != NULL_RTX; in nds32_output_call()
2806 if (noreturn_p) in nds32_output_call()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/c/
H A Dc-tree.h362 BOOL_BITFIELD noreturn_p : 1; member
/dports/lang/gnat_util/gcc-6-20180516/gcc/c/
H A Dc-tree.h342 BOOL_BITFIELD noreturn_p : 1; member
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/c/
H A Dc-tree.h362 BOOL_BITFIELD noreturn_p : 1; member
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/c/
H A Dc-tree.h362 BOOL_BITFIELD noreturn_p : 1; member

1234567