Searched refs:_cpp_buff (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr58464.C46 struct _cpp_buff { struct
47 _cpp_buff *next;
50 _cpp_buff *_cpp_get_buff(cpp_reader *, size_t);
51 void _cpp_release_buff(cpp_reader *, _cpp_buff *);
70 _cpp_buff *u_buff;
71 _cpp_buff *free_buffs;
80 static void bufring_append(cpp_reader *pfile, uchar *base, size_t len, _cpp_buff **first_buff_p, _cpp_buff **last_buff_p)
82 _cpp_buff *first_buff = *first_buff_p;
83 _cpp_buff *last_buf
[all...]
/haiku-buildtools/gcc/libcpp/
H A Dmacro.c97 static void push_ptoken_context (cpp_reader *, cpp_hashnode *, _cpp_buff *,
100 _cpp_buff *, source_location *,
102 static _cpp_buff *collect_args (cpp_reader *, const cpp_hashnode *,
103 _cpp_buff **, unsigned *);
114 static void delete_macro_args (_cpp_buff*, unsigned num_args);
135 static _cpp_buff *tokens_buff_new (cpp_reader *, size_t,
137 static size_t tokens_buff_count (_cpp_buff *);
138 static const cpp_token **tokens_buff_last_token_ptr (_cpp_buff *);
147 static const cpp_token **tokens_buff_add_token (_cpp_buff *,
154 static inline void tokens_buff_remove_last_token (_cpp_buff *);
[all...]
H A Dlex.c65 static _cpp_buff *new_buff (size_t);
1438 _cpp_buff **first_buff_p, _cpp_buff **last_buff_p)
1440 _cpp_buff *first_buff = *first_buff_p;
1441 _cpp_buff *last_buff = *last_buff_p;
1513 _cpp_buff *first_buff = NULL, *last_buff = NULL;
3101 static _cpp_buff *
3104 _cpp_buff *result;
3112 /* Valgrind warns about uses of interior pointers, so put _cpp_buff
3114 size_t slen = CPP_ALIGN2 (sizeof (_cpp_buff),
[all...]
H A Dinternal.h101 typedef struct _cpp_buff _cpp_buff; typedef in typeref:struct:_cpp_buff
102 struct _cpp_buff struct
104 struct _cpp_buff *next;
108 extern _cpp_buff *_cpp_get_buff (cpp_reader *, size_t);
109 extern void _cpp_release_buff (cpp_reader *, _cpp_buff *);
110 extern void _cpp_extend_buff (cpp_reader *, _cpp_buff **, size_t);
111 extern _cpp_buff *_cpp_append_extend_buff (cpp_reader *, _cpp_buff *, size_t);
112 extern void _cpp_free_buff (_cpp_buff *);
[all...]
H A Dtraditional.c48 _cpp_buff *buff;
972 _cpp_buff *buff;

Completed in 84 milliseconds