Lines Matching refs:is_func
55 but one has is_func set and the other doesn't, we make the
58 same is_func value, we discriminate against is_static such that
72 if (left->is_func != right->is_func)
73 return right->is_func - left->is_func;
108 && ((src->is_func && !dst[-1].is_func)
109 || ((src->is_func == dst[-1].is_func)
118 src->is_func ? 'F' : 'f',
120 dst[-1].is_func ? 'F' : 'f');
130 dst[-1].is_func ? 'F' : 'f',
132 src->is_func ? 'F' : 'f');