Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dparse.h138 extern int inline_function(struct expression *expr, struct symbol *sym);
H A Dinline.c507 int inline_function(struct expression *expr, struct symbol *sym) in inline_function() function
H A Devaluate.c3105 ret = inline_function(expr, ctype); in evaluate_symbol_call()