Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsymbol.h390 static inline int is_func_type(struct symbol *type) in is_func_type() function
H A Dlinearize.c1513 if (fn->type == EXPR_PREOP && fn->op == '*' && is_func_type(fn->ctype)) in linearize_call_expression()
H A Devaluate.c906 if (is_func_type(ctype)) { in evaluate_conditional()