Displaying 3 results from an estimated 3 matches for "convert_utf16_utf8".
2008 Feb 16
0
[LLVMdev] linux/x86-64 codegen support
...ev_makedev atof atoi
atol atoll stat lstat fstat mknod cpp_in_system_header ustrcmp ustrncmp
ustrcspn ustrlen uxstrdup ustrchr ufputs one_utf8_to_cppchar
one_cppchar_to_utf8 one_utf8_to_utf32 one_utf32_to_utf8
one_utf8_to_utf16 one_utf16_to_utf8 conversion_loop convert_utf8_utf16
convert_utf8_utf32 convert_utf16_utf8 convert_utf32_utf8
convert_no_conversion convert_using_iconv init_iconv_descHERE!!
cpp_init_iconv _cpp_destroy_iconv cpp_host_to_exec_charset
width_to_mask ucn_valid_in_identifier _cpp_valid_ucn convert_ucn
emit_numeric_escape convert_hex convert_oct convert_escape
cpp_interpret_string cpp_interpr...
2008 Feb 16
2
[LLVMdev] linux/x86-64 codegen support
Interestingly, in the .i file there are 2 __builtin_alloca, and
EmitBuiltinAlloca is only being called once.
Andrew
On 2/16/08, Andrew Lenharth <andrewl at lenharth.org> wrote:
> libcpp/charset.c:631 turns into:
>
> %tmp16 = tail call i64 @strlen( i8* %to ) nounwind readonly
> ; <i64> [#uses=1]
> %tmp18 = tail call i64 @strlen( i8* %from ) nounwind
2008 Feb 16
3
[LLVMdev] linux/x86-64 codegen support
...atol atoll stat lstat fstat mknod cpp_in_system_header ustrcmp ustrncmp
> ustrcspn ustrlen uxstrdup ustrchr ufputs one_utf8_to_cppchar
> one_cppchar_to_utf8 one_utf8_to_utf32 one_utf32_to_utf8
> one_utf8_to_utf16 one_utf16_to_utf8 conversion_loop convert_utf8_utf16
> convert_utf8_utf32 convert_utf16_utf8 convert_utf32_utf8
> convert_no_conversion convert_using_iconv init_iconv_descHERE!!
> cpp_init_iconv _cpp_destroy_iconv cpp_host_to_exec_charset
> width_to_mask ucn_valid_in_identifier _cpp_valid_ucn convert_ucn
> emit_numeric_escape convert_hex convert_oct convert_escape
> cpp_int...