Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_demangle/
Dcp-demangle.c531 case DEMANGLE_COMPONENT_OPERATOR: in d_dump()
915 p->type = DEMANGLE_COMPONENT_OPERATOR; in d_make_operator()
1321 if (ret != NULL && ret->type == DEMANGLE_COMPONENT_OPERATOR) in d_unqualified_name()
2591 if (op->type == DEMANGLE_COMPONENT_OPERATOR) in d_expression()
2594 if (op->type == DEMANGLE_COMPONENT_OPERATOR in d_expression()
2603 case DEMANGLE_COMPONENT_OPERATOR: in d_expression()
3198 case DEMANGLE_COMPONENT_OPERATOR: in d_find_pack()
3754 case DEMANGLE_COMPONENT_OPERATOR: in d_print_comp()
3804 if (d_left (dc)->type == DEMANGLE_COMPONENT_OPERATOR in d_print_comp()
3814 if (d_left (dc)->type == DEMANGLE_COMPONENT_OPERATOR in d_print_comp()
[all …]
Ddemangle.h333 DEMANGLE_COMPONENT_OPERATOR, enumerator
/external/gcc-demangle/
Ddemangle.h341 DEMANGLE_COMPONENT_OPERATOR, enumerator
Dcp-demangle.c527 case DEMANGLE_COMPONENT_OPERATOR: in d_dump()
928 p->type = DEMANGLE_COMPONENT_OPERATOR; in d_make_operator()
1380 if (ret != NULL && ret->type == DEMANGLE_COMPONENT_OPERATOR) in d_unqualified_name()
2778 if (op->type == DEMANGLE_COMPONENT_OPERATOR) in d_expression()
2781 if (op->type == DEMANGLE_COMPONENT_OPERATOR in d_expression()
2790 case DEMANGLE_COMPONENT_OPERATOR: in d_expression()
3499 case DEMANGLE_COMPONENT_OPERATOR: in d_find_pack()
4085 case DEMANGLE_COMPONENT_OPERATOR: in d_print_comp()
4130 if (d_left (dc)->type == DEMANGLE_COMPONENT_OPERATOR in d_print_comp()
4149 if (d_left (dc)->type == DEMANGLE_COMPONENT_OPERATOR in d_print_comp()
[all …]