Searched refs:macros (Results 1 – 6 of 6) sorted by relevance
721 def optimize_node(self, e, macros=None): argument722 if macros is None:723 macros = {}728 if macros.has_key(name):729 if macros[name] == kCppUndefinedMacro:733 value = int(macros[name])736 return ("defined", macros[name])745 if macros.has_key(name):747 value = int(macros[name])750 expanded = ("ident", macros[name])[all …]
108 macros = kernel_known_macros.copy()110 macros.update(kernel_default_arch_macros[arch])115 blocks.optimizeMacros(macros)
135 macros = kernel_known_macros.copy()137 macros.update(self.config)139 macros.update(kernel_default_arch_macros[arch])140 list.optimizeMacros(macros)
54 work around issues with some of them, use these macros to detect the versinon of60 macros to conditionally compile. Note that the ABI usually called `arm64` uses66 64-bit -- use these macros to conditionally compile.
21 TEST(limits, macros) { in TEST() argument
21 TEST(float_h, macros) { in TEST() argument