Searched refs:parse_encoding (Results 1 – 1 of 1) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Support/ |
D | CXADemangle.tcc | 36 const char* parse_encoding(const char* first, const char* last, C& db); 2796 const char* t = parse_encoding(first+3, last, db); in parse_expr_primary() 3815 t = parse_encoding(first+2, last, db); in parse_template_arg() 4091 const char* t = parse_encoding(first+1, last, db); in parse_local_name() 4361 t = parse_encoding(t1, last, db); in parse_special_name() 4400 t = parse_encoding(t0, last, db); in parse_special_name() 4478 parse_encoding(const char* first, const char* last, C& db) in parse_encoding() function 4670 const char* t = parse_encoding(first+2, last, db); in demangle() 4678 const char* t = parse_encoding(first+4, last, db); in demangle()
|