Searched refs:tags (Results 1 - 25 of 136) sorted by relevance

123456

/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr19080.c5 int tags[2]; member in struct:ahd_softc
29 if (ahd->tags[0] == 1) *(ahd->bshs[0].maddr);
31 if (ahd->tags[0] == 1) *(ahd->bshs[0].maddr);
41 if (ahd->tags[0] == 1) *(ahd->bshs[0].maddr);
43 if (ahd->tags[0] == 1) *(ahd->bshs[0].maddr);
53 if (ahd->tags[0] == 1) *(ahd->bshs[0].maddr);
55 if (ahd->tags[0] == 1) *(ahd->bshs[0].maddr);
60 if (ahd->tags[0] == 1) *(ahd->bshs[0].maddr);
62 if (ahd->tags[0] == 1) *(ahd->bshs[0].maddr);
70 if (ahd->tags[
[all...]
/haiku-buildtools/gcc/libgcc/config/mep/
H A Dtramp.c92 volatile unsigned int *tags; local
98 tags = (unsigned int *)(ICACHE_TAG_BASE + (i & imask));
99 if ((*tags & tmask) == (i & tmask))
100 *tags &= ~1;
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dparallel.h39 #include <parallel/tags.h>
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr18241-2.c15 unsigned long tags[2]; member in struct:radix_tree_node
47 addr = &(pathp->node->tags[0]) + 1;
H A Dpr18241-1.c15 unsigned long tags[2][2]; member in struct:radix_tree_node
37 addr = &node->tags[tag][0];
83 if (pathp[0].node->tags[tag][idx])
/haiku-buildtools/gcc/gcc/java/
H A Dconstants.c59 cpool->tags = ggc_cleared_vec_alloc<uint8> (cpool->capacity);
69 cpool->tags = GGC_RESIZEVEC (uint8, cpool->tags, cpool->capacity);
74 memset (cpool->tags + old_cap, 0, cpool->capacity - old_cap);
80 cpool->tags[index] = tag;
92 if (cpool->tags[i] == tag && cpool->data[i].w == value)
108 if (cpool->tags[i] == tag
125 if (cpool->tags[i] == tag && cpool->data[i].t == value)
150 if (cpool->tags[i] == tag && cpool->data[i].w == j)
241 switch (cpool->tags[
515 vec<constructor_elt, va_gc> *tags = NULL; local
[all...]
H A Djcf.h84 uint8 * GTY((atomic)) tags; member in struct:CPool
87 desc ("cpool_entry_is_tree (%1.tags%a)"))) data;
134 #define JPOOL_TAG(JCF, INDEX) ((JCF)->cpool.tags[INDEX])
163 (CPOOL)->tags = 0; \
175 ((CPOOL)->capacity = 0, (CPOOL)->count = 0, (CPOOL)->tags = 0, (CPOOL)->data = 0)
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dnodes.h54 #define N_HasTagsTable 0x01 /* This node was found through a tags table. */
55 #define N_TagsIndirect 0x02 /* The tags table was an indirect one. */
56 #define N_UpdateTags 0x04 /* The tags table is out of date. */
119 TAG **tags; /* If non-null, the indirect tags table. */
145 a new buffer, rebuilds tags and nodes, and returns a new FILE_BUFFER *. */
160 /* Grovel FILE_BUFFER->contents finding tags and nodes, and filling in the
118 TAG **tags; /* If non-null, the indirect tags table. */ member in struct:__anon3574
H A Dnodes.c52 /* Magic number that RMS used to decide how much a tags table pointer could
58 neccessary to fill in the nodes or tags arrays in FILE_BUFFER. */
190 /* If this is the "main" info file, it might contain a tags table. Search
191 the tags table for an entry which matches the node that we want. If
192 there is a tags table, get the file which contains this node, but don't
194 else if (file_buffer->tags)
233 try to build a tags table (or otherwise glean the nodes) for this
234 file once found. By default, we build the tags table, but when this
236 tags table describing the nodes, it is unnecessary. */
294 if (get_tags && !file_buffer->tags)
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dcrash49.C36 ARRAY<str_ptr> tags; local
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dconstants.c51 cpool->tags = (uint8*) xmalloc (sizeof(uint8) * cpool->capacity);
60 cpool->tags = (uint8*) xrealloc (cpool->tags,
67 cpool->tags[index] = tag;
82 if (cpool->tags[i] == tag && cpool->data[i] == value)
101 if (cpool->tags[i] == tag
132 if (cpool->tags[i] == tag && cpool->data[i] == (jword) j)
229 switch (cpool->tags[i])
278 int tag = cpool->tags[i];
434 = tree_cons (NULL_TREE, get_tag_node (outgoing_cpool->tags[
[all...]
H A Djcf.h81 uint8* tags; member in struct:CPool
114 #define JPOOL_TAG(JCF, INDEX) ((JCF)->cpool.tags[INDEX])
143 if ((CPOOL)->tags) FREE ((CPOOL)->tags); \
153 ((CPOOL)->capacity = 0, (CPOOL)->count = 0, (CPOOL)->tags = 0, (CPOOL)->data = 0)
H A Djcf-reader.c164 jcf->cpool.tags = ALLOC (JPOOL_SIZE (jcf));
166 jcf->cpool.tags[0] = 0;
180 jcf->cpool.tags[i] = constant_kind;
202 jcf->cpool.tags[i] = 0;
/haiku-buildtools/legacy/gcc/libiberty/testsuite/
H A DMakefile.in62 info install-info clean-info dvi install etags tags installcheck:
/haiku-buildtools/legacy/gcc/texinfo/makeinfo/
H A Dmakeinfo.c4568 /* Adding nodes, and making tags */
5059 TAG_ENTRY *tags = tag_table;
5061 while (tags != (TAG_ENTRY *) NULL)
5065 input_filename = tags->filename;
5066 line_number = tags->line_no;
5069 if (tags->flags & NO_WARN)
5071 tags = tags->next_ent;
5076 if (tags->next)
5078 validate (tags
5049 TAG_ENTRY *tags = tag_table; local
5311 TAG_ENTRY *tags = tag_table; local
[all...]
/haiku-buildtools/gcc/libmpx/
H A DMakefile.in103 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
444 tags-recursive:
446 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
461 tags: TAGS
463 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
515 distclean-tags:
516 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
558 distclean-libtool distclean-tags
623 mostlyclean-multi tags-recursive
629 distclean-multi distclean-tags dv
[all...]
/haiku-buildtools/gcc/libsanitizer/
H A DMakefile.in110 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
491 tags-recursive:
493 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
508 tags: TAGS
510 TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
562 distclean-tags:
563 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
605 distclean-libtool distclean-tags
671 mostlyclean-multi tags-recursive
677 distclean-multi distclean-tags dv
[all...]
/haiku-buildtools/gcc/libstdc++-v3/
H A DMakefile.in116 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
561 tags-recursive:
563 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
578 tags: TAGS
597 distclean-tags:
598 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
642 distclean-libtool distclean-tags
685 mostlyclean-multi tags-recursive
691 distclean-multi distclean-tags dvi dvi-am html html-am info \
700 pdf-am ps ps-am tags tag
[all...]
H A DMakefile.am132 TAGS: tags-recursive $(LISP)
/haiku-buildtools/legacy/binutils/libiberty/testsuite/
H A DMakefile.in76 html install-html info install-info clean-info dvi install etags tags installcheck:
/haiku-buildtools/gcc/libvtv/
H A DMakefile.in145 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
584 tags-recursive:
586 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
601 tags: TAGS
603 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
655 distclean-tags:
656 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
703 distclean-libtool distclean-tags
771 mostlyclean-multi tags-recursive
778 distclean-multi distclean-tags dv
[all...]
/haiku-buildtools/gcc/libatomic/
H A DMakefile.in163 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
570 tags-recursive:
572 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
587 tags: TAGS
589 TAGS: tags-recursive $(HEADERS) $(SOURCES) auto-config.h.in $(TAGS_DEPENDENCIES) \
641 distclean-tags:
642 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
691 distclean-hdr distclean-libtool distclean-tags
758 mostlyclean-multi tags-recursive
765 distclean-hdr distclean-libtool distclean-multi distclean-tags \
[all...]
/haiku-buildtools/gcc/libstdc++-v3/src/
H A DMakefile.in151 $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS
691 tags-recursive:
693 test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
708 tags: TAGS
710 TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
762 distclean-tags:
763 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
811 distclean-tags
873 install-am install-strip tags-recursive
879 distclean-libtool distclean-tags dv
[all...]
/haiku-buildtools/gcc/libmpx/mpxrt/
H A DMakefile.in383 tags: TAGS
424 distclean-tags:
425 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
466 distclean-tags
532 distclean-tags dvi dvi-am html html-am info info-am install \
541 tags uninstall uninstall-am uninstall-toolexeclibLTLIBRARIES
/haiku-buildtools/gcc/libmpx/mpxwrap/
H A DMakefile.in379 tags: TAGS
420 distclean-tags:
421 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
462 distclean-tags
528 distclean-tags dvi dvi-am html html-am info info-am install \
537 tags uninstall uninstall-am uninstall-toolexeclibLTLIBRARIES

Completed in 206 milliseconds

123456