MCPcopy Create free account
hub / github.com/coreboot/coreboot / expr_is_yes

Function expr_is_yes

util/kconfig/expr.h:311–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

309 tristate pr_type, const char *title);
310
311static inline int expr_is_yes(struct expr *e)
312{
313 return !e || (e->type == E_SYMBOL && e->left.sym == &symbol_yes);
314}
315
316static inline int expr_is_no(struct expr *e)
317{

Callers 3

expr_eqFunction · 0.85
menu_finalizeFunction · 0.85
get_dep_strFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected