Searched refs:type_difference (Results 1 - 3 of 3) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 642 const char *type_difference(struct ctype *c1, struct ctype *c2, in type_difference() function 759 diffstr = type_difference(&arg1->ctype, in type_difference() 827 typediff = type_difference(<ype->ctype, &rtype->ctype, in evaluate_ptr_sub() 1108 typediff = type_difference(<ype->ctype, &rtype->ctype, in evaluate_compare() 1239 typediff = type_difference(<ype->ctype, &rtype->ctype, in evaluate_conditional_expression() 1466 *typediff = type_difference(&t->ctype, &s->ctype, modl, modr); in check_assignment_types() 3329 return !type_difference(&c, &t, 0, 0); in type_selection() 3505 typediff = type_difference(&sym->ctype, &next->ctype, 0, 0); in check_duplicates()
|
H A D | symbol.h | 330 extern const char * type_difference(struct ctype *c1, struct ctype *c2,
|
H A D | expand.c | 502 return !type_difference(&c1, &c2, MOD_IGN, MOD_IGN); in compare_types() 504 return type_difference(&c1, &c2, MOD_IGN, MOD_IGN) != NULL; in compare_types()
|
Completed in 12 milliseconds