Searched refs:member (Results 101 - 125 of 131) sorted by relevance

123456

/freebsd-11.0-release/sys/dev/arcmsr/
H A Darcmsr.h68 #define offsetof(type, member) ((size_t)(&((type *)0)->member))
/freebsd-11.0-release/crypto/heimdal/lib/asn1/
H A Dasn1parse.c312 Member *member; member in union:YYSTYPE
494 /* A type that is properly aligned for any stack member. */
1937 ASN1_TAILQ_INSERT_HEAD((yyval.members), (yyvsp[(1) - (1)].member), members);
1944 ASN1_TAILQ_INSERT_TAIL((yyvsp[(1) - (3)].members), (yyvsp[(3) - (3)].member), members);
1957 (yyval.member) = emalloc(sizeof(*(yyval.member)));
1958 (yyval.member)->name = (yyvsp[(1) - (4)].name);
1959 (yyval.member)->gen_name = estrdup((yyvsp[(1) - (4)].name));
1960 output_name ((yyval.member)->gen_name);
1961 (yyval.member)
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp311 REGISTER_MATCHER(member);
/freebsd-11.0-release/contrib/gcclibs/libiberty/
H A Dcplus-dem.c131 int static_type; /* A static member function */
1291 /* Static member function */
1305 /* a qualified member function */
1524 represents the name of a static data member 'foo::bar',
1905 /* FIXME: Pointer-to-member constants should get a
2263 0 if at end of static member of template class,
2358 /* A member of the anonymous namespace. */
2691 style member-template constructor starts with 'H'. */
2783 _3foo$varname (static data member)
2784 _Q22rs2tu$vw (static data member)
3399 int member; local
[all...]
/freebsd-11.0-release/contrib/gdb/include/
H A Dhp-symtab.h352 A DNTT_TYPE_MEMFUNC symbol is emitted for inlined member functions (C++).
509 STATICMEM is nonzero if the variable is a member of a class.
511 A_UNION is nonzero if the variable is an anonymous union member.
550 A_UNION is nonzero if the variable is an anonymous union member.
585 CLASSMEM is nonzero if the constant is a member of a class.
672 describes the first member (and contains a pointer to the chain of
691 CLASSMEM is nonzero if this member is part of a class.
693 NAME points into the VT for the name of this member.
695 VALUE is the value of this enumeration member.
863 A_UNION is nonzero if this field is a member o
1752 unsigned int member: 1; /* class member function */ member in struct:quick_procedure
[all...]
/freebsd-11.0-release/contrib/binutils/libiberty/
H A Dcplus-dem.c131 int static_type; /* A static member function */
1291 /* Static member function */
1305 /* a qualified member function */
1524 represents the name of a static data member 'foo::bar',
1905 /* FIXME: Pointer-to-member constants should get a
2263 0 if at end of static member of template class,
2358 /* A member of the anonymous namespace. */
2691 style member-template constructor starts with 'H'. */
2783 _3foo$varname (static data member)
2784 _Q22rs2tu$vw (static data member)
3399 int member; local
[all...]
/freebsd-11.0-release/sys/dev/sfxge/
H A Dsfxge_rx.c1312 #define SFXGE_RX_STAT(name, member) \
1313 { #name, offsetof(struct sfxge_rxq, member) }
H A Dsfxge_tx.c118 #define SFXGE_TX_STAT(name, member) \
119 { #name, offsetof(struct sfxge_txq, member) }
/freebsd-11.0-release/contrib/gcc/cp/
H A Dclass.c355 /* In a base member initializer, we cannot rely on the
716 struct S { virtual void member (); };
720 a static member of `S' but only *after* the debug output for
724 vtable as a static member of `S' and there won't be one. We
725 might be able to arrange to have the "vtable static member"
726 attached to the member list for `S' before the debug info for
1013 overloaded if any of them is a static member
1017 from a base class into a derived class scope, member
1018 functions in the derived class override and/or hide member
1158 /* Process the USING_DECL, which is a member o
6116 tree member = TREE_OPERAND (rhs, 1); local
[all...]
H A Dparser.c957 member of CLASS_TYPE. */
975 "const"-qualified member function. The EXCEPTION_SPECIFICATION
1436 /* A list of lists. The outer list is a stack, used for member
1711 /* Special member functions [gram.special] */
2044 error ("request for member %qD in non-class type %qT",
3087 "&" and therefore might denote a pointer-to-member. CAST_P is true
3225 `&A::B' might be a pointer-to-member, but `&(A::B)' is
3707 should refer to the type `S' and not the data member
3828 error ("declaration of %<~%T%> as member of %qT",
4613 lookup does not find a set of member function
8521 tree member; local
14286 tree ivar, member; local
15781 tree member; local
18922 build_component_ref(tree e, tree member) argument
[all...]
H A Dname-lookup.c134 the member "chain" considered as an array. */
285 /* (GC)-allocate a binding object with VALUE and TYPE member initialized. */
478 be two declarations of the same static data member:
482 A member shall not be declared twice in the
483 member-specification. */
979 tree member;
982 member = lookup_member (current_class_type,
987 member = NULL_TREE;
989 if (member && !TREE_STATIC (member))
978 tree member; local
[all...]
H A Dtree.c90 /* Look at the member designator. */
168 /* All functions (except non-static-member functions) are
534 /* For a pointer-to-member type, we can't just return a
592 pointer-to-member-function type, because these will be distinct
1479 non-type pointer to member function template arguments
1677 /* Returns 1 if decl is a member of a class. */
1686 /* Create a placeholder for member access where we don't actually have an
1696 /* We've gotten a reference to a member of TYPE. Return *this if appropriate,
1712 /* Reference from a nested class member function. */
1767 return 1; /* pointer to non-member */
1947 make_ptrmem_cst(tree type, tree member) argument
[all...]
H A Dcp-tree.h117 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
243 tree member; local
[all...]
/freebsd-11.0-release/sys/dev/drm2/i915/
H A Di915_debug.c183 #define count_objects(list, member) do { \
184 list_for_each_entry(obj, list, member) { \
/freebsd-11.0-release/contrib/gdb/gdb/
H A Drs6000-nat.c733 and member names, so we should save them. */
742 /* Note that this opens it once for every member; a possible
769 warning ("\"%s\": member \"%s\" missing.", objname, mem);
776 warning ("\"%s\": member \"%s\" not in executable format: %s.",
850 || (memb[0] && !DEPRECATED_STREQ (memb, vp->member)))
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dar.c65 static void print_contents (bfd * member);
101 member). -1 means we've been explicitly asked to not write a symbol table;
109 /* Nonzero means it's the name of an existing member; position new or moved
113 /* Sez how to use `posname': pos_before means position before that member.
114 pos_after means position after that member. pos_end means always at end.
223 fprintf (s, _("Usage: %s [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n"),
236 fprintf (s, _(" [a] - put file(s) after [member-name]\n"));
237 fprintf (s, _(" [b] - put file(s) before [member-name] (same as [i])\n"));
823 /* Extract a member of the archive into its own file.
1029 __.SYMDEF might be regular member), bu
[all...]
/freebsd-11.0-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex559 David Gibson has been a member of the IBM Linux Technology Center,
575 among others things. He's a member of the ppc64 development ``team''
/freebsd-11.0-release/sys/cam/scsi/
H A Dscsi_all.c108 static int ascentrycomp(const void *key, const void *member);
109 static int senseentrycomp(const void *key, const void *member);
3211 ascentrycomp(const void *key, const void *member) argument
3219 table_entry = (const struct asc_table_entry *)member;
3240 senseentrycomp(const void *key, const void *member) argument
3246 table_entry = (const struct sense_key_table_entry *)member;
/freebsd-11.0-release/lib/libc/net/
H A Dgetaddrinfo.c149 #define sizeofmember(type, member) (sizeof(((type *)0)->member))
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSema.cpp674 // If DefinedUsedVTables ends up marking any virtual member functions it
703 // All delayed member exception specs should be checked or we end up accepting
1314 // Ignore overloads that are pointer-to-member constants.
1331 // Check whether the function is a non-template, non-member which takes no
1347 // If it's not a member, use better machinery to try to resolve the call
1352 // Attempt to call the member with no arguments - this will correctly handle
1353 // member templates with defaults/deduction of template arguments, overloads
H A DSemaDecl.cpp267 // refer to a member of an unknown specialization.
297 // computed, which is either the type of the base of a member access
928 // overloaded functions any member of which is a function template if
1039 // as an inline member function. A Lambda can be used legally
1040 // either as an in-class member initializer or a default argument. These
1106 // A name used in the definition of a static data member of class
1107 // X (after the qualified-id of the static member) is looked up as
1108 // if the name was used in a member function of X.
1110 // If a variable member of a namespace is defined outside of the
1112 // the variable member (afte
13234 CXXSpecialMember member = CXXInvalid; local
[all...]
/freebsd-11.0-release/sys/dev/bxe/
H A Decore_sp.c1357 #define list_next_entry(pos, member) \
1358 list_entry((pos)->member.next, typeof(*(pos)), member)
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h821 /// Note: this does not match declarations of member variables, which are
890 /// \brief Matches member expressions.
921 /// \brief Matches member call expressions.
1945 /// class B { void member(); };
2112 /// - for MemberExpr, the declaration of the referenced member
2115 /// Also usable as Matcher<T> for any T supporting the getDecl() member
2133 /// \brief Matches on the implicit object argument of a member call expression.
2782 /// opposed to a member.
2801 /// \brief Matches a constructor initializer if it is initializing a member, as
3503 /// \brief Matches member expression
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp81 // non-type member of a class, only non-type visibility restrictions
85 // 6. When computing the visibility of a type, including a type member
170 /// Does the given declaration have member specialization information,
175 if (const MemberSpecializationInfo *member =
177 return member->isExplicitSpecialization();
182 /// For templates, this question is easier: a member template can't be
184 /// or not this is an explicit member specialization.
435 // member thereof with explicit visibility.
443 // an explicit instantiation of a member of such a thing.
451 // This is the 'member thereo
[all...]
H A DItaniumMangle.cpp966 // considered to be the name of the first named data member found by a
968 // the anonymous union. If there is no such data member (i.e., if all of
980 assert(FD->getIdentifier() && "Data member name isn't an identifier!");
1072 // If we have a member function, we need to include the 'this' pointer.
1263 // If the context of a closure type is an initializer for a class member
1267 // <data-member-prefix> := <member source-name> M
1269 // Technically, the data-member-prefix is part of the <prefix>. However,
2266 // <type> ::= <pointer-to-member-type>
2267 // <pointer-to-member
2733 mangleMemberExpr(const Expr *base, bool isArrow, NestedNameSpecifier *qualifier, NamedDecl *firstQualifierLookup, DeclarationName member, unsigned arity) argument
[all...]

Completed in 304 milliseconds

123456