Displaying 1 result from an estimated 1 matches for "is_function".
2017 Jun 21
6
RFC: Cleaning up the Itanium demangler
...{
case 'r':
case 'V':
case 'K':
{
unsigned cv = 0;
const char* t = parse_cv_qualifiers(first, last, cv);
if (t != first)
{
bool is_function = *t == 'F';
size_t k0 = db.names.size();
const char* t1 = parse_type(t, last, db);
size_t k1 = db.names.size();
if (t1 != t)
{
if (is_function)...