OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targtype
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
cgraphunit.cc
1437
tree
targtype
= TREE_TYPE (target);
local
1461
targtype
= TREE_TYPE (
targtype
);
1463
if (POINTER_TYPE_P (
targtype
))
1465
targtype
= TREE_TYPE (
targtype
);
1469
if (VOID_TYPE_P (
targtype
) && !extra_warnings)
1487
if ((!FUNC_OR_METHOD_TYPE_P (
targtype
)
1489
&& prototype_p (
targtype
)
1490
&& !types_compatible_p (altype,
targtype
))))
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
cgraphunit.cc
1428
tree
targtype
= TREE_TYPE (target);
local
1452
targtype
= TREE_TYPE (
targtype
);
1454
if (POINTER_TYPE_P (
targtype
))
1456
targtype
= TREE_TYPE (
targtype
);
1460
if (VOID_TYPE_P (
targtype
) && !extra_warnings)
1478
if ((!FUNC_OR_METHOD_TYPE_P (
targtype
)
1480
&& prototype_p (
targtype
)
1481
&& !types_compatible_p (altype,
targtype
))))
[
all
...]
Completed in 27 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026