Searched defs:ends_with_template_args (Results 1 - 1 of 1) sorted by relevance

/external/libcxxabi/src/
H A Dcxa_demangle.cpp42 bool* ends_with_template_args = 0);
3902 bool* ends_with_template_args)
4038 if (ends_with_template_args)
4039 *ends_with_template_args = component_ends_with_template_args;
4088 bool* ends_with_template_args)
4111 ends_with_template_args);
4130 ends_with_template_args);
4163 bool* ends_with_template_args)
4176 ends_with_template_args);
4184 ends_with_template_args);
3901 parse_nested_name(const char* first, const char* last, C& db, bool* ends_with_template_args) argument
4087 parse_local_name(const char* first, const char* last, C& db, bool* ends_with_template_args) argument
4162 parse_name(const char* first, const char* last, C& db, bool* ends_with_template_args) argument
4496 bool ends_with_template_args = false; local
[all...]

Completed in 159 milliseconds