Searched refs:INLINE_CONSTANT_PATTERN (Results 1 – 1 of 1) sorted by relevance
247 INLINE_CONSTANT_PATTERN = re.compile(r'define\s+([a-zA-Z0-9_]+)\s*=\s*([^;\n]+);\n') variable252 const_match = INLINE_CONSTANT_PATTERN.search(lines, pos)