Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dscope.c43 void bind_scope(struct symbol *sym, struct scope *scope) in bind_scope() function
59 bind_scope(sym, new); in rebind_scope()
H A Dscope.h58 extern void bind_scope(struct symbol *, struct scope *);
H A Dsymbol.c657 bind_scope(sym, scope); in bind_symbol()