Searched refs:expr_value (Results 1 – 4 of 4) sorted by relevance
86 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.n261 …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.n346 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):
537 if kconfiglib.expr_value(cond_expr):548 if kconfiglib.expr_value(cond_expr):
269 if kconfiglib.expr_value(cond):
54 struct expr_value { struct86 struct expr_value dir_dep;87 struct expr_value rev_dep;149 struct expr_value visible;