Searched refs:tags (Results 226 - 250 of 274) sorted by relevance

1234567891011

/freebsd-12-stable/sys/conf/
H A Dkern.mk279 tags whereobj
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp181 // Anonymous tags are already numbered.
215 /// In the "DisableDerivedAbiTags" mode derived ABI tags are not calculated.
217 /// calculate ABI tags for the function return value or the variable type.
269 // abi_tag is a gcc attribute, taking one or more strings called "tags".
275 // State to gather all implicit and explicit tags used in a mangled name.
297 "only function and variables need a list of additional abi tags");
300 UsedAbiTags.insert(UsedAbiTags.end(), AbiTag->tags().begin(),
301 AbiTag->tags().end());
303 // Don't emit abi tags for namespaces.
310 UsedAbiTags.insert(UsedAbiTags.end(), AbiTag->tags()
[all...]
/freebsd-12-stable/contrib/binutils/binutils/
H A Dstabs.c94 /* Undefined tags. */
95 struct stab_tag *tags; member in struct:stab_handle
130 /* We keep a list of undefined tags that we encounter, so that we can
371 through and fill in all the undefined tags. */
388 for (st = info->tags; st != NULL; st = st->next)
1036 for (pst = &info->tags; *pst != NULL; pst = &(*pst)->next)
3528 /* We pass DEBUG_KIND_ILLEGAL because we want all tags in the same
3539 for (st = info->tags; st != NULL; st = st->next)
3555 st->next = info->tags;
3560 info->tags
[all...]
/freebsd-12-stable/contrib/gcc/
H A Dc-decl.c184 exceptions. In the namespace of type tags, the bound entity is a
250 struct c_binding *tag_binding; /* struct/union/enum tags */
1598 same scope, except type tags] and 6.2.2p6 [parameters have no
2725 and its builtin structure tags, which get pushed before the
5040 for (link = arg_info->tags;
5171 arg_info->tags = 0;
5658 tree tags = 0;
5666 arg_info->tags = 0;
5706 /* Break up the bindings list into parms, tags, types, and others;
5760 /* Warn about any struct, union or enum tags define
5637 tree tags = 0; local
[all...]
/freebsd-12-stable/sys/dev/mvs/
H A Dmvs.c139 ch->user[i].tags = MVS_MAX_SLOTS;
2318 d->tags = min(MVS_MAX_SLOTS, cts->xport_specific.sata.tags);
2379 cts->xport_specific.sata.tags = d->tags;
/freebsd-12-stable/contrib/unbound/daemon/
H A Dworker.c879 #define TA_RESPONSE_MAX_TAGS 32 /* max number of tags printed per zone */
881 uint16_t tags[TA_RESPONSE_MAX_TAGS]; local
900 numtag = anchor_list_keytags(ta, tags, TA_RESPONSE_MAX_TAGS);
912 /* spool tags */
914 snprintf(str, str_len, " %u", (unsigned)tags[i]);
/freebsd-12-stable/contrib/unbound/validator/
H A Dvalidator.c448 uint16_t tags[MAX_LABEL_TAGS]; local
458 numtag = anchor_list_keytags(ta, tags, MAX_LABEL_TAGS);
463 /* Buffer can't overflow; numtag is limited to tags that fit in
465 snprintf(tagstr_pos, tagstr_left, "-%04x", (unsigned)tags[i]);
/freebsd-12-stable/crypto/heimdal/lib/gssapi/
H A DMakefile.in1995 tags: TAGS
2036 distclean-tags:
2037 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
2236 distclean-tags
2314 distclean-tags distdir dvi dvi-am html html-am info info-am \
2326 tags uninstall uninstall-am uninstall-binPROGRAMS \
/freebsd-12-stable/crypto/heimdal/lib/hx509/
H A DMakefile.in1440 tags: TAGS
1481 distclean-tags:
1482 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1661 distclean-tags
1735 distclean-libtool distclean-tags distdir dvi dvi-am html \
1747 tags uninstall uninstall-am uninstall-binPROGRAMS \
/freebsd-12-stable/contrib/binutils/gas/doc/
H A DMakefile.in467 tags: TAGS
/freebsd-12-stable/crypto/heimdal/etc/
H A DMakefile.in386 tags: TAGS
/freebsd-12-stable/crypto/heimdal/include/
H A DMakefile.in152 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
693 tags-recursive:
695 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
710 tags: TAGS
712 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
764 distclean-tags:
765 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
873 distclean-hdr distclean-tags
940 install-strip tags-recursive uninstall-am
947 distclean-tags distdi
[all...]
/freebsd-12-stable/crypto/heimdal/include/gssapi/
H A DMakefile.in387 tags: TAGS
/freebsd-12-stable/share/mk/
H A Dbsd.sys.mk284 realinstall tags whereobj
/freebsd-12-stable/
H A DMakefile146 obj objlink showconfig tags toolchain update \
/freebsd-12-stable/sys/dev/aic7xxx/
H A Daic79xx.h1101 bus_space_tag_t tags[2]; member in struct:ahd_softc
/freebsd-12-stable/sys/dev/mly/
H A Dmlyreg.h263 u_int16_t tags; member in struct:mly_param_physical_device
/freebsd-12-stable/sys/kern/
H A Dkern_mbuf.c646 if (!(flags & MB_DTOR_SKIP) && (m->m_flags & M_PKTHDR) && !SLIST_EMPTY(&m->m_pkthdr.tags))
912 * m_free() - free single mbuf with its tags and ext, sys/mbuf.h.
/freebsd-12-stable/contrib/libpcap/
H A DMakefile.in759 tags: $(TAGFILES)
/freebsd-12-stable/contrib/binutils/bfd/doc/
H A DMakefile.in482 tags: TAGS
/freebsd-12-stable/contrib/binutils/binutils/doc/
H A DMakefile.in457 tags: TAGS
/freebsd-12-stable/crypto/heimdal/include/hcrypto/
H A DMakefile.in411 tags: TAGS
/freebsd-12-stable/crypto/heimdal/include/kadm5/
H A DMakefile.in388 tags: TAGS
/freebsd-12-stable/lib/clang/libclang/
H A DMakefile781 ${CLANG_TBLGEN} -gen-clang-comment-html-tags \
788 ${CLANG_TBLGEN} -gen-clang-comment-html-tags-properties \
/freebsd-12-stable/crypto/heimdal/tools/
H A DMakefile.in540 tags: TAGS

Completed in 382 milliseconds

1234567891011