Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dpre-process.c151 static void replace_with_bool(struct token *token, bool val) in replace_with_bool() function
161 replace_with_bool(token, token_defined(token)); in replace_with_defined()
167 replace_with_bool(token, sym && sym->builtin); in replace_with_has_builtin()
173 replace_with_bool(token, sym && sym->op && sym->op->attribute); in replace_with_has_attribute()