Home
last modified time | relevance | path

Searched refs:need_space (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/m_demangle/
Dcp-demangle.c5980 int need_space; in d_print_function_type() local
5985 need_space = 0; in d_print_function_type()
6005 need_space = 1; in d_print_function_type()
6019 if (! need_space) in d_print_function_type()
6023 need_space = 1; in d_print_function_type()
6025 if (need_space && d_last_char (dpi) != ' ') in d_print_function_type()
6057 int need_space; in d_print_array_type() local
6059 need_space = 1; in d_print_array_type()
6072 need_space = 0; in d_print_array_type()
6078 need_space = 1; in d_print_array_type()
[all …]