Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dparse.c1194 int make_const = 0; in follow_types() local
1205 if (make_const) in follow_types()
1206 follow_type = make_cv_type (make_const, in follow_types()
1216 make_const = make_volatile = 0; in follow_types()
1220 make_const = 1; in follow_types()
1230 if (make_const) in follow_types()
1231 follow_type = make_cv_type (make_const, in follow_types()
1241 make_const = make_volatile = 0; in follow_types()
1246 if (make_const) in follow_types()
1247 follow_type = make_cv_type (make_const, in follow_types()
[all …]