/openbsd/gnu/lib/libstdc++/libstdc++/testsuite/22_locale/ |
H A D | ctype_narrow_char.cc | 40 typedef char wide_type; in test01() typedef 45 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c); in test01() 47 basic_string<wide_type> wide("wibble"); in test01() 68 typedef char wide_type; in test02() typedef 73 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c); in test02() 76 basic_string<wide_type> wide("wibble"); in test02() 77 wide += wide_type(1240); in test02()
|
H A D | ctype_narrow_wchar_t.cc | 41 typedef wchar_t wide_type; in test01() typedef 46 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c); in test01() 48 basic_string<wide_type> wide(L"wibble"); in test01() 69 typedef wchar_t wide_type; in test02() typedef 74 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c); in test02() 77 basic_string<wide_type> wide(L"wibble"); in test02() 78 wide += wide_type(1240); in test02()
|
H A D | ctype_widen_char.cc | 39 typedef char wide_type; in test01() typedef 44 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c); in test01() 46 basic_string<wide_type> wide("drusilla, louvinia, bayard"); in test01() 48 vector<wide_type> wide_chars(narrow.length() + 1); in test01()
|
H A D | ctype_widen_wchar_t.cc | 40 typedef wchar_t wide_type; in test01() typedef 45 const ctype<wide_type>& ctype_c = use_facet<ctype<wide_type> >(loc_c); in test01() 47 basic_string<wide_type> wide(L"drusilla, louvinia, bayard"); in test01() 49 vector<wide_type> wide_chars(narrow.length() + 1); in test01()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | fold-const.c | 4050 extract_muldiv (t, c, code, wide_type) in extract_muldiv() argument 4054 tree wide_type; 4068 ret = extract_muldiv_1 (t, c, code, wide_type); 4075 extract_muldiv_1 (t, c, code, wide_type) in extract_muldiv_1() argument 4079 tree wide_type; 4083 tree ctype = (wide_type != 0 && (GET_MODE_SIZE (TYPE_MODE (wide_type)) 4085 ? wide_type : type); 4157 && (t2 = extract_muldiv (op1, c, code, wide_type)) != 0) 4189 c, code, wide_type); 4197 t1 = extract_muldiv (op0, c, code, wide_type); [all …]
|
/openbsd/gnu/gcc/gcc/ |
H A D | fold-const.c | 5555 extract_muldiv (tree t, tree c, enum tree_code code, tree wide_type, in extract_muldiv() argument 5570 ret = extract_muldiv_1 (t, c, code, wide_type, strict_overflow_p); in extract_muldiv() 5577 extract_muldiv_1 (tree t, tree c, enum tree_code code, tree wide_type, in extract_muldiv_1() argument 5582 tree ctype = (wide_type != 0 && (GET_MODE_SIZE (TYPE_MODE (wide_type)) in extract_muldiv_1() 5584 ? wide_type : type); in extract_muldiv_1() 5666 if ((t1 = extract_muldiv (op0, c, code, wide_type, strict_overflow_p)) in extract_muldiv_1() 5679 if ((t1 = extract_muldiv (op0, c, code, wide_type, in extract_muldiv_1() 5681 && (t2 = extract_muldiv (op1, c, code, wide_type, in extract_muldiv_1() 5714 c, code, wide_type, strict_overflow_p); in extract_muldiv_1() 5817 && (t1 = extract_muldiv (op0, c, code, wide_type, in extract_muldiv_1() [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/alpha/ |
H A D | alpha.c | 6321 tree wide_type, wide_ofs; local 6359 wide_type = make_signed_type (64); 6360 wide_ofs = save_expr (build1 (CONVERT_EXPR, wide_type, offset_field));
|