Searched refs:simple_cst_list_equal (Results 1 – 13 of 13) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | attribs.h | 65 extern bool simple_cst_list_equal (const_tree, const_tree);
|
H A D | attribs.cc | 1330 simple_cst_list_equal (const_tree l1, const_tree l2) in simple_cst_list_equal() function 1410 return (simple_cst_list_equal (TREE_CHAIN (attr1), in attribute_value_equal() 1413 return (simple_cst_list_equal (TREE_VALUE (attr1), in attribute_value_equal()
|
H A D | FSFChangeLog.10 | 7077 * tree.c (type_list_equal, simple_cst_list_equal, index_type_equal):
|
H A D | ChangeLog-2021 | 1977 * attribs.h (simple_cst_list_equal): Declare. 1978 * attribs.c (simple_cst_list_equal): No longer static.
|
H A D | ChangeLog-2007 | 13954 simple_cst_list_equal, compare_tree_int, iterative_hash_expr, 13971 compare_tree_int, chain_member, simple_cst_list_equal, real_onep,
|
H A D | ChangeLog-2013 | 10312 (simple_cst_list_equal): Move earlier in the file. Make static. 10344 (simple_cst_list_equal): Remove.
|
H A D | ChangeLog.tree-ssa | 16697 * tree.c (simple_cst_equal): Call simple_cst_list_equal to compare
|
H A D | ChangeLog-2006 | 8561 TREE_VALUEs are TREE_LISTs, use simple_cst_list_equal instead of
|
H A D | ChangeLog-2017 | 21090 (simple_cst_list_equal): Likewise.
|
H A D | ChangeLog-2004 | 33980 (simple_cst_equal): Call simple_cst_list_equal to compare
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | attribs.c | 1208 simple_cst_list_equal (const_tree l1, const_tree l2) in simple_cst_list_equal() function 1288 return (simple_cst_list_equal (TREE_CHAIN (attr1), in attribute_value_equal() 1291 return (simple_cst_list_equal (TREE_VALUE (attr1), in attribute_value_equal()
|
H A D | FSFChangeLog.10 | 7077 * tree.c (type_list_equal, simple_cst_list_equal, index_type_equal):
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | i386-options.cc | 1465 && simple_cst_list_equal (args, target_attribute_cache[0])) in ix86_valid_target_attribute_p()
|