Searched refs:d_advance (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/lib/libiberty/src/ |
H A D | cp-demangle.c | 1068 d_advance (di, 2); in d_name() 1266 d_advance (di, 1); in d_number() 1280 d_advance (di, 1); in d_number() 1297 d_advance (di, len); in d_identifier() 1304 d_advance (di, 1); in d_identifier() 1755 d_advance (di, 1); in cplus_demangle_type() 2037 d_advance (di, 1); in d_array_type() 2158 d_advance (di, 1); in d_template_args() 2345 d_advance (di, 1); in d_expr_primary() 2352 d_advance (di, 1); in d_expr_primary() [all …]
|
H A D | cp-demangle.h | 128 #define d_advance(di, i) ((di)->n += (i)) macro
|