1 /* SPDX-License-Identifier: LGPL-2.1-or-later */
3 /* Disable this transformation in cases where it doesn't make sense or
4 * where it makes the resulting expression more confusing
6 position p : script:python() {
7 not (p[0].file == "src/shared/securebits-util.h" or
8 p[0].file == "src/core/manager.h" or
9 p[0].current_element == "log_set_max_level_realm" or
10 p[0].current_element == "unichar_is_valid")
16 - ((x@p) & (y)) == (y)