Searched refs:macros (Results 1 – 6 of 6) sorted by relevance
718 def optimize_node(self, e, macros=None): argument719 if macros is None:720 macros = {}725 if macros.has_key(name):726 if macros[name] == kCppUndefinedMacro:730 value = int(macros[name])733 return ("defined", macros[name])742 if macros.has_key(name):744 value = int(macros[name])747 expanded = ("ident", macros[name])[all …]
108 macros = kernel_known_macros.copy()110 macros.update(kernel_default_arch_macros[arch])116 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