Home | History | Annotate | Download | only in include

Lines Matching refs:member

353    A DNTT_TYPE_MEMFUNC symbol is emitted for inlined member functions (C++). 
510 STATICMEM is nonzero if the variable is a member of a class.
512 A_UNION is nonzero if the variable is an anonymous union member.
551 A_UNION is nonzero if the variable is an anonymous union member.
586 CLASSMEM is nonzero if the constant is a member of a class.
673 describes the first member (and contains a pointer to the chain of
692 CLASSMEM is nonzero if this member is part of a class.
694 NAME points into the VT for the name of this member.
696 VALUE is the value of this enumeration member.
864 A_UNION is nonzero if this field is a member of an anonymous union.
866 STATICMEM is nonzero if this field is a static member of a template.
871 of the structure or union this field is a member of.
925 "m" is a data member of class "c". Then from within "memfunc",
933 infers the "with" semantics when it sees a "this" argument to the member
975 void memfunc(); // member function
1011 /* The next two describe C++ pointer-to-data-member type, and
1012 pointer-to-member-function type, respectively.
1021 dnttpointer memtype ; /* Type of member. */
1030 dnttpointer memtype ; /* Type of member. */
1059 (for member functions). */
1066 unsigned int a_union: 1; /* 1 => anonymous union member. */
1216 for template member functions. E.g.,
1225 Within the list of FIELDs/GENFIELDs defining the member list
1743 int icd; /* member of this class (index) */
1753 unsigned int member: 1; /* class member function */