Searched refs:alloc_expanded_arg_mem (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | macro.c | 289 static void alloc_expanded_arg_mem (cpp_reader *, macro_arg *, size_t); 2578 alloc_expanded_arg_mem (cpp_reader *pfile, macro_arg *arg, size_t capacity) in alloc_expanded_arg_mem() function 2638 alloc_expanded_arg_mem (pfile, arg, capacity); in expand_arg()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | macro.cc | 302 static void alloc_expanded_arg_mem (cpp_reader *, macro_arg *, size_t); 2688 alloc_expanded_arg_mem (cpp_reader *pfile, macro_arg *arg, size_t capacity) in alloc_expanded_arg_mem() function 2749 alloc_expanded_arg_mem (pfile, arg, capacity); in expand_arg()
|
H A D | ChangeLog | 3065 alloc_expanded_arg_mem, _cpp_backup_tokens): Likewise. 4656 (alloc_expanded_arg_mem, ensure_expanded_arg_room) 4700 (expand_arg): Use the new alloc_expanded_arg_mem,
|