Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/
Dcxa_demangle.cpp37 const char* parse_type(const char* first, const char* last, C& db);
605 const char* t = parse_type(first+2, last, db); in parse_const_cast_expr()
631 const char* t = parse_type(first+2, last, db); in parse_dynamic_cast_expr()
657 const char* t = parse_type(first+2, last, db); in parse_reinterpret_cast_expr()
683 const char* t = parse_type(first+2, last, db); in parse_static_cast_expr()
724 const char* t = parse_type(first+2, last, db); in parse_sizeof_type_expr()
862 t = parse_type(first+2, last, db); in parse_typeid_expr()
1395 const char* t1 = parse_type(t, last, db); in parse_new_expr()
1480 const char* t = parse_type(first+2, last, db); in parse_conversion_expr()
1585 const char* t1 = parse_type(t, last, db); in parse_function_type()
[all …]