Searched refs:is_const_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Ddwarf2out.c8468 modified_type_die (tree type, int is_const_type, int is_volatile_type,
8485 ((is_const_type ? TYPE_QUAL_CONST : 0)
8509 else if (is_const_type < TYPE_READONLY (dtype)
8511 || (is_const_type <= TYPE_READONLY (dtype)
8517 is_const_type, is_volatile_type,
8522 if (is_const_type)
8456 modified_type_die(tree type, int is_const_type, int is_volatile_type, dw_die_ref context_die) argument

Completed in 179 milliseconds