OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:statfn
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
lambda.cc
1182
/* We set DECL_CONTEXT of NEW_NODE to the
statfn
below.
1342
tree
statfn
= build_lang_decl (FUNCTION_DECL, fun_identifier, stattype);
local
1343
SET_DECL_LANGUAGE (
statfn
, lang_cplusplus);
1344
fn =
statfn
;
1386
start_preparsed_function (
statfn
, NULL_TREE,
1414
TREE_USED (
statfn
) = 1;
1415
finish_return_stmt (decay_conversion (
statfn
, tf_warning_or_error));
/src/external/gpl3/gcc.old/dist/gcc/cp/
lambda.cc
1141
/* We set DECL_CONTEXT of NEW_NODE to the
statfn
below.
1259
tree
statfn
= build_lang_decl (FUNCTION_DECL, fun_identifier, stattype);
local
1260
SET_DECL_LANGUAGE (
statfn
, lang_cplusplus);
1261
fn =
statfn
;
1303
start_preparsed_function (
statfn
, NULL_TREE,
1331
TREE_USED (
statfn
) = 1;
1332
finish_return_stmt (decay_conversion (
statfn
, tf_warning_or_error));
Completed in 50 milliseconds
Indexes created Mon May 25 00:24:39 UTC 2026