Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/libcpp/
Dmacro.cc1212 _cpp_buff **pragma_buff, unsigned *num_args) in collect_args() argument
1315 if (*pragma_buff == NULL in collect_args()
1316 || BUFF_ROOM (*pragma_buff) < sizeof (cpp_token *)) in collect_args()
1319 if (*pragma_buff == NULL) in collect_args()
1320 *pragma_buff in collect_args()
1324 next = *pragma_buff; in collect_args()
1325 *pragma_buff in collect_args()
1327 (BUFF_FRONT (*pragma_buff) in collect_args()
1328 - (*pragma_buff)->base) * 2); in collect_args()
1329 (*pragma_buff)->next = next; in collect_args()
[all …]
DChangeLog5965 * macro.c (collect_args): Add pragma_buff argument. Push
5966 CPP_PRAGMA ... CPP_PRAGMA_EOL tokens to *pragma_buff, rather
5969 (funlike_invocation_p): Add pragma_buff argument, pass it through