Home
last modified time | relevance | path

Searched refs:simple_cst_list_equal (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dattribs.h65 extern bool simple_cst_list_equal (const_tree, const_tree);
H A Dattribs.cc1330 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 DFSFChangeLog.107077 * tree.c (type_list_equal, simple_cst_list_equal, index_type_equal):
H A DChangeLog-20211977 * attribs.h (simple_cst_list_equal): Declare.
1978 * attribs.c (simple_cst_list_equal): No longer static.
H A DChangeLog-200713954 simple_cst_list_equal, compare_tree_int, iterative_hash_expr,
13971 compare_tree_int, chain_member, simple_cst_list_equal, real_onep,
H A DChangeLog-201310312 (simple_cst_list_equal): Move earlier in the file. Make static.
10344 (simple_cst_list_equal): Remove.
H A DChangeLog.tree-ssa16697 * tree.c (simple_cst_equal): Call simple_cst_list_equal to compare
H A DChangeLog-20068561 TREE_VALUEs are TREE_LISTs, use simple_cst_list_equal instead of
H A DChangeLog-201721090 (simple_cst_list_equal): Likewise.
H A DChangeLog-200433980 (simple_cst_equal): Call simple_cst_list_equal to compare
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dattribs.c1208 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 DFSFChangeLog.107077 * tree.c (type_list_equal, simple_cst_list_equal, index_type_equal):
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-options.cc1465 && simple_cst_list_equal (args, target_attribute_cache[0])) in ix86_valid_target_attribute_p()