Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDgdbtypes.c1378 int is_const, is_volatile, is_restrict; in check_typedef() local
1414 is_restrict = TYPE_RESTRICT (type); in check_typedef()
1432 make_cvr_type (is_const, is_volatile, is_restrict, newtype, &type); in check_typedef()
1450 make_cvr_type (is_const, is_volatile, is_restrict, SYMBOL_TYPE (sym), in check_typedef()