Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dparser-defs.h97 tp_pointer, enumerator
Df-exp.y520 case tp_pointer:
552 { push_type (tp_pointer); $$ = 0; }
554 { push_type (tp_pointer); $$ = $2; }
Dobjc-exp.y810 { push_type (tp_pointer); $$ = 0; }
812 { push_type (tp_pointer); $$ = $2; }
Dc-exp.y750 { push_type (tp_pointer); $$ = 0; }
752 { push_type (tp_pointer); $$ = $2; }
Dparse.c1228 case tp_pointer: in follow_types()