HomeSort by: relevance | last modified time | path
    Searched defs:type_a (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libarchive/dist/tar/test/
test_option_acls.c 87 acl_entry_type_t type_a, type_b; local
146 r = acl_get_entry_type_np(ae_a, &type_a);
154 if (type_a != type_b)
  /src/external/gpl3/gcc.old/dist/gcc/cp/
error.cc 3976 /* Return true iff TYPE_A and TYPE_B are template types that are
3980 comparable_template_types_p (tree type_a, tree type_b)
3982 if (!CLASS_TYPE_P (type_a))
3987 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a);
4032 /* Recursively print template TYPE_A to PP, as compared to template TYPE_B.
4036 If INDENT is 0, then this is equivalent to type_to_string (TYPE_A), but
4077 print_template_differences (pretty_printer *pp, tree type_a, tree type_b,
4083 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a);
4177 /* Recursively print a tree-like comparison of TYPE_A and TYPE_B to PP,
4202 TYPE_A and TYPE_B must both be comparable template type
4271 deferred_printed_type type_a = m_type_a; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
error.cc 4064 /* Return true iff TYPE_A and TYPE_B are template types that are
4068 comparable_template_types_p (tree type_a, tree type_b)
4070 if (!CLASS_TYPE_P (type_a))
4075 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a);
4120 /* Recursively print template TYPE_A to PP, as compared to template TYPE_B.
4124 If INDENT is 0, then this is equivalent to type_to_string (TYPE_A), but
4165 print_template_differences (pretty_printer *pp, tree type_a, tree type_b,
4171 tree tinfo_a = TYPE_TEMPLATE_INFO (type_a);
4265 /* Recursively print a tree-like comparison of TYPE_A and TYPE_B to PP,
4290 TYPE_A and TYPE_B must both be comparable template type
4359 deferred_printed_type type_a = m_type_a; local
    [all...]

Completed in 35 milliseconds