Searched refs:tem_str (Results 1 – 1 of 1) sorted by relevance
2457 std::optional<gdb::byte_vector> tem_str; in printf_wide_c_string() local2480 tem_str.emplace (); in printf_wide_c_string()2488 tem_str->resize (tem_str->size () + wcwidth); in printf_wide_c_string()2489 dst = tem_str->data () + len; in printf_wide_c_string()2505 dst = tem_str->data (); in printf_wide_c_string()2516 str = tem_str->data (); in printf_wide_c_string()