Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/libiberty/
H A Dcp-demangle.c5052 int need_space; in d_print_function_type() local
5057 need_space = 0; in d_print_function_type()
5077 need_space = 1; in d_print_function_type()
5093 if (! need_space) in d_print_function_type()
5097 need_space = 1; in d_print_function_type()
5099 if (need_space && d_last_char (dpi) != ' ') in d_print_function_type()
5131 int need_space; in d_print_array_type() local
5133 need_space = 1; in d_print_array_type()
5146 need_space = 0; in d_print_array_type()
5152 need_space = 1; in d_print_array_type()
[all …]
/dragonfly/contrib/gcc-4.7/libiberty/
H A Dcp-demangle.c4944 int need_space; in d_print_function_type() local
4949 need_space = 0; in d_print_function_type()
4969 need_space = 1; in d_print_function_type()
4985 if (! need_space) in d_print_function_type()
4989 need_space = 1; in d_print_function_type()
4991 if (need_space && d_last_char (dpi) != ' ') in d_print_function_type()
5023 int need_space; in d_print_array_type() local
5025 need_space = 1; in d_print_array_type()
5038 need_space = 0; in d_print_array_type()
5044 need_space = 1; in d_print_array_type()
[all …]
/dragonfly/contrib/binutils-2.27/libiberty/
H A Dcp-demangle.c5674 int need_space; in d_print_function_type() local
5679 need_space = 0; in d_print_function_type()
5699 need_space = 1; in d_print_function_type()
5718 if (! need_space) in d_print_function_type()
5722 need_space = 1; in d_print_function_type()
5724 if (need_space && d_last_char (dpi) != ' ') in d_print_function_type()
5756 int need_space; in d_print_array_type() local
5758 need_space = 1; in d_print_array_type()
5771 need_space = 0; in d_print_array_type()
5777 need_space = 1; in d_print_array_type()
[all …]
/dragonfly/contrib/binutils-2.34/libiberty/
H A Dcp-demangle.c6034 int need_space; in d_print_function_type() local
6039 need_space = 0; in d_print_function_type()
6059 need_space = 1; in d_print_function_type()
6073 if (! need_space) in d_print_function_type()
6077 need_space = 1; in d_print_function_type()
6079 if (need_space && d_last_char (dpi) != ' ') in d_print_function_type()
6111 int need_space; in d_print_array_type() local
6113 need_space = 1; in d_print_array_type()
6126 need_space = 0; in d_print_array_type()
6132 need_space = 1; in d_print_array_type()
[all …]
/dragonfly/contrib/gcc-8.0/libiberty/
H A Dcp-demangle.c5970 int need_space; in d_print_function_type() local
5975 need_space = 0; in d_print_function_type()
5995 need_space = 1; in d_print_function_type()
6009 if (! need_space) in d_print_function_type()
6013 need_space = 1; in d_print_function_type()
6015 if (need_space && d_last_char (dpi) != ' ') in d_print_function_type()
6047 int need_space; in d_print_array_type() local
6049 need_space = 1; in d_print_array_type()
6062 need_space = 0; in d_print_array_type()
6068 need_space = 1; in d_print_array_type()
[all …]
/dragonfly/contrib/binutils-2.34/gold/
H A Dscript-sections.cc1867 bool need_space = false; in print() local
1883 need_space = true; in print()
1891 if (need_space) in print()
1928 need_space = true; in print()
/dragonfly/contrib/binutils-2.27/gold/
H A Dscript-sections.cc1833 bool need_space = false; in print() local
1849 need_space = true; in print()
1857 if (need_space) in print()
1894 need_space = true; in print()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcc.c6247 int need_space; in main() local
6270 need_space = FALSE; in main()
6273 if (need_space) in main()
6278 need_space = TRUE; in main()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcc.c7444 int need_space; in build_multilib_strings() local
7474 need_space = FALSE; in build_multilib_strings()
7477 if (need_space) in build_multilib_strings()
7482 need_space = TRUE; in build_multilib_strings()