Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/tools/kconfig_new/
Dgen_kconfig_doc.py86 return (not kconfiglib.expr_value(item), None)
100 return (not kconfiglib.expr_value(item), item.name)
257 … return kconfiglib.Kconfig.y if kconfiglib.expr_value(expr) else kconfiglib.Kconfig.n
261 …if (not kconfiglib.expr_value(expr) and len(expr.config_string) == 0 and expr_nodes_invisible(expr…
267 if (kconfiglib.expr_value(expr) and len(expr.config_string) > 0 and expr_nodes_invisible(expr)):
273 return kconfiglib.Kconfig.y if kconfiglib.expr_value(expr) else kconfiglib.Kconfig.n
346 if not kconfiglib.expr_value(cond):
349 if cond != kconfiglib.Kconfig.y and not kconfiglib.expr_value(cond):
364 if not kconfiglib.expr_value(cond):
375 if cond != kconfiglib.Kconfig.y and not kconfiglib.expr_value(cond):
Dconfgen.py537 if kconfiglib.expr_value(cond_expr):
548 if kconfiglib.expr_value(cond_expr):
Dconfserver.py269 if kconfiglib.expr_value(cond):
/hal_espressif-3.4.0/tools/kconfig/
Dexpr.h54 struct expr_value { struct
86 struct expr_value dir_dep;
87 struct expr_value rev_dep;
149 struct expr_value visible;