OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lambda_stack
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
lambda.cc
726
add_default_capture (tree
lambda_stack
, tree id, tree initializer)
732
for (tree node =
lambda_stack
;
788
tree
lambda_stack
= NULL_TREE;
local
804
lambda_stack
= tree_cons (NULL_TREE,
806
lambda_stack
);
866
this_capture = add_default_capture (
lambda_stack
,
semantics.cc
4254
tree
lambda_stack
= NULL_TREE;
local
4303
lambda_stack
= tree_cons (NULL_TREE, lambda_expr,
lambda_stack
);
4325
decl = add_default_capture (
lambda_stack
,
/src/external/gpl3/gcc.old/dist/gcc/cp/
lambda.cc
699
add_default_capture (tree
lambda_stack
, tree id, tree initializer)
705
for (tree node =
lambda_stack
;
761
tree
lambda_stack
= NULL_TREE;
local
777
lambda_stack
= tree_cons (NULL_TREE,
779
lambda_stack
);
838
this_capture = add_default_capture (
lambda_stack
,
semantics.cc
3878
tree
lambda_stack
= NULL_TREE;
local
3927
lambda_stack
= tree_cons (NULL_TREE, lambda_expr,
lambda_stack
);
3949
decl = add_default_capture (
lambda_stack
,
Completed in 46 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026