Searched refs:_parenthesize (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.7.0/scripts/kconfig/ |
D | kconfiglib.py | 6126 return "{} && {}".format(_parenthesize(expr[1], OR, sc_expr_str_fn), 6127 _parenthesize(expr[2], OR, sc_expr_str_fn)) 6132 return "{} || {}".format(_parenthesize(expr[1], AND, sc_expr_str_fn), 6133 _parenthesize(expr[2], AND, sc_expr_str_fn)) 6379 def _parenthesize(expr, type_, sc_expr_str_fn): function
|