Searched refs:tests_attr_p (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | genattrtab.cc | 2761 tests_attr_p (rtx p, class attr_desc *attr) in tests_attr_p() function 2780 if (tests_attr_p (XEXP (p, i), attr)) in tests_attr_p() 2787 if (tests_attr_p (XVECEXP (p, i, j), attr)) in tests_attr_p() 2841 if (tests_attr_p (av->value, all[k])) in get_attr_order() 2871 if (tests_attr_p (av->value, attr2)) in get_attr_order()
|
H A D | ChangeLog-2012 | 24070 (tests_attr_p, get_attr_order): New functions.
|
H A D | ChangeLog-2019 | 21737 (tests_attr_p): Same.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | genattrtab.c | 2761 tests_attr_p (rtx p, class attr_desc *attr) in tests_attr_p() function 2780 if (tests_attr_p (XEXP (p, i), attr)) in tests_attr_p() 2787 if (tests_attr_p (XVECEXP (p, i, j), attr)) in tests_attr_p() 2841 if (tests_attr_p (av->value, all[k])) in get_attr_order() 2871 if (tests_attr_p (av->value, attr2)) in get_attr_order()
|