Home
last modified time | relevance | path

Searched refs:alloc_expansion_token (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/gcclibs/libcpp/
Dmacro.c63 static cpp_token *alloc_expansion_token (cpp_reader *, cpp_macro *);
1405 alloc_expansion_token (cpp_reader *pfile, cpp_macro *macro) in alloc_expansion_token() function
1421 pfile->cur_token = alloc_expansion_token (pfile, macro); in lex_expansion_token()
1509 token = alloc_expansion_token (pfile, macro); in create_iso_definition()
/freebsd-12-stable/contrib/gcc/
DChangeLog-20019702 (save_parameter, parse_params, alloc_expansion_token,
10823 * cppmacro.c (alloc_expansion_token): New.