Searched refs:check_for_plus_in_loops_1 (Results 1 – 1 of 1) sorted by relevance
/openbsd-src/gnu/gcc/gcc/ |
H A D | tree-object-size.c | 56 static void check_for_plus_in_loops_1 (struct object_size_info *, tree, 783 check_for_plus_in_loops_1 (struct object_size_info *osi, tree var, in check_for_plus_in_loops_1() function 834 check_for_plus_in_loops_1 (osi, rhs, depth); in check_for_plus_in_loops_1() 854 check_for_plus_in_loops_1 (osi, basevar, in check_for_plus_in_loops_1() 870 check_for_plus_in_loops_1 (osi, rhs, depth); in check_for_plus_in_loops_1() 935 check_for_plus_in_loops_1 (osi, var, 2); in check_for_plus_in_loops()
|