search for: _cpp_interpret_identifier

Displaying 3 results from an estimated 3 matches for "_cpp_interpret_identifier".

2008 Feb 16
0
[LLVMdev] linux/x86-64 codegen support
...1711.c -emit-llvm -quiet -O2 -o - target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32- i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64- f80:128:128" target triple = "x86_64-unknown-linux-gnu" %struct.cpp_reader = type opaque define i32 @_cpp_interpret_identifier(%struct.cpp_reader* %pfile, i8* %id, i64 %len) nounwind { entry: ret i32 undef } -Chris
2008 Feb 16
1
[LLVMdev] linux/x86-64 codegen support
...target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32- > i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64- > f80:128:128" > target triple = "x86_64-unknown-linux-gnu" > %struct.cpp_reader = type opaque > > define i32 @_cpp_interpret_identifier(%struct.cpp_reader* %pfile, i8* > %id, i64 %len) nounwind { > entry: > ret i32 undef > } This is what I get with the non-bootstrap version. Andrew
2008 Feb 16
3
[LLVMdev] linux/x86-64 codegen support
...v 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_interpret_string_notranslate > narrow_str_to_charconst wide_str_to_charconst cpp_interpret_charconst > _cpp_interpret_identifierHERE!! > _cpp_convert_input _cpp_default_encoding cpp_utf8_utf16 > Execution times (seconds) > preprocessing : 0.02 ( 6%) usr 0.01 ( 6%) sys 0.04 ( 8%) > wall 285 kB ( 6%) ggc > lexical analysis : 0.01 ( 3%) usr 0.10 (59%) sys 0.08 (16%) > wall...