Searched refs:wide_type (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/narrow/wchar_t/
H A D2.cc30 typedef wchar_t wide_type; typedef
35 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c);
38 basic_string<wide_type> wide(L"wibble");
39 wide += wide_type(1240);
H A D1.cc31 typedef wchar_t wide_type; typedef
36 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c);
38 basic_string<wide_type> wide(L"wibble");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/narrow/char/
H A D2.cc30 typedef char wide_type; typedef
35 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c);
38 basic_string<wide_type> wide("wibble");
39 wide += wide_type(1240);
H A D1.cc31 typedef char wide_type; typedef
36 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c);
38 basic_string<wide_type> wide("wibble");
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/widen/char/
H A D1.cc30 typedef char wide_type; typedef
34 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c);
36 basic_string<wide_type> wide("drusilla, louvinia, bayard");
38 vector<wide_type> wide_chars(narrow.length() + 1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/ctype/widen/wchar_t/
H A D1.cc30 typedef wchar_t wide_type; typedef
34 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c);
36 basic_string<wide_type> wide(L"drusilla, louvinia, bayard");
38 vector<wide_type> wide_chars(narrow.length() + 1);
/haiku-buildtools/gcc/gcc/
H A Dfold-const.c5972 extract_muldiv (tree t, tree c, enum tree_code code, tree wide_type,
5987 ret = extract_muldiv_1 (t, c, code, wide_type, strict_overflow_p);
5994 extract_muldiv_1 (tree t, tree c, enum tree_code code, tree wide_type,
5999 tree ctype = (wide_type != 0 && (GET_MODE_SIZE (TYPE_MODE (wide_type))
6001 ? wide_type : type);
6104 if ((t1 = extract_muldiv (op0, c, code, wide_type, strict_overflow_p))
6117 if ((t1 = extract_muldiv (op0, c, code, wide_type,
6119 && (t2 = extract_muldiv (op1, c, code, wide_type,
6153 c, code, wide_type, strict_overflow_
5945 extract_muldiv(tree t, tree c, enum tree_code code, tree wide_type, bool *strict_overflow_p) argument
5967 extract_muldiv_1(tree t, tree c, enum tree_code code, tree wide_type, bool *strict_overflow_p) argument
[all...]
/haiku-buildtools/gcc/gcc/ada/gcc-interface/
H A Dtrans.c8425 tree wide_type = gnat_type_for_size (needed_precision, 0);
8426 tree wide_result = build_binary_op (code, wide_type,
8427 convert (wide_type, lhs),
8428 convert (wide_type, rhs));
8433 convert (wide_type, type_min)),
8435 convert (wide_type, type_max)));
8399 tree wide_type = gnat_type_for_size (needed_precision, 0); local

Completed in 146 milliseconds