Searched refs:check_for_plus_in_loops_1 (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-object-size.c | 60 static void check_for_plus_in_loops_1 (struct object_size_info *, tree, 1034 check_for_plus_in_loops_1 (struct object_size_info *osi, tree var, in check_for_plus_in_loops_1() function 1076 check_for_plus_in_loops_1 (osi, rhs, depth); in check_for_plus_in_loops_1() 1085 check_for_plus_in_loops_1 (osi, basevar, in check_for_plus_in_loops_1() 1099 check_for_plus_in_loops_1 (osi, arg, depth); in check_for_plus_in_loops_1() 1115 check_for_plus_in_loops_1 (osi, rhs, depth); in check_for_plus_in_loops_1() 1156 check_for_plus_in_loops_1 (osi, var, 2); in check_for_plus_in_loops()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-object-size.c | 68 static void check_for_plus_in_loops_1 (struct object_size_info *, tree, 1076 check_for_plus_in_loops_1 (struct object_size_info *osi, tree var, in check_for_plus_in_loops_1() function 1118 check_for_plus_in_loops_1 (osi, rhs, depth); in check_for_plus_in_loops_1() 1127 check_for_plus_in_loops_1 (osi, basevar, in check_for_plus_in_loops_1() 1142 check_for_plus_in_loops_1 (osi, arg, depth); in check_for_plus_in_loops_1() 1158 check_for_plus_in_loops_1 (osi, rhs, depth); in check_for_plus_in_loops_1() 1199 check_for_plus_in_loops_1 (osi, var, 2); in check_for_plus_in_loops()
|