Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_type.c593 int types_equiv(struct symbol *one, struct symbol *two) in types_equiv() function
602 return types_equiv(get_real_base_type(one), get_real_base_type(two)); in types_equiv()
H A Dsmatch.h493 int types_equiv(struct symbol *one, struct symbol *two);