Lines Matching defs:same
124 /* Two anonymous names are the same */
158 * That we'll ultimately end up treating them the same.
205 * Two arrays are the same iff they have the same type for contents, the same
206 * type for the index, and the same number of elements.
231 * index element might not be the same here, what we care about are the
232 * number of elements and that they're the same type.
245 * Two function pointers are the same if the following is all true:
247 * o They have the same return type
248 * o They have the same number of arguments
249 * o The arguments are of the same type
250 * o They have the same flags
311 * Two structures are the same if every member is identical to its corresponding
312 * type, at the same offset, and has the same name, as well as them having the
313 * same overall size.
426 * Two unions are the same if they have the same set of members. This is similar
550 * Two enums are equivalent if they share the same underlying type and they have
551 * the same set of members.
592 * they are the same. Otherwise, they're equivalent if one is a struct or union
987 ctf_diff_void_cb(ctf_file_t *ifp, ctf_id_t iid, boolean_t same, ctf_file_t *ofp,
1109 /* Validate return type and arguments are the same */
1173 * In general, two functions are the same, if they have the same name and their
1174 * arguments have the same types, including the return type. Like types, we