Displaying 4 results from an estimated 4 matches for "_string_val".
Did you mean:
string_val
2012 Jul 07
0
[LLVMdev] Crash using the JIT on x86 but work on x64
Hi Skykill,
> Hello everyone, i’m using LLVM (updated to 3.1 after seeing that bug, but it’s
> the same with 3.0) for running a bitcode on a C++ program, and Clang for
> compiling it. My code work perfectly, as expected on x64, but crash on x86. I’m
> on Windows 7 x64 and LLVM + Clang was compiled using Visual Studio 2010 (tested
> in both Release and Debug build). Project was make
2012 Jul 07
2
[LLVMdev] Crash using the JIT on x86 but work on x64
...te(int fh, const void * buf, unsigned int cnt) Ligne 83 + 0x9 octets C
msvcr100d.dll!_write(int fh, const void * buf, unsigned int cnt) Ligne 82 + 0xc octets C
013df8f4()
msvcp100d.dll!std::_Container_base12::_Orphan_all() Ligne 200 C++
LLVM_Test_Console.exe!std::_String_val<char,std::allocator<char> >::~_String_val<char,std::allocator<char> >() Ligne 478 + 0xb octets C++
LLVM_Test_Console.exe!std::basic_string<char,std::char_traits<char>,std::allocator<char> >::~basic_string<char,std::char_traits<char>,std::a...
2012 Jul 07
2
[LLVMdev] Crash using the JIT on x86 but work on x64
.../ou manquants, aucun
symbole chargé pour ntdll.dll]
ntdll.dll!778515de()
ntdll.dll!7784014e()
> msvcp100d.dll!std::_Lockit::_Lockit(int kind) Ligne 64 + 0x14 octets
> C++
msvcp100d.dll!std::_Container_base12::_Orphan_all() Ligne 200 C++
LLVM_Test_Console.exe!std::_String_val<char,std::allocator<char>
>::~_String_val<char,std::allocator<char> >() Ligne 478 + 0xb octets C++
LLVM_Test_Console.exe!std::basic_string<char,std::char_traits<char>,std::allocator<char>
>::~basic_string<char,std::char_traits<char>,st...
2011 Oct 21
0
Wine release 1.3.31
...sic_string::operator>= implementation.
msvcp90: Added more basic_string::assing functions.
msvcp90: Added more basic_string constructor implementations.
msvcp90: Added basic_string::max_size implementation.
msvcp90: Remove code that is never executed.
msvcp90: Added _String_val class implementation.
msvcp: Sync spec files.
msvcp90: Added basic_string::rfind implementation.
msvcp90: Added basic_string::find_last_not_of implementation.
msvcp90: Added basic_string::replace iterator based functions.
msvcp90: Added basic_string::erase iterator bas...