Searched refs:__locale_struct (Results 1 – 4 of 4) 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 @wcstoll_l = alias i64 (i32*, i32**, i32, %struct.__locale_struct*)* @__wcstoll_l 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/libcxx/include/ |
D | locale | 223 typedef _VSTD::remove_pointer<locale_t>::type __locale_struct; 224 typedef _VSTD::unique_ptr<__locale_struct, decltype(&freelocale)> __locale_unique_ptr; 226 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii;
|