Searched refs:__locale_struct (Results 1 – 5 of 5) sorted by relevance
/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/include/support/win32/ |
D | locale_win32.h | 53 typedef _VSTD::remove_pointer<locale_t>::type __locale_struct; typedef 54 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii;
|
/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/include/ |
D | locale | 229 typedef _VSTD::remove_pointer<locale_t>::type __locale_struct; 230 typedef _VSTD::unique_ptr<__locale_struct, decltype(&freelocale)> __locale_unique_ptr; 232 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii;
|