Home
last modified time | relevance | path

Searched refs:BUFF_FRONT (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dmacro.cc905 dest = BUFF_FRONT (pfile->u_buff); in stringify_arg()
939 size_t len_so_far = dest - BUFF_FRONT (pfile->u_buff); in stringify_arg()
941 dest = BUFF_FRONT (pfile->u_buff) + len_so_far; in stringify_arg()
945 if (dest - 1 != BUFF_FRONT (pfile->u_buff)) in stringify_arg()
957 unsigned char *buf = BUFF_FRONT (buff); in stringify_arg()
981 len = dest - BUFF_FRONT (pfile->u_buff); in stringify_arg()
982 BUFF_FRONT (pfile->u_buff) = dest + 1; in stringify_arg()
1327 (BUFF_FRONT (*pragma_buff) in collect_args()
1332 *(const cpp_token **) BUFF_FRONT (*pragma_buff) = token; in collect_args()
1333 BUFF_FRONT (*pragma_buff) += sizeof (cpp_token *); in collect_args()
[all …]
Dtraditional.cc355 macro->args = (size_t *) BUFF_FRONT (macro->buff); in maybe_start_funlike()
998 p = BUFF_FRONT (buff); in replace_args_and_push()
1065 _cpp_push_text_context (pfile, fmacro->node, BUFF_FRONT (buff), len); in replace_args_and_push()
1152 exp = BUFF_FRONT (pfile->a_buff); in save_replacement_text()
1168 BUFF_FRONT (pfile->a_buff) += macro->count; in save_replacement_text()
Dinternal.h114 #define BUFF_FRONT(BUFF) ((BUFF)->cur) macro
759 return BUFF_FRONT (pfile->a_buff); in _cpp_reserve_room()
Dlex.cc2189 if (rpos == BUFF_FRONT (last)) in read_char()
2209 memcpy (BUFF_FRONT (last), base, room); in append()
2210 BUFF_FRONT (last) += room; in append()
2220 memcpy (BUFF_FRONT (last), base, len); in append()
2221 BUFF_FRONT (last) += len; in append()
2232 rpos = BUFF_FRONT (last); in read_begin()
2580 size_t len = BUFF_FRONT (buf) - buf->base; in lex_raw_string()
4612 void *ptr = BUFF_FRONT (pfile->a_buff); in _cpp_commit_buff()
4621 BUFF_FRONT (pfile->a_buff) += size; in _cpp_commit_buff()
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-20019858 (BUFF_ROOM, BUFF_FRONT, BUFF_LIMIT): New.