Home
last modified time | relevance | path

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

/scripts/logging/dictionary/
A Ddatabase_gen.py297 def find_die_var_base_type(compile_unit, die, is_const): argument
306 return die.attributes['DW_AT_name'].value.decode('ascii'), is_const
313 is_const = True
322 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