Searched refs:DECL_VIRTUAL_P (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.1-release/contrib/gcc/config/i386/
H A Dwinnt-cxx.c61 && DECL_VIRTUAL_P (decl))
94 if (!DECL_VIRTUAL_P (decl))
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Dpe.c163 && !DECL_VIRTUAL_P (decl)
172 && !DECL_VIRTUAL_P (decl)
183 && !DECL_VIRTUAL_P (decl))
/freebsd-10.1-release/contrib/gcc/cp/
H A Ddump.c312 if (DECL_VIRTUAL_P (t))
H A Dmethod.c1141 && DECL_VIRTUAL_P (fn)
1151 if (warn_abi && DECL_VIRTUAL_P (fn))
H A Dclass.c697 DECL_VIRTUAL_P (decl) = 1;
2374 if (DECL_VIRTUAL_P (decl))
2589 if (dtor && DECL_VIRTUAL_P (dtor))
3796 DECL_VIRTUAL_P (clone) = 0;
3929 if (DECL_VIRTUAL_P (fn))
4244 DECL_VIRTUAL_P (field) = 1;
5082 gcc_assert (DECL_VIRTUAL_P (BINFO_VTABLE (TYPE_BINFO (t))));
H A Ddecl.c1593 DECL_VIRTUAL_P (newdecl) |= DECL_VIRTUAL_P (olddecl);
1856 if (DECL_VIRTUAL_P (newdecl))
5053 defer_p = DECL_FUNCTION_SCOPE_P (decl) || DECL_VIRTUAL_P (decl);
5058 if (!DECL_VIRTUAL_P (decl)
6810 DECL_VIRTUAL_P (decl) = 1;
11705 if (DECL_VIRTUAL_P (current_function_decl))
11842 && DECL_VIRTUAL_P (fndecl)
H A Dsearch.c1912 Returns nonzero, if we find any. Set FNDECL's DECL_VIRTUAL_P, if we
1962 if (!DECL_VIRTUAL_P (fn))
1999 DECL_VIRTUAL_P (fndecl) = 1;
H A Dcxx-pretty-print.c993 if (DECL_VIRTUAL_P (t))
H A Derror.c1039 else if (DECL_VIRTUAL_P (t))
H A Dinit.c2819 else if (!DECL_VIRTUAL_P (CLASSTYPE_DESTRUCTORS (type))
H A Ddecl2.c453 && DECL_VIRTUAL_P (decl)));
H A Dsemantics.c3197 if (DECL_VIRTUAL_P (fn))
H A Dname-lookup.c548 else if (TREE_CODE (decl) == VAR_DECL && DECL_VIRTUAL_P (decl))
H A Dcall.c5163 if (!DECL_VIRTUAL_P (method))
H A Dtypeck.c6348 if (!DECL_VIRTUAL_P (fn))
/freebsd-10.1-release/contrib/gcc/
H A Dprint-tree.c406 if (DECL_VIRTUAL_P (node))
H A Dtree.h2544 #define DECL_VIRTUAL_P(NODE) (DECL_COMMON_CHECK (NODE)->decl_common.virtual_flag)
2531 #define DECL_VIRTUAL_P macro

Completed in 268 milliseconds