Home
last modified time | relevance | path

Searched refs:e2 (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/
Dkconfiglib.py2123 except EnvironmentError as e2:
2128 e = e2
2863 def _make_and(self, e1, e2): argument
2867 return e2
2869 if e2 is self.y:
2872 if e1 is self.n or e2 is self.n:
2875 return (AND, e1, e2)
2877 def _make_or(self, e1, e2): argument
2881 return e2
2883 if e2 is self.n:
[all …]