OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DERIVED_FROM_P
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc
122
of
DERIVED_FROM_P
. */
125
#define
DERIVED_FROM_P
(PARENT, CHILD) objc_derived_from_p (PARENT, CHILD)
2498
if (
DERIVED_FROM_P
(inner1, inner2))
2500
else if (
DERIVED_FROM_P
(inner2, inner1))
2692
pointers_compatible =
DERIVED_FROM_P
(ltyp, rtyp);
2695
pointers_compatible =
DERIVED_FROM_P
(rtyp, ltyp);
4421
if (!t ||
DERIVED_FROM_P
(TREE_TYPE (t), TREE_TYPE (type)))
6604
||
DERIVED_FROM_P
(basetype, curtype))
/src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc
123
of
DERIVED_FROM_P
. */
126
#define
DERIVED_FROM_P
(PARENT, CHILD) objc_derived_from_p (PARENT, CHILD)
2500
if (
DERIVED_FROM_P
(inner1, inner2))
2502
else if (
DERIVED_FROM_P
(inner2, inner1))
2694
pointers_compatible =
DERIVED_FROM_P
(ltyp, rtyp);
2697
pointers_compatible =
DERIVED_FROM_P
(rtyp, ltyp);
4423
if (!t ||
DERIVED_FROM_P
(TREE_TYPE (t), TREE_TYPE (type)))
6606
||
DERIVED_FROM_P
(basetype, curtype))
/src/external/gpl3/gcc/dist/gcc/cp/
cp-tree.h
2345
#define
DERIVED_FROM_P
(PARENT, TYPE) \
/src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h
2284
#define
DERIVED_FROM_P
(PARENT, TYPE) \
Completed in 43 milliseconds
Indexes created Fri Jun 12 00:25:51 UTC 2026