Home
last modified time | relevance | path

Searched refs:type_b (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/bsd/libarchive/dist/tar/test/
Dtest_option_acls.c87 acl_entry_type_t type_a, type_b; in compare_acl_entry() local
150 r = acl_get_entry_type_np(ae_b, &type_b); in compare_acl_entry()
154 if (type_a != type_b) in compare_acl_entry()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Derror.cc3978 comparable_template_types_p (tree type_a, tree type_b) in comparable_template_types_p() argument
3982 if (!CLASS_TYPE_P (type_b)) in comparable_template_types_p()
3986 tree tinfo_b = TYPE_TEMPLATE_INFO (type_b); in comparable_template_types_p()
4075 print_template_differences (pretty_printer *pp, tree type_a, tree type_b, in print_template_differences() argument
4082 tree tinfo_b = TYPE_TEMPLATE_INFO (type_b); in print_template_differences()
4208 print_template_tree_comparison (pretty_printer *pp, tree type_a, tree type_b, in print_template_tree_comparison() argument
4211 print_template_differences (pp, type_a, type_b, verbose, indent); in print_template_tree_comparison()
4272 deferred_printed_type type_b = m_type_b; in handle() local
4277 gcc_assert (type_b.m_buffer_ptr); in handle()
4284 if (comparable_template_types_p (type_a.m_tree, type_b.m_tree)) in handle()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-data-ref.cc3231 tree type_b = TREE_TYPE (object_b); in initialize_data_dependence_relation() local
3267 || !COMPLETE_TYPE_P (type_b) in initialize_data_dependence_relation()
3269 || !tree_fits_uhwi_p (TYPE_SIZE_UNIT (type_b))) in initialize_data_dependence_relation()
3273 unsigned HOST_WIDE_INT size_b = tree_to_uhwi (TYPE_SIZE_UNIT (type_b)); in initialize_data_dependence_relation()