Home
last modified time | relevance | path

Searched refs:get_complication_score (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_helper.c499 int get_complication_score(struct expression *expr) in get_complication_score() function
517 return get_complication_score(expr->left) + in get_complication_score()
518 get_complication_score(expr->right); in get_complication_score()
523 return get_complication_score(expr->unop); in get_complication_score()
526 return get_complication_score(expr->deref); in get_complication_score()
587 score = get_complication_score(expr); in expr_to_chunk_helper()
H A Dsmatch_stored_conditions.c187 if (get_complication_score(expr) > 2) in condition_too_complicated()
H A Dsmatch.h403 int get_complication_score(struct expression *expr);