| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-fold.h | 158 extern tree gimple_build_round_up (gimple_seq *, location_t, tree, tree, 161 gimple_build_round_up (gimple_seq *seq, tree type, tree old_size, function 164 return gimple_build_round_up (seq, UNKNOWN_LOCATION, type, old_size, align);
|
| gimple-fold.cc | 9027 gimple_build_round_up (gimple_seq *seq, location_t loc, tree type, function
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-fold.h | 244 extern tree gimple_build_round_up (gimple_stmt_iterator *, bool, 249 gimple_build_round_up (gimple_seq *seq, location_t loc, function 253 return gimple_build_round_up (&gsi, false, GSI_CONTINUE_LINKING, 257 gimple_build_round_up (gimple_seq *seq, tree type, tree old_size, function 261 return gimple_build_round_up (&gsi, false, GSI_CONTINUE_LINKING,
|
| gimple-fold.cc | 9278 gimple_build_round_up (gimple_stmt_iterator *gsi, function
|