Searched refs:DECL_FUNCTION_MEMBER_P (Results 1 - 25 of 26) sorted by relevance

12

/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dfriend.c54 if (DECL_FUNCTION_MEMBER_P (supplicant))
87 || DECL_FUNCTION_MEMBER_P (supplicant))
119 if (declp && DECL_FUNCTION_MEMBER_P (supplicant))
H A Drepo.c175 if (DECL_FUNCTION_MEMBER_P (fn) && TYPE_VIRTUAL_P (DECL_CLASS_CONTEXT (fn)))
H A Dmethod.c1795 DECL_FUNCTION_MEMBER_P (decl)
2030 && DECL_FUNCTION_MEMBER_P (value))
2032 && DECL_FUNCTION_MEMBER_P (OVL_CURRENT (value))))
H A Dpt.c488 return (DECL_FUNCTION_MEMBER_P (DECL_TEMPLATE_RESULT (t))
998 else if (!DECL_FUNCTION_MEMBER_P (fn))
2220 && (!DECL_FUNCTION_MEMBER_P (decl) || DECL_DEFINED_IN_CLASS_P (decl)))
9885 DECL_FUNCTION_MEMBER_P (decl)
H A Dcp-tree.h1325 #define DECL_FUNCTION_MEMBER_P(NODE) \
1366 ((TREE_CODE (NODE) == FUNCTION_DECL && DECL_FUNCTION_MEMBER_P (NODE)) \
1318 #define DECL_FUNCTION_MEMBER_P macro
H A Dtree.c2312 if (TREE_CODE (decl) == FUNCTION_DECL && DECL_FUNCTION_MEMBER_P (decl))
H A Dcall.c3145 if (DECL_FUNCTION_MEMBER_P (fn))
H A Ddecl2.c2898 else if (DECL_FUNCTION_MEMBER_P (decl))
H A Ddecl.c4023 if (TREE_CODE (x) == FUNCTION_DECL && ! DECL_FUNCTION_MEMBER_P (x))
13615 && ! DECL_FUNCTION_MEMBER_P (decl1))
H A Dtypeck.c2629 && DECL_FUNCTION_MEMBER_P (OVL_CURRENT (function)))
/haiku-buildtools/gcc/gcc/cp/
H A Dfriend.c101 if (DECL_FUNCTION_MEMBER_P (supplicant))
H A Ddump.c321 if (DECL_FUNCTION_MEMBER_P (t))
H A Dsearch.c526 && ((DECL_FUNCTION_MEMBER_P (current_function_decl)
H A Dcxx-pretty-print.c284 if (DECL_FUNCTION_MEMBER_P (t))
H A Dtypeck2.c527 if (DECL_FUNCTION_MEMBER_P (member)
H A Ddecl.c1761 if (DECL_FUNCTION_MEMBER_P (olddecl)
11503 gcc_assert (DECL_FUNCTION_MEMBER_P (d));
11555 gcc_assert (DECL_FUNCTION_MEMBER_P (d));
13545 if (!DECL_FUNCTION_MEMBER_P (decl1)
H A Dmangle.c2460 && DECL_FUNCTION_MEMBER_P (decl)
H A Dcp-tree.h2472 #define DECL_FUNCTION_MEMBER_P(NODE) \
2600 && DECL_FRIEND_P (NODE) && !DECL_FUNCTION_MEMBER_P (NODE)) \
2466 #define DECL_FUNCTION_MEMBER_P macro
H A Dname-lookup.c920 if (DECL_NON_THUNK_FUNCTION_P (x) && ! DECL_FUNCTION_MEMBER_P (x))
H A Derror.c3240 && DECL_FUNCTION_MEMBER_P (fn))
H A Dpt.c2045 else if (!DECL_FUNCTION_MEMBER_P (fn))
4540 && (DECL_FUNCTION_MEMBER_P (decl)
4547 && (!DECL_FUNCTION_MEMBER_P (decl)
15322 && !DECL_FUNCTION_MEMBER_P (get_first_fn (function)))
H A Ddecl2.c2946 else if (DECL_FUNCTION_MEMBER_P (decl))
H A Dsemantics.c3629 && DECL_FUNCTION_MEMBER_P (first_fn)
H A Dcall.c7120 if (DECL_FUNCTION_MEMBER_P (fn))
H A Dclass.c7801 if (DECL_FUNCTION_MEMBER_P (fn))

Completed in 624 milliseconds

12