Home
last modified time | relevance | path

Searched refs:macro_arg_token_iter (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dmacro.c63 typedef struct macro_arg_token_iter macro_arg_token_iter; typedef
64 struct macro_arg_token_iter struct
303 static void macro_arg_token_iter_init (macro_arg_token_iter *, bool,
308 (const macro_arg_token_iter *it);
310 (const macro_arg_token_iter *);
311 static void macro_arg_token_iter_forward (macro_arg_token_iter *);
1727 macro_arg_token_iter_init (macro_arg_token_iter *iter, in macro_arg_token_iter_init()
1756 macro_arg_token_iter_forward (macro_arg_token_iter *it) in macro_arg_token_iter_forward()
1781 macro_arg_token_iter_get_token (const macro_arg_token_iter *it) in macro_arg_token_iter_get_token()
1795 macro_arg_token_iter_get_location (const macro_arg_token_iter *it) in macro_arg_token_iter_get_location()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Dmacro.cc63 typedef struct macro_arg_token_iter macro_arg_token_iter; typedef
64 struct macro_arg_token_iter struct
316 static void macro_arg_token_iter_init (macro_arg_token_iter *, bool,
321 (const macro_arg_token_iter *it);
323 (const macro_arg_token_iter *);
324 static void macro_arg_token_iter_forward (macro_arg_token_iter *);
1786 macro_arg_token_iter_init (macro_arg_token_iter *iter, in macro_arg_token_iter_init()
1815 macro_arg_token_iter_forward (macro_arg_token_iter *it) in macro_arg_token_iter_forward()
1840 macro_arg_token_iter_get_token (const macro_arg_token_iter *it) in macro_arg_token_iter_get_token()
1854 macro_arg_token_iter_get_location (const macro_arg_token_iter *it) in macro_arg_token_iter_get_location()
[all …]
H A DChangeLog3062 * macro.c (struct macro_arg_token_iter, set_arg_token,
4654 (struct macro_arg_token_iter): New struct.
4692 expansion. Use macro_arg_token_iter to iterate over tokens of a