OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newargtype
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c/
c-decl.cc
1991
tree
newargtype
= TREE_VALUE (newargs);
1993
if (oldargtype == error_mark_node ||
newargtype
== error_mark_node)
2000
newargtype
= (TYPE_ATOMIC (
newargtype
)
2001
? c_build_qualified_type (TYPE_MAIN_VARIANT (
newargtype
),
2003
: TYPE_MAIN_VARIANT (
newargtype
));
2005
if (END_OF_ARGLIST (oldargtype) && END_OF_ARGLIST (
newargtype
))
2016
else if (END_OF_ARGLIST (
newargtype
))
2025
else if (!comptypes (oldargtype,
newargtype
))
1978
tree
newargtype
= TREE_VALUE (newargs);
local
c-decl.cc
1991
tree
newargtype
= TREE_VALUE (newargs);
1993
if (oldargtype == error_mark_node ||
newargtype
== error_mark_node)
2000
newargtype
= (TYPE_ATOMIC (
newargtype
)
2001
? c_build_qualified_type (TYPE_MAIN_VARIANT (
newargtype
),
2003
: TYPE_MAIN_VARIANT (
newargtype
));
2005
if (END_OF_ARGLIST (oldargtype) && END_OF_ARGLIST (
newargtype
))
2016
else if (END_OF_ARGLIST (
newargtype
))
2025
else if (!comptypes (oldargtype,
newargtype
))
1978
tree
newargtype
= TREE_VALUE (newargs);
local
/src/external/gpl3/gcc.old/dist/gcc/c/
c-decl.cc
1874
tree
newargtype
= TREE_VALUE (newargs);
1876
if (oldargtype == error_mark_node ||
newargtype
== error_mark_node)
1883
newargtype
= (TYPE_ATOMIC (
newargtype
)
1884
? c_build_qualified_type (TYPE_MAIN_VARIANT (
newargtype
),
1886
: TYPE_MAIN_VARIANT (
newargtype
));
1888
if (END_OF_ARGLIST (oldargtype) && END_OF_ARGLIST (
newargtype
))
1899
else if (END_OF_ARGLIST (
newargtype
))
1908
else if (!comptypes (oldargtype,
newargtype
))
1861
tree
newargtype
= TREE_VALUE (newargs);
local
c-decl.cc
1874
tree
newargtype
= TREE_VALUE (newargs);
1876
if (oldargtype == error_mark_node ||
newargtype
== error_mark_node)
1883
newargtype
= (TYPE_ATOMIC (
newargtype
)
1884
? c_build_qualified_type (TYPE_MAIN_VARIANT (
newargtype
),
1886
: TYPE_MAIN_VARIANT (
newargtype
));
1888
if (END_OF_ARGLIST (oldargtype) && END_OF_ARGLIST (
newargtype
))
1899
else if (END_OF_ARGLIST (
newargtype
))
1908
else if (!comptypes (oldargtype,
newargtype
))
1861
tree
newargtype
= TREE_VALUE (newargs);
local
Completed in 131 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026