Searched refs:get_count (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/lib/libiberty/src/
H A Dcplus-dem.c403 static int get_count (const char **, int *);
1578 if (get_count (mangled, &r))
1993 if (!get_count (mangled, &r))
3303 get_count -- convert an ascii count to integer, consuming tokens
3308 get_count (const char **type, int *count)
3346 get_count (const char **type, int *count) function
3444 if (!get_count (mangled, &n) || n >= work -> ntypes)
3619 if (!get_count (mangled, &n) || n >= work -> numb)
4293 if (!get_count (mangled, &r))
4317 if (!get_count (mangle
[all...]
/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp638 return PrivateGetDIAValue(Symbol, &IDiaSymbol::get_count);

Completed in 70 milliseconds