Searched refs:cplus_demangle_builtin_types (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/gnu/lib/libiberty/src/
H A Dcp-demint.c143 if (len == cplus_demangle_builtin_types[i].len
144 && strcmp (type_name, cplus_demangle_builtin_types[i].name) == 0)
147 p->u.s_builtin.type = &cplus_demangle_builtin_types[i];
H A Dcp-demangle.h147 cplus_demangle_builtin_types[D_BUILTIN_TYPE_COUNT]; variable in typeref:struct:demangle_builtin_type_info
H A Dcp-demangle.c1674 cplus_demangle_builtin_types[D_BUILTIN_TYPE_COUNT] = variable in typeref:struct:demangle_builtin_type_info
1752 &cplus_demangle_builtin_types[peek - 'a']);

Completed in 133 milliseconds