Searched refs:is_const (Results 1 – 1 of 1) sorted by relevance
297 def find_die_var_base_type(compile_unit, die, is_const): argument306 return die.attributes['DW_AT_name'].value.decode('ascii'), is_const313 is_const = True322 return find_die_var_base_type(compile_unit, ref_die, is_const)332 var_type, is_const = find_die_var_base_type(compile_unit, die, False)334 return bool(var_type is not None and var_type.endswith('char') and is_const)
Completed in 10 milliseconds