Lines Matching refs:tree

54 static tree handle_randomize_layout_attr(tree *node, tree name, tree args, int flags, bool *no_add_…  in handle_randomize_layout_attr()
56 tree type; in handle_randomize_layout_attr()
97 static tree handle_randomize_considered_attr(tree *node, tree name, tree args, int flags, bool *no_… in handle_randomize_considered_attr()
107 static tree handle_randomize_performed_attr(tree *node, tree name, tree args, int flags, bool *no_a… in handle_randomize_performed_attr()
147 tree tree_start;
152 static void partition_struct(tree *fields, unsigned long length, struct partition_group *size_group… in partition_struct()
188 static void performance_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in performance_shuffle()
208 tree tmp; in performance_shuffle()
225 static void full_shuffle(tree *newtree, unsigned long length, ranctx *prng_state) in full_shuffle()
230 tree tmp; in full_shuffle()
239 static void shuffle(const_tree type, tree *newtree, unsigned long length) in shuffle()
256 debug_tree((tree)type); in shuffle()
293 static int relayout_struct(tree type) in relayout_struct()
297 tree field; in relayout_struct()
298 tree newtree[num_fields]; in relayout_struct()
300 tree list; in relayout_struct()
301 tree variant; in relayout_struct()
302 tree main_variant; in relayout_struct()
345 shuffle(type, (tree *)newtree, shuffle_length); in relayout_struct()
431 static void randomize_type(tree type) in randomize_type()
433 tree variant; in randomize_type()
455 static void update_decl_size(tree decl) in update_decl_size()
457 tree lastval, lastidx, field, init, type, flexsize; in update_decl_size()
502 tree decl = (tree)event_data; in randomize_layout_finish_decl()
503 tree type; in randomize_layout_finish_decl()
530 tree type = (tree)event_data; in finish_type()
586 static void check_bad_casts_in_constructor(tree var, tree init) in check_bad_casts_in_constructor()
589 tree field, val; in check_bad_casts_in_constructor()
590 tree field_type, val_type; in check_bad_casts_in_constructor()
631 tree init; in check_global_variables()
634 tree var = NODE_DECL(node); in check_global_variables()
704 tree var; in handle_local_var_initializers()
708 tree init = DECL_INITIAL(var); in handle_local_var_initializers()