Searched refs:cplus_demangle_operators (Results 1 – 8 of 8) 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()
147 const struct demangle_operator_info cplus_demangle_operators[]; variable
1356 const struct demangle_operator_info cplus_demangle_operators[] = variable1429 int high = ((sizeof (cplus_demangle_operators) in d_operator_name()1430 / sizeof (cplus_demangle_operators[0])) in d_operator_name()1439 p = cplus_demangle_operators + i; in d_operator_name()
1071 * cp-demangle.h: Declare cplus_demangle_operators,1272 (cplus_demangle_operators): Rename from d_operators. Change all1275 in cplus_demangle_operators.
147 extern const struct demangle_operator_info cplus_demangle_operators[];
1402 const struct demangle_operator_info cplus_demangle_operators[] = variable1475 int high = ((sizeof (cplus_demangle_operators) in d_operator_name()1476 / sizeof (cplus_demangle_operators[0])) in d_operator_name()1485 p = cplus_demangle_operators + i; in d_operator_name()
110 * cp-demangle.h (cplus_demangle_operators): External definition1269 * cp-demangle.h: Declare cplus_demangle_operators,1470 (cplus_demangle_operators): Rename from d_operators. Change all1473 in cplus_demangle_operators.