Searched refs:get_count (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/lib/libiberty/src/ |
H A D | cplus-dem.c | 403 static int get_count (const char **, int *); 1578 if (get_count (mangled, &r)) in demangle_template_template_parm() 1993 if (!get_count (mangled, &r)) in demangle_template() 3346 get_count (const char **type, int *count) in get_count() function 3444 if (!get_count (mangled, &n) || n >= work -> ntypes) in do_type() 3619 if (!get_count (mangled, &n) || n >= work -> numb) in do_type() 4293 if (!get_count (mangled, &r)) in demangle_args() 4317 if (!get_count (mangled, &t)) in demangle_args()
|
H A D | ChangeLog | 709 demangle_qualified, get_count, do_type, demangle_fund_type, 3724 (get_count): Tweak formatting. 4365 (get_count): Likewise.
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 638 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_count); in getCount()
|