Home
last modified time | relevance | path

Searched refs:cplus_demangle_operators (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/lib/libiberty/src/
H A Dcp-demint.c166 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()
H A Dcp-demangle.h141 const struct demangle_operator_info cplus_demangle_operators[]; variable
H A Dcp-demangle.c1336 const struct demangle_operator_info cplus_demangle_operators[] = variable
1409 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()
H A DChangeLog975 * cp-demangle.h: Declare cplus_demangle_operators,
1176 (cplus_demangle_operators): Rename from d_operators. Change all
1179 in cplus_demangle_operators.