Home
last modified time | relevance | path

Searched refs:unfoul (Results 1 - 1 of 1) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/
H A Devaluate.c433 return 1; /* unfoul */ in restricted_binop()
458 static inline struct symbol *unfoul(struct symbol *type) in unfoul() function
476 if (unfoul(ltype) == rtype) in restricted_binop_type()
479 if (unfoul(rtype) == ltype) in restricted_binop_type()
493 ctype = unfoul(ctype); in restricted_binop_type()
513 *ctype = unfoul(*ctype); in unrestrict()
1317 /* allowed assignments unfoul */ in evaluate_assign_op()
1318 if (sclass & TYPE_FOULED && unfoul(s) == t) in evaluate_assign_op()
1399 /* allowed assignments unfoul */ in check_assignment_types()
1400 if (sclass & TYPE_FOULED && unfoul( in check_assignment_types()
[all...]

Completed in 3 milliseconds