Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libarchive/tar/test/
H A Dtest_option_acls.c106 acl_entry_type_t type_a, type_b; in compare_acl_entry() local
165 r = acl_get_entry_type_np(ae_a, &type_a); in compare_acl_entry()
173 if (type_a != type_b) in compare_acl_entry()
/freebsd-12.1/contrib/gcc/
H A Dtree-data-ref.c497 tree type_a, type_b; in base_addr_differ_p() local
503 type_a = TREE_TYPE (addr_a); in base_addr_differ_p()
506 gcc_assert (POINTER_TYPE_P (type_a) && POINTER_TYPE_P (type_b)); in base_addr_differ_p()
557 else if ((TYPE_RESTRICT (type_a) && !DR_IS_READ (dra)) in base_addr_differ_p()