MCPcopy Create free account
hub / github.com/coolsnowwolf/lede / expr_eliminate_dups1

Function expr_eliminate_dups1

scripts/config/expr.c:596–651  ·  view source on GitHub ↗

* expr_eliminate_dups() helper. * * Walks the two expression trees given in 'ep1' and 'ep2'. Any node that does * not have type 'type' (E_OR/E_AND) is considered a leaf, and is compared * against all other leaves to look for simplifications. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

expr_eliminate_dupsFunction · 0.85

Calls 4

expr_join_orFunction · 0.85
expr_freeFunction · 0.85
expr_alloc_symbolFunction · 0.85
expr_join_andFunction · 0.85

Tested by

no test coverage detected