Searched refs:DEMANGLE_COMPONENT_LOCAL_NAME (Results 1 - 4 of 4) sorted by relevance

/external/gcc-demangle/
H A Ddemangle.h217 DEMANGLE_COMPONENT_LOCAL_NAME, enumerator in enum:demangle_component_type
H A Dcp-demangle.c539 case DEMANGLE_COMPONENT_LOCAL_NAME:
791 case DEMANGLE_COMPONENT_LOCAL_NAME:
1098 case DEMANGLE_COMPONENT_LOCAL_NAME:
1139 /* If the top level is a DEMANGLE_COMPONENT_LOCAL_NAME, then
1143 if (dc->type == DEMANGLE_COMPONENT_LOCAL_NAME)
2945 return d_make_comp (di, DEMANGLE_COMPONENT_LOCAL_NAME, function,
2977 return d_make_comp (di, DEMANGLE_COMPONENT_LOCAL_NAME, function, name);
3578 case DEMANGLE_COMPONENT_LOCAL_NAME:
3640 /* If typed_name is a DEMANGLE_COMPONENT_LOCAL_NAME, then
3644 if (typed_name->type == DEMANGLE_COMPONENT_LOCAL_NAME)
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Ddemangle.h216 DEMANGLE_COMPONENT_LOCAL_NAME, enumerator in enum:demangle_component_type
H A Dcp-demangle.c543 case DEMANGLE_COMPONENT_LOCAL_NAME:
792 case DEMANGLE_COMPONENT_LOCAL_NAME:
1051 case DEMANGLE_COMPONENT_LOCAL_NAME:
1092 /* If the top level is a DEMANGLE_COMPONENT_LOCAL_NAME, then
1096 if (dc->type == DEMANGLE_COMPONENT_LOCAL_NAME)
2745 return d_make_comp (di, DEMANGLE_COMPONENT_LOCAL_NAME, function,
2756 return d_make_comp (di, DEMANGLE_COMPONENT_LOCAL_NAME, function, name);
3275 case DEMANGLE_COMPONENT_LOCAL_NAME:
3336 /* If typed_name is a DEMANGLE_COMPONENT_LOCAL_NAME, then
3340 if (typed_name->type == DEMANGLE_COMPONENT_LOCAL_NAME)
[all...]

Completed in 127 milliseconds