Lines Matching refs:define
807 # These constants define types of headers for use with
816 # These constants define the current inline assembly state
2401 define = ''
2407 # find the first occurrence of #ifndef and #define, save arg
2412 if not define and linesplit[0] == '#define':
2413 define = linesplit[1]
2419 if not ifndef or not define or ifndef != define:
2689 if Search(r'^#define', clean_lines[linenum]):
3495 not Search(r'#\s*define|typedef|using\s+\w+\s*=', fncall) and
4883 line.startswith('#define %s' % cppvar) or
6423 if Match(r'\s*#', line) and not Match(r'\s*#\s*define\b', line): return