Searched refs:macro (Results 1 – 4 of 4) sorted by relevance
492 CommandLine macro = mMacros.get(name); in expandMacro() local493 CLog.d("Gotcha! Expanding macro '%s' to '%s'", name, macro); in expandMacro()495 line.addAll(idx, macro); in expandMacro()496 idx += macro.size(); in expandMacro()
12 # This will actually fail because the macro f() is now undefined.
3939 macro = Search(r'\b([A-Z_][A-Z0-9_]*)\s*$', line_prefix)3941 if ((macro and3942 macro.group(1) not in (4110 for macro in _CHECK_MACROS:4111 i = line.find(macro)4117 matched = Match(r'^(.*\b' + macro + r'\s*)\(', line)4120 return (macro, len(matched.group(1)))
457 typedef macro), but should also help Dokka -- and arguably the Kotlin code which