Searched refs:__locale_struct (Results 1 – 8 of 8) sorted by relevance
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2008-03-14-SpillerCrash.ll | 4 %struct.__locale_struct = type { [13 x %struct.locale_data*], i16*, i32*, i32*, [13 x i8*] } 9 …ias i64 (i32*, i32**, i32, %struct.__locale_struct*)* @__wcstoll_l ; <i64 (i32*, i32**, i32, %str… 11 …l_internal(i32* %nptr, i32** %endptr, i32 %base, i32 %group, %struct.__locale_struct* %loc) nounwi… 48 declare i64 @__wcstoll_l(i32*, i32**, i32, %struct.__locale_struct*) nounwind
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-03-14-SpillerCrash.ll | 4 %struct.__locale_struct = type { [13 x %struct.locale_data*], i16*, i32*, i32*, [13 x i8*] } 9 …ll_l = alias i64 (i32*, i32**, i32, %struct.__locale_struct*), i64 (i32*, i32**, i32, %struct.__lo… 11 …l_internal(i32* %nptr, i32** %endptr, i32 %base, i32 %group, %struct.__locale_struct* %loc) nounwi… 48 define i64 @__wcstoll_l(i32*, i32**, i32, %struct.__locale_struct*) nounwind {
|
/external/libcxx/src/support/win32/ |
D | locale_win32.cpp | 18 typedef _VSTD::remove_pointer<locale_t>::type __locale_struct; typedef 19 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii;
|
/external/swiftshader/third_party/LLVM/test/Transforms/Inline/ |
D | 2006-11-09-InlineCGUpdate.ll | 16 %struct.__locale_struct = type { [13 x %struct.locale_data*], i16*, i32*, i32*, [13 x i8*] } 36 … = type { %"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>", %struct.__locale_struct* } 37 %"struct.std::collate<char>" = type { %"struct.std::locale::facet", %struct.__locale_struct* } 39 …struct.std::__codecvt_abstract_base<char,char,__mbstate_t>", %struct.__locale_struct*, i1, i32*, i…
|
/external/llvm/test/Transforms/Inline/ |
D | 2006-11-09-InlineCGUpdate.ll | 15 %struct.__locale_struct = type { [13 x %struct.locale_data*], i16*, i32*, i32*, [13 x i8*] } 35 … = type { %"struct.std::__codecvt_abstract_base<char,char,__mbstate_t>", %struct.__locale_struct* } 36 %"struct.std::collate<char>" = type { %"struct.std::locale::facet", %struct.__locale_struct* } 38 …struct.std::__codecvt_abstract_base<char,char,__mbstate_t>", %struct.__locale_struct*, i1, i32*, i…
|
/external/llvm/test/CodeGen/PowerPC/ |
D | extra-toc-reg-deps.ll | 24 …21" = type <{ %"class.std::locale::facet.base.18", [4 x i8], %struct.__locale_struct.20*, i8, [7 x… 26 %struct.__locale_struct.20 = type { [13 x %struct.__locale_data.19*], i16*, i32*, i32*, [13 x i8*] }
|
/external/libcxx/src/ |
D | locale.cpp | 4197 __locale_struct* loc) { in checked_string_to_wchar_convert() 4212 __locale_struct* __loc) { in checked_string_to_char_convert()
|
/external/libcxx/include/ |
D | locale | 236 typedef _VSTD::remove_pointer<locale_t>::type __locale_struct; 237 typedef _VSTD::unique_ptr<__locale_struct, decltype(&freelocale)> __locale_unique_ptr;
|