Searched refs:cplus_demangle_operators (Results 1 – 4 of 4) sorted by relevance
166 for (i = 0; cplus_demangle_operators[i].name != NULL; ++i) in cplus_demangle_fill_operator()168 if (len == cplus_demangle_operators[i].len in cplus_demangle_fill_operator()169 && args == cplus_demangle_operators[i].args in cplus_demangle_fill_operator()170 && strcmp (opname, cplus_demangle_operators[i].name) == 0) in cplus_demangle_fill_operator()173 p->u.s_operator.op = &cplus_demangle_operators[i]; in cplus_demangle_fill_operator()
141 const struct demangle_operator_info cplus_demangle_operators[]; variable
1336 const struct demangle_operator_info cplus_demangle_operators[] = variable1409 int high = ((sizeof (cplus_demangle_operators) in d_operator_name()1410 / sizeof (cplus_demangle_operators[0])) in d_operator_name()1419 p = cplus_demangle_operators + i; in d_operator_name()
975 * cp-demangle.h: Declare cplus_demangle_operators,1176 (cplus_demangle_operators): Rename from d_operators. Change all1179 in cplus_demangle_operators.