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

  /src/external/bsd/libarchive/dist/tar/test/
test_option_acls.c 87 acl_entry_type_t type_a, type_b; local
150 r = acl_get_entry_type_np(ae_b, &type_b);
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)
3984 if (!CLASS_TYPE_P (type_b))
3988 tree tinfo_b = TYPE_TEMPLATE_INFO (type_b);
4032 /* Recursively print template TYPE_A to PP, as compared to template TYPE_B.
4037 potentially colorizing/eliding in comparison with TYPE_B.
4077 print_template_differences (pretty_printer *pp, tree type_a, tree type_b,
4084 tree tinfo_b = TYPE_TEMPLATE_INFO (type_b);
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
4272 deferred_printed_type type_b = m_type_b; 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)
4072 if (!CLASS_TYPE_P (type_b))
4076 tree tinfo_b = TYPE_TEMPLATE_INFO (type_b);
4120 /* Recursively print template TYPE_A to PP, as compared to template TYPE_B.
4125 potentially colorizing/eliding in comparison with TYPE_B.
4165 print_template_differences (pretty_printer *pp, tree type_a, tree type_b,
4172 tree tinfo_b = TYPE_TEMPLATE_INFO (type_b);
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
4360 deferred_printed_type type_b = m_type_b; local
    [all...]
  /src/sys/arch/riscv/include/
insn.h 128 } type_b; member in union:riscv_insn

Completed in 53 milliseconds