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

/freebsd-9.3-release/contrib/gcc/
H A Dc-aux-info.c305 tree chain_p;
374 chain_p = TYPE_FIELDS (t);
375 while (chain_p)
377 data_type = concat (data_type, gen_decl (chain_p, 0, ansi),
379 chain_p = TREE_CHAIN (chain_p);
393 chain_p = TYPE_FIELDS (t);
394 while (chain_p)
396 data_type = concat (data_type, gen_decl (chain_p, 0, ansi),
398 chain_p
304 tree chain_p; local
[all...]

Completed in 48 milliseconds