Searched refs:get_count (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/binutils-2.27/libiberty/ |
H A D | cplus-dem.c | 407 static int get_count (const char **, int *); 1735 if (get_count (mangled, &r)) in demangle_template_template_parm() 2150 if (!get_count (mangled, &r)) in demangle_template() 3502 get_count (const char **type, int *count) in get_count() function 3600 if (!get_count (mangled, &n) || n >= work -> ntypes) in do_type() 3778 if (!get_count (mangled, &n) || n >= work -> numb) in do_type() 4452 if (!get_count (mangled, &r)) in demangle_args() 4476 if (!get_count (mangled, &t)) in demangle_args()
|
/dflybsd-src/contrib/gcc-8.0/libiberty/ |
H A D | cplus-dem.c | 423 static int get_count (const char **, int *); 1802 if (get_count (mangled, &r)) in demangle_template_template_parm() 2221 if (!get_count (mangled, &r)) in demangle_template() 3580 get_count (const char **type, int *count) in get_count() function 3689 if (!get_count (mangled, &n) || n < 0 || n >= work -> ntypes) in do_type() 3874 if (!get_count (mangled, &n) || n < 0 || n >= work -> numb) in do_type() 4594 if (!get_count (mangled, &r)) in demangle_args() 4618 if (!get_count (mangled, &t)) in demangle_args()
|
/dflybsd-src/contrib/gcc-4.7/libiberty/ |
H A D | cplus-dem.c | 401 static int get_count (const char **, int *); 1715 if (get_count (mangled, &r)) in demangle_template_template_parm() 2130 if (!get_count (mangled, &r)) in demangle_template() 3482 get_count (const char **type, int *count) in get_count() function 3580 if (!get_count (mangled, &n) || n >= work -> ntypes) in do_type() 3755 if (!get_count (mangled, &n) || n >= work -> numb) in do_type() 4429 if (!get_count (mangled, &r)) in demangle_args() 4453 if (!get_count (mangled, &t)) in demangle_args()
|
/dflybsd-src/contrib/gdb-7/libiberty/ |
H A D | cplus-dem.c | 401 static int get_count (const char **, int *); 1715 if (get_count (mangled, &r)) in demangle_template_template_parm() 2130 if (!get_count (mangled, &r)) in demangle_template() 3482 get_count (const char **type, int *count) in get_count() function 3580 if (!get_count (mangled, &n) || n >= work -> ntypes) in do_type() 3755 if (!get_count (mangled, &n) || n >= work -> numb) in do_type() 4429 if (!get_count (mangled, &r)) in demangle_args() 4453 if (!get_count (mangled, &t)) in demangle_args()
|