Searched refs:cases_str (Results 1 – 2 of 2) sorted by relevance
6306 auto_vec <char> cases_str; in make_debug_string() local6312 unsigned idx = cases_str.length (); in make_debug_string()6313 cases_str.safe_grow (idx + 1 + len); in make_debug_string()6314 cases_str[idx] = ' '; in make_debug_string()6315 memcpy (&(cases_str[idx + 1]), in make_debug_string()6319 cases_str.safe_push ('\0'); in make_debug_string()6325 &cases_str[0]); in make_debug_string()
7104 auto_vec <char> cases_str; in make_debug_string() local7110 unsigned idx = cases_str.length (); in make_debug_string()7111 cases_str.safe_grow (idx + 1 + len, true); in make_debug_string()7112 cases_str[idx] = ' '; in make_debug_string()7113 memcpy (&(cases_str[idx + 1]), in make_debug_string()7117 cases_str.safe_push ('\0'); in make_debug_string()7123 &cases_str[0]); in make_debug_string()