Lines Matching defs:member

117       DECL_THUNK_P (in a member FUNCTION_DECL)
244 tree member;
262 /* Used to mark the block around the member initializers and cleanups. */
558 pointer in pointer-to-member types. */
776 /* When we're processing a member function, current_class_ptr is the
1214 /* The member function with which the vtable will be emitted:
1215 the first noninline non-pure-virtual member function. NULL_TREE
1219 /* Vector member functions defined in this class. Each element is
1227 non-innermost template types are next, followed by ordinary member
1229 The conversion operators are unsorted. The ordinary member
1233 /* For class templates, this is a TREE_LIST of all member data,
1264 found within this class. This table includes nested member class
1324 /* Nonzero means that this type contains a mutable member. */
1641 declaration. Some entities (like a member function in a local
1808 in) as a member in a RECORD_TYPE or UNION_TYPE node. It is also for
1848 rather than outside the class. This is used for both static member
1862 member function. */
1867 member function. */
1871 /* Nonzero for FUNCTION_DECL means that this decl is a member function
1876 /* Nonzero for FUNCTION_DECL means that this member function
1883 /* Nonzero for FUNCTION_DECL means that this member function
1890 /* Nonzero for a DECL means that this member is a non-static member. */
1896 /* Nonzero for _DECL means that this member object type
1905 /* Nonzero for FUNCTION_DECL means that this member function is a pure
1968 /* For a non-member friend function, the class (if any) in which this
1998 /* 1 iff NODE is a class member. */
2131 non-static data member of anonymous union that has been promoted to
2236 As a special case, for a member friend template of a template
2285 /* Nonzero if NODE (a TEMPLATE_DECL) is a member template, in the
2291 member template, whose inline definition is being processed after
2450 pointer-to-member types, are collectively called scalar types.
2565 /* Returns true if NODE is a pointer-to-data-member. */
2613 /* Nonzero for _TYPE node means that this type is a pointer to member
2623 /* Returns true if NODE is a pointer-to-member. */
2628 member function. [expr.unary.op]/3 */
2633 pointer to member function. TYPE_PTRMEMFUNC_P _must_ be true,
2657 /* For a pointer-to-member type of the form `T X::*', this is `X'.
2667 /* For a pointer-to-member type of the form `T X::*', this is `T'. */
2673 /* For a pointer-to-member constant `X::Y' this is the RECORD_TYPE for
2678 /* For a pointer-to-member constant `X::Y' this is the _DECL for
2680 #define PTRMEM_CST_MEMBER(NODE) (((ptrmem_cst_t)PTRMEM_CST_CHECK (NODE))->member)
2698 of the parent object, as opposed to a member field. */
2734 For example, if a member that would normally be public in a
2767 /* For a static member variable template, the
2770 partial instantiations of static member variables, so all of these
2881 member function of a class template is a template, but not primary.
2882 A member template is primary. Friend templates are primary, too. */
3182 tsk_invalid_member_spec, /* An explicit member template
3257 tf_ptrmem_ok = 1 << 4, /* pointers to member ok (internal
3458 /* Complain if no suitable member function matching the arguments is
3808 /* For cdk_ptrmem, the class type containing the member. */