OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:from_p
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimplify.cc
5953
gimplify_modify_expr_rhs (tree *expr_p, tree *
from_p
, tree *to_p,
5963
switch (TREE_CODE (*
from_p
))
5974
if (TREE_READONLY (*
from_p
)
5975
&& DECL_INITIAL (*
from_p
)
5976
&& TREE_CODE (DECL_INITIAL (*
from_p
)) == CONSTRUCTOR
5977
&& !TREE_THIS_VOLATILE (*
from_p
)
5982
tree old_from = *
from_p
;
5986
*
from_p
= unshare_expr (DECL_INITIAL (*
from_p
));
5995
*
from_p
= old_from
6401
tree *
from_p
= &TREE_OPERAND (*expr_p, 1);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc
5555
gimplify_modify_expr_rhs (tree *expr_p, tree *
from_p
, tree *to_p,
5565
switch (TREE_CODE (*
from_p
))
5576
if (TREE_READONLY (*
from_p
)
5577
&& DECL_INITIAL (*
from_p
)
5578
&& TREE_CODE (DECL_INITIAL (*
from_p
)) == CONSTRUCTOR
5579
&& !TREE_THIS_VOLATILE (*
from_p
)
5584
tree old_from = *
from_p
;
5588
*
from_p
= unshare_expr (DECL_INITIAL (*
from_p
));
5597
*
from_p
= old_from
6001
tree *
from_p
= &TREE_OPERAND (*expr_p, 1);
local
[
all
...]
Completed in 43 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026