Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dparse.c1158 int make_const = 0; in follow_types() local
1169 if (make_const) in follow_types()
1170 follow_type = make_cvr_type (make_const, in follow_types()
1182 make_const = make_volatile = 0; in follow_types()
1186 make_const = 1; in follow_types()
1196 if (make_const) in follow_types()
1197 follow_type = make_cvr_type (make_const, in follow_types()
1209 make_const = make_volatile = 0; in follow_types()
1214 if (make_const) in follow_types()
1215 follow_type = make_cvr_type (make_const, in follow_types()
[all …]