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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dsemantics.c2835 tree lambda_stack = NULL_TREE; local
2870 lambda_stack = tree_cons (NULL_TREE,
2872 lambda_stack);
2880 decl = add_default_capture (lambda_stack,
5763 add_default_capture (tree lambda_stack, tree id, tree initializer)
5773 for (node = lambda_stack;
5811 tree lambda_stack = tree_cons (NULL_TREE, lambda, NULL_TREE);
5835 lambda_stack = tree_cons (NULL_TREE,
5837 lambda_stack);
5848 this_capture = add_default_capture (lambda_stack,
5759 add_default_capture(tree lambda_stack, tree id, tree initializer) argument
5807 tree lambda_stack = tree_cons (NULL_TREE, lambda, NULL_TREE); local
[all...]

Completed in 135 milliseconds