Lines Matching refs:value
74 The return value may be None, if such a comment is deemed unnecessary.
77 where chips may be the set of chips supporting a specific enum value,
234 # Merge value lines
242 prev.enumentry.value == line.enumentry.value:
249 # Disambiguate field and value lines
284 # Collect and sort value lines by address
290 value_lines.sort(key=lambda line: (line.enumentry.value, line.name))
292 value_lines.sort(key=lambda line: (line.name, line.enumentry.value))
353 print('#define {define_name} {value_line.enumentry.value}{comment}'