OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:decl_expr
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
except.cc
1346
/* Add a
DECL_EXPR
for current_retval_sentinel. */
local
1347
tree
decl_expr
= build_stmt (loc,
DECL_EXPR
, current_retval_sentinel);
1348
tsi_link_before (&iter,
decl_expr
, TSI_SAME_STMT);
1357
&& TREE_CODE (tsi_stmt (iter)) ==
DECL_EXPR
)
pt.cc
4017
case
DECL_EXPR
:
4025
the point of the
DECL_EXPR
. */
13391
if (TREE_CODE (*tp) ==
DECL_EXPR
)
18005
tree
decl_expr
= NULL_TREE;
18045
else if (init && TREE_CODE (init) ==
DECL_EXPR
)
18050
decl_expr
= init;
18141
if (
decl_expr
)
18144
tree init_sav = DECL_INITIAL (DECL_EXPR_DECL (
decl_expr
));
18145
DECL_INITIAL (DECL_EXPR_DECL (
decl_expr
)) = NULL_TREE;
18146
RECUR (
decl_expr
);
18004
tree
decl_expr
= NULL_TREE;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
except.cc
1343
/* Add a
DECL_EXPR
for current_retval_sentinel. */
local
1344
tree
decl_expr
= build_stmt (loc,
DECL_EXPR
, current_retval_sentinel);
1345
tsi_link_before (&iter,
decl_expr
, TSI_SAME_STMT);
1350
&& TREE_CODE (tsi_stmt (iter)) ==
DECL_EXPR
)
Completed in 35 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026