Searched refs:object_size_info (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dtree-object-size.c32 struct object_size_info struct
48 static void collect_object_sizes_for (struct object_size_info *, tree);
49 static void expr_object_size (struct object_size_info *, tree, tree);
50 static bool merge_object_sizes (struct object_size_info *, tree, tree,
52 static bool plus_expr_object_size (struct object_size_info *, tree, tree);
55 static void check_for_plus_in_loops (struct object_size_info *, tree);
56 static void check_for_plus_in_loops_1 (struct object_size_info *, tree,
346 struct object_size_info osi;
467 expr_object_size (struct object_size_info *osi, tree ptr, tree value)
508 merge_object_sizes (struct object_size_info *os
[all...]

Completed in 47 milliseconds