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

/freebsd-11-stable/contrib/gcc/cp/
H A Dparser.c1450 tree unparsed_functions_queues;
2841 parser->unparsed_functions_queues = build_tree_list (NULL_TREE, NULL_TREE);
13723 for (TREE_PURPOSE (parser->unparsed_functions_queues)
13724 = nreverse (TREE_PURPOSE (parser->unparsed_functions_queues));
13725 (queue_entry = TREE_PURPOSE (parser->unparsed_functions_queues));
13726 TREE_PURPOSE (parser->unparsed_functions_queues)
13727 = TREE_CHAIN (TREE_PURPOSE (parser->unparsed_functions_queues)))
13749 for (TREE_VALUE (parser->unparsed_functions_queues)
13750 = nreverse (TREE_VALUE (parser->unparsed_functions_queues));
13751 (queue_entry = TREE_VALUE (parser->unparsed_functions_queues));
1448 tree unparsed_functions_queues; local
[all...]

Completed in 135 milliseconds