Searched refs:is_const (Results 1 – 1 of 1) sorted by relevance
300 def find_die_var_base_type(compile_unit, die, is_const): argument309 return die.attributes['DW_AT_name'].value.decode('ascii'), is_const316 is_const = True325 return find_die_var_base_type(compile_unit, ref_die, is_const)335 var_type, is_const = find_die_var_base_type(compile_unit, die, False)337 if var_type is not None and var_type.endswith('char') and is_const: