Home
last modified time | relevance | path

Searched refs:right_not (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c946 const unsigned right_not = expr->right->type == EXPR_PREOP in evaluate_binop() local
948 if ((op == '&' || op == '|') && (left_not || right_not)) in evaluate_binop()
952 right_not ? "!" : ""); in evaluate_binop()

Completed in 8 milliseconds