Home
last modified time | relevance | path

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

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dfunction.c6635 tree attr_zero_regs = lookup_attribute ("zero_call_used_regs", in execute() local
6640 if (attr_zero_regs) in execute()
6644 attr_zero_regs = TREE_VALUE (attr_zero_regs); in execute()
6645 gcc_assert (TREE_CODE (attr_zero_regs) == TREE_LIST); in execute()
6646 attr_zero_regs = TREE_VALUE (attr_zero_regs); in execute()
6647 gcc_assert (TREE_CODE (attr_zero_regs) == STRING_CST); in execute()
6650 if (strcmp (TREE_STRING_POINTER (attr_zero_regs), in execute()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dfunction.c6635 tree attr_zero_regs = lookup_attribute ("zero_call_used_regs", in execute() local
6640 if (attr_zero_regs) in execute()
6644 attr_zero_regs = TREE_VALUE (attr_zero_regs); in execute()
6645 gcc_assert (TREE_CODE (attr_zero_regs) == TREE_LIST); in execute()
6646 attr_zero_regs = TREE_VALUE (attr_zero_regs); in execute()
6647 gcc_assert (TREE_CODE (attr_zero_regs) == STRING_CST); in execute()
6650 if (strcmp (TREE_STRING_POINTER (attr_zero_regs), in execute()
/dports/lang/gcc11/gcc-11.2.0/gcc/
H A Dfunction.c6635 tree attr_zero_regs = lookup_attribute ("zero_call_used_regs", in execute() local
6640 if (attr_zero_regs) in execute()
6644 attr_zero_regs = TREE_VALUE (attr_zero_regs); in execute()
6645 gcc_assert (TREE_CODE (attr_zero_regs) == TREE_LIST); in execute()
6646 attr_zero_regs = TREE_VALUE (attr_zero_regs); in execute()
6647 gcc_assert (TREE_CODE (attr_zero_regs) == STRING_CST); in execute()
6650 if (strcmp (TREE_STRING_POINTER (attr_zero_regs), in execute()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dfunction.c6654 tree attr_zero_regs = lookup_attribute ("zero_call_used_regs", in execute() local
6659 if (attr_zero_regs) in execute()
6663 attr_zero_regs = TREE_VALUE (attr_zero_regs); in execute()
6664 gcc_assert (TREE_CODE (attr_zero_regs) == TREE_LIST); in execute()
6665 attr_zero_regs = TREE_VALUE (attr_zero_regs); in execute()
6666 gcc_assert (TREE_CODE (attr_zero_regs) == STRING_CST); in execute()
6669 if (strcmp (TREE_STRING_POINTER (attr_zero_regs), in execute()