const_tree        414 scripts/gcc-plugins/gcc-common.h static inline bool tree_fits_shwi_p(const_tree t)
const_tree        428 scripts/gcc-plugins/gcc-common.h static inline bool tree_fits_uhwi_p(const_tree t)
const_tree        436 scripts/gcc-plugins/gcc-common.h static inline HOST_WIDE_INT tree_to_shwi(const_tree t)
const_tree        442 scripts/gcc-plugins/gcc-common.h static inline unsigned HOST_WIDE_INT tree_to_uhwi(const_tree t)
const_tree        571 scripts/gcc-plugins/gcc-common.h static inline const char *get_decl_section_name(const_tree decl)
const_tree        710 scripts/gcc-plugins/gcc-common.h static inline const char *get_decl_section_name(const_tree decl)
const_tree        956 scripts/gcc-plugins/gcc-common.h static inline void debug_tree(const_tree t)
const_tree        256 scripts/gcc-plugins/randomize_layout_plugin.c static void shuffle(const_tree type, tree *newtree, unsigned long length)
const_tree        290 scripts/gcc-plugins/randomize_layout_plugin.c static bool is_flexible_array(const_tree field)
const_tree        292 scripts/gcc-plugins/randomize_layout_plugin.c 	const_tree fieldtype;
const_tree        293 scripts/gcc-plugins/randomize_layout_plugin.c 	const_tree typesize;
const_tree        294 scripts/gcc-plugins/randomize_layout_plugin.c 	const_tree elemtype;
const_tree        295 scripts/gcc-plugins/randomize_layout_plugin.c 	const_tree elemsize;
const_tree        418 scripts/gcc-plugins/randomize_layout_plugin.c static const_tree get_field_type(const_tree field)
const_tree        424 scripts/gcc-plugins/randomize_layout_plugin.c static bool is_fptr(const_tree fieldtype)
const_tree        433 scripts/gcc-plugins/randomize_layout_plugin.c static int is_pure_ops_struct(const_tree node)
const_tree        435 scripts/gcc-plugins/randomize_layout_plugin.c 	const_tree field;
const_tree        440 scripts/gcc-plugins/randomize_layout_plugin.c 		const_tree fieldtype = get_field_type(field);
const_tree        678 scripts/gcc-plugins/randomize_layout_plugin.c static bool dominated_by_is_err(const_tree rhs, basic_block bb)
const_tree        683 scripts/gcc-plugins/randomize_layout_plugin.c 	const_tree dom_lhs;
const_tree        684 scripts/gcc-plugins/randomize_layout_plugin.c 	const_tree poss_is_err_cond;
const_tree        685 scripts/gcc-plugins/randomize_layout_plugin.c 	const_tree poss_is_err_func;
const_tree        686 scripts/gcc-plugins/randomize_layout_plugin.c 	const_tree is_err_arg;
const_tree        749 scripts/gcc-plugins/randomize_layout_plugin.c static bool type_name_eq(gimple stmt, const_tree type_tree, const char *wanted_name)
const_tree        787 scripts/gcc-plugins/randomize_layout_plugin.c static bool whitelisted_cast(gimple stmt, const_tree lhs_tree, const_tree rhs_tree)
const_tree        820 scripts/gcc-plugins/randomize_layout_plugin.c 			const_tree lhs;
const_tree        821 scripts/gcc-plugins/randomize_layout_plugin.c 			const_tree lhs_type;
const_tree        822 scripts/gcc-plugins/randomize_layout_plugin.c 			const_tree rhs1;
const_tree        823 scripts/gcc-plugins/randomize_layout_plugin.c 			const_tree rhs_type;
const_tree        824 scripts/gcc-plugins/randomize_layout_plugin.c 			const_tree ptr_lhs_type;
const_tree        825 scripts/gcc-plugins/randomize_layout_plugin.c 			const_tree ptr_rhs_type;
const_tree        826 scripts/gcc-plugins/randomize_layout_plugin.c 			const_tree op0;
const_tree        827 scripts/gcc-plugins/randomize_layout_plugin.c 			const_tree op0_type;
const_tree        910 scripts/gcc-plugins/randomize_layout_plugin.c 				const_tree ssa_name_var = SSA_NAME_VAR(rhs1);