Searched refs:tag (Results 1 - 25 of 304) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/m68k-coff/
H A Dp2430a.s3 tag: label
4 bra tag
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/m68k-coff/
H A Dp2430a.s3 tag: label
4 bra tag
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dunlimited_polymorphic_16.f9017 character(len=128) tag local in subroutine:IO_OutputMargeStats
18 call FWrite(tag)
19 call FWrite(' '//tag)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A D20061127-1.c11 bug1 (unsigned long tag) argument
14 info[tag - 0x100000000 + 1] = 1;
18 bug2 (unsigned long tag) argument
21 info[tag - 0x700000000 + 2] = 2;
25 bug3 (unsigned long tag) argument
28 info[tag - 0x100000000 + 1] = 3;
H A Dloop-2.c9 __inline__ int tag() { return 0; } function
15 for (i = 0; i < (tag() ? 2 : 1); i++)
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dattr-syntax.d4 #error: :1: Error: Attribute name not recognised: made_up_tag.*:3: Error: expected <tag> , <value>.*:5: Error: expected <tag> , <value>
/haiku-buildtools/gcc/libgcc/config/spu/
H A Dmfc_tag_release.c27 /* Release the specified DMA tag from exclusive use. Once released, the
28 tag is available for future reservation. Upon successful release,
29 MFC_DMA_TAG_VALID is returned. If the specified tag is not in the
34 __mfc_tag_release (unsigned int tag) argument
43 /* Check if the tag is out of range. */
44 is_invalid = spu_cmpgt (spu_promote (tag, 0), 31);
46 /* Check whether the tag has been reserved, set to all 1 if has not
48 has_been_reserved = (vector signed int) spu_rl (__mfc_tag_table, tag);
54 mask = spu_rlmask (mask, (int)(-tag));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-55432.C4 struct tag_t{} tag{}; struct
22 T t(tag);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr24840.c6 int tag, y; member in struct:__anon1432
15 if (((argv[1]).tag >> 1) != 11)
/haiku-buildtools/gcc/gcc/config/spu/
H A Dspu_mfcio.h192 #define mfc_put( ls,ea,size,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),size,tag,MFC_CMD_WORD(tid,rid,MFC_PUT_CMD))
193 #define mfc_putf( ls,ea,size,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),size,tag,MFC_CMD_WORD(tid,rid,MFC_PUTF_CMD))
194 #define mfc_putb( ls,ea,size,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),size,tag,MFC_CMD_WORD(tid,rid,MFC_PUTB_CMD))
195 #define mfc_get( ls,ea,size,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),size,tag,MFC_CMD_WORD(tid,rid,MFC_GET_CMD))
196 #define mfc_getf( ls,ea,size,tag,tid,rid) spu_mfcdma64(ls,mfc_ea2h(ea),mfc_ea2l(ea),size,tag,MFC_CMD_WOR
[all...]
/haiku-buildtools/binutils/bfd/
H A Delf-attrs.c57 obj_attr_size (unsigned int tag, obj_attribute *attr) argument
64 size = uleb128_size (tag);
104 size += obj_attr_size (list->tag, &list->attr);
146 write_obj_attribute (bfd_byte *p, unsigned int tag, obj_attribute *attr) argument
152 p = write_uleb128 (p, tag);
192 unsigned int tag = i; local
194 tag = get_elf_backend_data (abfd)->obj_attrs_order (i);
195 p = write_obj_attribute (p, tag, &attr[tag]);
201 p = write_obj_attribute (p, list->tag,
230 elf_new_obj_attr(bfd *abfd, int vendor, unsigned int tag) argument
268 bfd_elf_get_obj_attr_int(bfd *abfd, int vendor, unsigned int tag) argument
294 bfd_elf_add_obj_attr_int(bfd *abfd, int vendor, unsigned int tag, unsigned int i) argument
317 bfd_elf_add_obj_attr_string(bfd *abfd, int vendor, unsigned int tag, const char *s) argument
328 bfd_elf_add_obj_attr_int_string(bfd *abfd, int vendor, unsigned int tag, unsigned int i, const char *s) argument
398 gnu_obj_attrs_arg_type(unsigned int tag) argument
413 _bfd_elf_obj_attrs_arg_type(bfd *abfd, int vendor, unsigned int tag) argument
490 unsigned int tag; local
622 _bfd_elf_merge_unknown_attribute_low(bfd *ibfd, bfd *obfd, int tag) argument
[all...]
/haiku-buildtools/gcc/liboffloadmic/runtime/orsl-lite/lib/
H A Dorsl-lite.c135 const ORSLTag __restrict tag)
139 if (tag == NULL) return -1;
140 if (strlen((char *)tag) > ORSL_MAX_TAG_LEN) return -1;
163 const ORSLTag __restrict tag)
165 assert(tag != NULL);
167 assert(strlen((char *)tag) < ORSL_MAX_TAG_LEN);
172 strncmp((char *)tag,
178 const ORSLTag __restrict tag)
180 assert(tag != NULL);
182 assert(strlen((char *)tag) < ORSL_MAX_TAG_LE
133 check_args(const int n, const int *__restrict inds, const ORSLBusySet *__restrict bsets, const ORSLTag __restrict tag) argument
162 can_reserve_card(int card, const ORSLBusySet *__restrict bset, const ORSLTag __restrict tag) argument
177 reserve_card(int card, const ORSLBusySet *__restrict bset, const ORSLTag __restrict tag) argument
199 can_release_card(int card, const ORSLBusySet *__restrict bset, const ORSLTag __restrict tag) argument
212 release_card(int card, const ORSLBusySet *__restrict bset, const ORSLTag __restrict tag) argument
230 ORSLReserve0(const int n, const int *__restrict inds, const ORSLBusySet *__restrict bsets, const ORSLTag __restrict tag) argument
262 ORSLTryReserve0(const int n, const int *__restrict inds, const ORSLBusySet *__restrict bsets, const ORSLTag __restrict tag) argument
290 ORSLReservePartial0(const ORSLPartialGranularity gran, const int n, const int *__restrict inds, ORSLBusySet *__restrict bsets, const ORSLTag __restrict tag) argument
327 ORSLRelease0(const int n, const int *__restrict inds, const ORSLBusySet *__restrict bsets, const ORSLTag __restrict tag) argument
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-tic6x/
H A Dattr-compatibility-other-gnu.d6 #error: .*Object tag '1, gnu' is incompatible with tag '1, other'
/haiku-buildtools/gcc/liboffloadmic/runtime/orsl-lite/include/
H A Dorsl-lite.h64 /** Client tag */
67 /** Maximal length of tag in characters */
77 * same tag. A recursively reserved resource must be released the same number
92 * @param[in] tag ORSLTag of the calling client. Cannot be NULL. Length
107 const ORSLTag __restrict tag);
112 * immediately. Reservation can be recursive if performed by the same tag.
128 * @param[in] tag ORSLTag of the calling client. Cannot be NULL. Length
145 const ORSLTag __restrict tag);
164 * reserved. Reservation can be recursive if performed by the same tag. A
180 * @param[in] tag ORSLTa
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/spu/
H A Dtag_manager.c23 by the MFC tag manager. */
27 /* This tag tests invalid tag release. Invalid tag release does
28 nothing to the tag table. */
58 /* Invalid multiple-tag release tests. */
86 /* The tag table should be in a pristine mode to run this test. */
103 unsigned int tag; local
108 tag = mfc_tag_reserve ();
109 if (tag !
156 unsigned int tag; local
195 unsigned int tag; local
237 unsigned int tag; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Ddwarf2out.h50 unsigned int GTY ((tag ("dw_cfi_oprnd_reg_num"))) dw_cfi_reg_num;
51 HOST_WIDE_INT GTY ((tag ("dw_cfi_oprnd_offset"))) dw_cfi_offset;
52 const char * GTY ((tag ("dw_cfi_oprnd_addr"))) dw_cfi_addr;
53 struct dw_loc_descr_node * GTY ((tag ("dw_cfi_oprnd_loc"))) dw_cfi_loc;
175 rtx GTY ((tag ("dw_val_class_addr"))) val_addr;
176 unsigned HOST_WIDE_INT GTY ((tag ("dw_val_class_offset"))) val_offset;
177 dw_loc_list_ref GTY ((tag ("dw_val_class_loc_list"))) val_loc_list;
178 dw_loc_descr_ref GTY ((tag ("dw_val_class_loc"))) val_loc;
180 unsigned HOST_WIDE_INT GTY ((tag ("dw_val_class_unsigned_const"))) val_unsigned;
181 double_int GTY ((tag ("dw_val_class_const_doubl
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dstruct.s3 * .tag
13 REALI .tag REAL_REC
14 IMAGI .tag REAL_REC
19 COMPLEX .tag CPLX_REC
40 BITS .tag BIT_REC
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/tic54x/
H A Dstruct.s3 * .tag
13 REALI .tag REAL_REC
14 IMAGI .tag REAL_REC
19 COMPLEX .tag CPLX_REC
40 BITS .tag BIT_REC
/haiku-buildtools/binutils/gold/
H A Dattributes.cc42 Object_attribute::size(int tag) const
48 size_t size = get_length_as_unsigned_LEB_128(tag);
87 int tag,
94 // Write tag.
95 write_unsigned_LEB_128(buffer, convert_types<uint64_t, int>(tag));
160 Vendor_object_attributes::new_attribute(int tag) argument
162 int type = Object_attribute::arg_type(this->vendor_, tag);
164 if (tag < NUM_KNOWN_ATTRIBUTES)
166 this->known_attributes_[tag].set_type(type);
167 return &this->known_attributes_[tag];
86 write( int tag, std::vector<unsigned char>* buffer) const argument
186 get_attribute(int tag) argument
242 int tag = parameters->target().attributes_order(i); local
321 int tag = convert_types<int, uint64_t>(val); local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr65419.C8 template <class tag, class A1, class A2, class A3, class A4>
9 struct B<expression<tag, A1, A2, A3, A4>> {
10 typedef expression<tag, A1, A2> type;
12 template <class tag, class Arg1, class Arg2>
13 struct expression<tag, Arg1, Arg2> {
21 template <class tag, class A1, class A2, class A3, class A4>
22 expression<int, int, expression<tag, A1, A2>>
23 asin(expression<tag, A1, A2, A3, A4> p1) {
24 return expression<int, int, expression<tag, A1, A2>>(0, p1);
26 template <class B, expression_template_option ET, class tag, clas
[all...]
/haiku-buildtools/gcc/gmp/tests/
H A Dx86check.c39 unsigned tag; member in struct:__anon1925
87 if ((calling_conventions_fenv.tag & 0xFFFF) != 0xFFFF)
90 header, calling_conventions_fenv.tag & 0xFFFF);
/haiku-buildtools/binutils/ld/testsuite/ld-gc/
H A Dabi-note.d8 .* .note.ABI-tag[ ]+NOTE.*
/haiku-buildtools/gcc/libstdc++-v3/src/filesystem/
H A DMakefile.am64 # 1) In general, libtool expects an argument such as `--tag=CXX' when
73 # correct solution is to add `--tag CXX' to LTCXXCOMPILE and maybe
77 # The second tag argument, `--tag disable-shared` means that libtool
81 # suitable for shared libraries. The `--tag disable-shared` must be
82 # placed after --tag CXX lest things CXX undo the affect of
89 $(LIBTOOL) --tag CXX --tag disable-shared \
103 $(LIBTOOL) --tag CXX --tag disabl
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Delide3.C33 explicit StartTag(std::string const & tag) : tag_(tag), keepempty_(false) {} argument
/haiku-buildtools/gcc/libcpp/include/
H A Dcpp-id-data.h50 cpp_token * GTY ((tag ("0"), length ("%0.count"))) tokens;
51 const unsigned char * GTY ((tag ("1"))) text;

Completed in 407 milliseconds

1234567891011>>