Searched refs:conv (Results 1 - 25 of 41) sorted by relevance

12

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/conversions/string/
H A D66441.cc31 std::wstring_convert<cvt, char32_t> conv;
32 auto to = conv.to_bytes(U"ab\u00e7");
/haiku-buildtools/gcc/gmp/cxx/
H A Dosfuns.cc66 p->conv = DOPRNT_CONV_FIXED;
68 p->conv = DOPRNT_CONV_SCIENTIFIC;
70 p->conv = DOPRNT_CONV_GENERAL;
87 if (p->prec == 0 && p->conv != DOPRNT_CONV_FIXED)
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_suppressions.cc54 SuppressionType conv(ReportType typ) { function in namespace:__tsan
89 SuppressionType stype = conv(typ);
111 SuppressionType stype = conv(typ);
/haiku-buildtools/gcc/gcc/cp/
H A Dcall.c565 [conv.ptr]. */
570 /* [conv.ptr]
867 next_conversion (conversion *conv) argument
869 if (conv == NULL
870 || conv->kind == ck_identity
871 || conv->kind == ck_ambig
872 || conv->kind == ck_list)
874 return conv->u.next;
1103 /* Returns the standard conversion path (see [conv]) from type FROM to type
1113 conversion *conv; local
1451 direct_reference_binding(tree type, conversion *conv) argument
1499 conversion *conv = NULL; local
1785 conversion *conv; local
3601 conversion *conv = NULL; local
3883 conversion *conv; local
4483 conversion *conv; local
4940 conversion *conv; local
5324 conversion *conv; local
7057 conversion *conv; local
9435 conversion *conv; local
9506 conversion *conv; local
9755 conversion *conv; local
[all...]
H A Dcvt.c608 tree conv;
610 conv = expr;
614 conv = copy_node (expr);
615 TREE_TYPE (conv) = type;
619 conv = fold_convert (type, expr);
620 conv = ignore_overflows (conv, expr);
622 return conv;
1539 tree conv = NULL_TREE;
1607 for (conv
606 tree conv; local
1537 tree conv = NULL_TREE; local
[all...]
H A Dsearch.c2387 tree conv;
2402 vec_safe_iterate (method_vec, i, &conv);
2405 tree cur = OVL_CURRENT (conv);
2416 for (tpls = conv; tpls; tpls = OVL_NEXT (tpls))
2450 my_convs = tree_cons (binfo, conv, my_convs);
2498 for (conv = my_convs; conv; conv = TREE_CHAIN (conv))
2499 IDENTIFIER_MARKED (DECL_NAME (OVL_CURRENT (TREE_VALUE (conv))))
2382 tree conv; local
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dmaverick.d252 # conv:
253 0*3c0 <conv> ee ?08 ?34 ?60 ? * cfcvtsd mvd3, ?mvf8
254 0*3c4 <conv\+0x4> de ?02 ?74 ?60 ? * cfcvtsdle mvd7, ?mvf2
255 0*3c8 <conv\+0x8> 1e ?06 ?c4 ?60 ? * cfcvtsdne mvd12, ?mvf6
256 0*3cc <conv\+0xc> be ?07 ?04 ?60 ? * cfcvtsdlt mvd0, ?mvf7
257 0*3d0 <conv\+0x10> 5e ?03 ?e4 ?60 ? * cfcvtsdpl mvd14, ?mvf3
258 0*3d4 <conv\+0x14> ce ?01 ?a4 ?40 ? * cfcvtdsgt mvf10, ?mvd1
259 0*3d8 <conv\+0x18> 8e ?0d ?f4 ?40 ? * cfcvtdshi mvf15, ?mvd13
260 0*3dc <conv\+0x1c> 6e ?04 ?b4 ?40 ? * cfcvtdsvs mvf11, ?mvd4
261 0*3e0 <conv\
[all...]
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/arm/
H A Dmaverick.d252 # conv:
253 0*3c0 <conv> ee ?08 ?34 ?60 ? * cfcvtsd mvd3, ?mvf8
254 0*3c4 <conv\+0x4> de ?02 ?74 ?60 ? * cfcvtsdle mvd7, ?mvf2
255 0*3c8 <conv\+0x8> 1e ?06 ?c4 ?60 ? * cfcvtsdne mvd12, ?mvf6
256 0*3cc <conv\+0xc> be ?07 ?04 ?60 ? * cfcvtsdlt mvd0, ?mvf7
257 0*3d0 <conv\+0x10> 5e ?03 ?e4 ?60 ? * cfcvtsdpl mvd14, ?mvf3
258 0*3d4 <conv\+0x14> ce ?01 ?a4 ?40 ? * cfcvtdsgt mvf10, ?mvd1
259 0*3d8 <conv\+0x18> 8e ?0d ?f4 ?40 ? * cfcvtdshi mvf15, ?mvd13
260 0*3dc <conv\+0x1c> 6e ?04 ?b4 ?40 ? * cfcvtdsvs mvf11, ?mvd4
261 0*3e0 <conv\
[all...]
/haiku-buildtools/gcc/gmp/tests/mpf/
H A DMakefile.am25 check_PROGRAMS = t-add t-sub t-conv t-sqrt t-sqrt_ui t-muldiv t-dm2exp reuse \
/haiku-buildtools/gcc/gmp/printf/
H A Ddoprntf.c70 printf (" conv=%d prec=%d\n", p->conv, p->prec));
80 if (p->conv == DOPRNT_CONV_GENERAL)
85 switch (p->conv) {
129 ASSERT ((p->conv == DOPRNT_CONV_FIXED && p->prec > -1)
141 switch (p->conv) {
301 + (p->conv == DOPRNT_CONV_GENERAL
H A Ddoprnt.c213 param.conv = 0;
248 param.conv = DOPRNT_CONV_SCIENTIFIC;
356 param.conv = DOPRNT_CONV_SCIENTIFIC;
388 param.conv = DOPRNT_CONV_FIXED;
409 param.conv = DOPRNT_CONV_GENERAL;
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcall.c599 /* Returns the standard conversion path (see [conv]) from type FROM to type
608 tree conv; local
633 conv = build1 (IDENTITY_CONV, from, expr);
639 conv = build_conv (LVALUE_CONV, from, conv);
645 conv = build_conv (LVALUE_CONV, from, conv);
648 conv = build_conv (RVALUE_CONV, from, conv);
651 return conv;
789 tree conv; local
864 tree conv; local
2392 tree conv; local
3136 tree conv, arg, val; local
[all...]
H A Dcvt.c144 [conv.ptr]
974 tree conv = NULL_TREE;
1018 for (conv = lookup_conversions (basetype); conv; conv = TREE_CHAIN (conv))
1022 tree cand = TREE_VALUE (conv);
971 tree conv = NULL_TREE; local
/haiku-buildtools/binutils/intl/
H A DgettextP.h125 __gconv_t conv; member in struct:loaded_domain
128 iconv_t conv; member in struct:loaded_domain
H A Dloadmsgcat.c782 domain->conv = (__gconv_t) -1;
785 domain->conv = (iconv_t) -1;
843 if (__gconv_open (outcharset, charset, &domain->conv,
846 domain->conv = (__gconv_t) -1;
863 domain->conv = iconv_open (outcharset, charset);
869 domain->conv = iconv_open (outcharset, charset);
891 if (domain->conv != (__gconv_t) -1)
892 __gconv_close (domain->conv);
895 if (domain->conv != (iconv_t) -1)
896 iconv_close (domain->conv);
[all...]
H A Ddcigettext.c849 domain->conv != (__gconv_t) -1
852 domain->conv != (iconv_t) -1
913 res = __gconv (domain->conv,
940 if (iconv (domain->conv,
/haiku-buildtools/gcc/intl/
H A DgettextP.h125 __gconv_t conv; member in struct:loaded_domain
128 iconv_t conv; member in struct:loaded_domain
H A Dloadmsgcat.c782 domain->conv = (__gconv_t) -1;
785 domain->conv = (iconv_t) -1;
843 if (__gconv_open (outcharset, charset, &domain->conv,
846 domain->conv = (__gconv_t) -1;
863 domain->conv = iconv_open (outcharset, charset);
869 domain->conv = iconv_open (outcharset, charset);
891 if (domain->conv != (__gconv_t) -1)
892 __gconv_close (domain->conv);
895 if (domain->conv != (iconv_t) -1)
896 iconv_close (domain->conv);
[all...]
H A Ddcigettext.c849 domain->conv != (__gconv_t) -1
852 domain->conv != (iconv_t) -1
913 res = __gconv (domain->conv,
940 if (iconv (domain->conv,
/haiku-buildtools/gcc/libgcc/
H A Dgen-fixed.sh9 # gen-fixed.sh conv labels
10 # gen-fixed.sh conv funcs
11 # gen-fixed.sh conv from
12 # gen-fixed.sh conv to
67 conv)
H A DMakefile.in788 fixed-conv-funcs := $(shell $(SHELL) $(srcdir)/gen-fixed.sh conv funcs)
789 fixed-conv-labels := $(shell $(SHELL) $(srcdir)/gen-fixed.sh conv labels)
790 fixed-conv-from := $(shell $(SHELL) $(srcdir)/gen-fixed.sh conv from)
791 fixed-conv-to := $(shell $(SHELL) $(srcdir)/gen-fixed.sh conv to)
794 iter-items := $(fixed-conv-funcs)
795 iter-labels := $(fixed-conv
[all...]
/haiku-buildtools/libtool/libltdl/
H A Dltmain.sh1964 passes="conv link"
1981 passes="conv scan dlopen dlpreopen link"
1983 *) passes="conv"
2089 test "$pass" = conv && continue
2094 if test "$pass" = conv; then
2126 if test "$pass" = conv; then
2175 if test "$pass" = conv; then
2237 if test "$pass" = conv; then
2263 fi # $pass = conv
2867 if test "$pass" != conv; the
[all...]
/haiku-buildtools/libtool/
H A Dltmain.sh1964 passes="conv link"
1981 passes="conv scan dlopen dlpreopen link"
1983 *) passes="conv"
2089 test "$pass" = conv && continue
2094 if test "$pass" = conv; then
2126 if test "$pass" = conv; then
2175 if test "$pass" = conv; then
2237 if test "$pass" = conv; then
2263 fi # $pass = conv
2867 if test "$pass" != conv; the
[all...]
/haiku-buildtools/isl/
H A Dltmain.sh7351 passes="conv dlpreopen link"
7367 passes="conv scan dlopen dlpreopen link"
7369 *) passes="conv"
7537 test conv = "$pass" && continue
7544 if test conv = "$pass"; then
7583 if test conv = "$pass"; then
7638 if test conv = "$pass"; then
7704 if test conv = "$pass"; then
7728 fi # $pass = conv
8381 test conv
[all...]
/haiku-buildtools/binutils/
H A Dltmain.sh5207 passes="conv dlpreopen link"
5223 passes="conv scan dlopen dlpreopen link"
5225 *) passes="conv"
5390 test "$pass" = conv && continue
5396 if test "$pass" = conv; then
5430 if test "$pass" = conv; then
5485 if test "$pass" = conv; then
5553 if test "$pass" = conv; then
5577 fi # $pass = conv
6189 if test "$pass" != conv; the
[all...]

Completed in 341 milliseconds

12