Searched refs:parse_encoding (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/ |
D | cxa_demangle.cpp | 39 const char* parse_encoding(const char* first, const char* last, C& db); 2797 const char* t = parse_encoding(first+3, last, db); in parse_expr_primary() 3816 t = parse_encoding(first+2, last, db); in parse_template_arg() 4092 const char* t = parse_encoding(first+1, last, db); in parse_local_name() 4362 t = parse_encoding(t1, last, db); in parse_special_name() 4401 t = parse_encoding(t0, last, db); in parse_special_name() 4479 parse_encoding(const char* first, const char* last, C& db) in parse_encoding() function 4671 const char* t = parse_encoding(first+2, last, db); in demangle() 4679 const char* t = parse_encoding(first+4, last, db); in demangle()
|