OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:requires_decl
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
lto-cgraph.cc
1837
tree
requires_decl
= NULL_TREE;
local
1902
requires_decl
= tmp_decl;
1908
if (
requires_decl
!= NULL_TREE)
1910
while (DECL_CONTEXT (
requires_decl
) != NULL_TREE
1911
&& TREE_CODE (
requires_decl
) != TRANSLATION_UNIT_DECL)
1912
requires_decl
= DECL_CONTEXT (
requires_decl
);
1913
if (
requires_decl
!= NULL_TREE)
1914
fn1 = IDENTIFIER_POINTER (DECL_NAME (
requires_decl
));
Completed in 23 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026