Searched refs:_str (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/x86_64/abi/
H A Dmacros.h11 struct _str { _type dummy; } _t; \
18 struct _str { _type _a[1]; } _s; \
47 struct _str { type1 t1; type2 t2; type3 t3; } _t; \
/haiku-buildtools/legacy/gcc/libstdc++/std/
H A Dbastring.h185 basic_string (const basic_string& _str): dat (_str.rep ()->grab ()) { } argument
186 basic_string (const basic_string& _str, size_type pos, size_type n = npos) argument
187 : dat (nilRep.grab ()) { assign (_str, pos, n); }
207 basic_string& append (const basic_string& _str, size_type pos = 0, argument
209 { return replace (length (), 0, _str, pos, n); }
497 basic_string <charT, traits, Allocator> _str (lhs);
498 _str.append (rhs);
499 return _str;
506 basic_string <charT, traits, Allocator> _str (lh
[all...]
H A Dbastring.cc119 const basic_string& _str, size_type pos2, size_type n2)
121 const size_t len2 = _str.length ();
124 return operator= (_str);
131 return replace (pos1, n1, _str.data () + pos2, n2);
397 compare (const basic_string& _str, size_type pos, size_type n) const argument
404 if (rlen > _str.length ())
405 rlen = _str.length ();
406 int r = traits::compare (data () + pos, _str.data (), rlen);
411 return (length () - pos) - _str.length ();
118 replace(size_type pos1, size_type n1, const basic_string& _str, size_type pos2, size_type n2) argument
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c10453 X(_str, 6000, f8400000), \
19282 tCE("str", 4000000, _str, _2, (MIX_ARM_THUMB_OPERANDS (OP_RR,

Completed in 214 milliseconds