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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.h170 #define round_up(T,N) round_up_loc (UNKNOWN_LOCATION, T, N)
171 extern tree round_up_loc (location_t, tree, unsigned int);
H A Dfold-const.c15323 round_up_loc (location_t loc, tree value, unsigned int divisor)
15295 round_up_loc (location_t loc, tree value, unsigned int divisor) function
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dfold-const.h183 #define round_up(T,N) round_up_loc (UNKNOWN_LOCATION, T, N)
184 extern tree round_up_loc (location_t, tree, unsigned int);
H A Dfold-const.cc16259 round_up_loc (location_t loc, tree value, unsigned int divisor)
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.cc4502 tree eoc = round_up_loc (input_location,
6506 tree rounded = round_up_loc (input_location, size, DECL_ALIGN_UNIT (next));
6868 rli->bitpos = round_up_loc (input_location, rli->bitpos, BITS_PER_UNIT);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c4403 tree eoc = round_up_loc (input_location,
6781 rli->bitpos = round_up_loc (input_location, rli->bitpos, BITS_PER_UNIT);

Completed in 312 milliseconds