Searched refs:has_return_type (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/binutils/libiberty/
H A Dcp-demangle.c345 has_return_type (struct demangle_component *);
979 has_return_type (struct demangle_component *dc) function
992 return has_return_type (d_left (dc));
1073 d_bare_function_type (di, has_return_type (dc)));
2010 d_bare_function_type (struct d_info *di, int has_return_type) argument
2023 has_return_type = 1;
2039 if (has_return_type)
2042 has_return_type = 0;
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dcp-demangle.c325 has_return_type (struct demangle_component *);
933 has_return_type (struct demangle_component *dc) function
946 return has_return_type (d_left (dc));
1027 d_bare_function_type (di, has_return_type (dc)));
1964 d_bare_function_type (struct d_info *di, int has_return_type) argument
1977 has_return_type = 1;
1993 if (has_return_type)
1996 has_return_type = 0;

Completed in 159 milliseconds