OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tree_body
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc
18640
tree
tree_body
= DECL_SAVED_TREE (fndecl);
18659
if (
tree_body
== NULL_TREE
18671
if (TREE_CODE (
tree_body
) != RETURN_EXPR)
18673
tree_body
= TREE_OPERAND (
tree_body
, 0);
18674
if (TREE_CODE (
tree_body
) != MODIFY_EXPR
18675
|| TREE_OPERAND (
tree_body
, 0) != DECL_RESULT (fndecl))
18677
tree_body
= TREE_OPERAND (
tree_body
, 1);
18685
loc_body = loc_descriptor_from_tree (
tree_body
, 0, &ctx)
18627
tree
tree_body
= DECL_SAVED_TREE (fndecl);
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc
18554
tree
tree_body
= DECL_SAVED_TREE (fndecl);
18573
if (
tree_body
== NULL_TREE
18585
if (TREE_CODE (
tree_body
) != RETURN_EXPR)
18587
tree_body
= TREE_OPERAND (
tree_body
, 0);
18588
if (TREE_CODE (
tree_body
) != MODIFY_EXPR
18589
|| TREE_OPERAND (
tree_body
, 0) != DECL_RESULT (fndecl))
18591
tree_body
= TREE_OPERAND (
tree_body
, 1);
18599
loc_body = loc_descriptor_from_tree (
tree_body
, 0, &ctx)
18541
tree
tree_body
= DECL_SAVED_TREE (fndecl);
local
[
all
...]
Completed in 49 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026