Searched refs:info2 (Results 1 - 8 of 8) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/rtti/
H A Dtypeid5.C11 const std::type_info& info2 = typeid(S [3]); local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/visibility/
H A Dtypeinfo3.C9 const std::type_info& info2 = typeid(int); variable
21 // { dg-final { scan-hidden "info2" } }
/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/
H A Dtemplate-3.mm19 -(id) initWithInformation: (int) whatInfo andInfo: (int) info2;
57 -(id) initWithInformation: (int) whatInfo andInfo: (int) info2 {
59 info = whatInfo + info2;
/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-util.c535 gcov_merge (struct gcov_info *info1, struct gcov_info *info2, int w) argument
541 gcc_assert (info2->n_functions == n_functions);
546 const struct gcov_fn_info *gfi_ptr2 = info2->functions[f_ix];
551 if (!gfi_ptr2 || gfi_ptr2->key != info2)
566 gcov_merge_fn merge2 = info2->merge[t_ix];
1232 matched_gcov_info (const struct gcov_info *info1, const struct gcov_info *info2) argument
1236 if (strcmp (info1->filename, info2->filename))
1239 if (info1->n_functions != info2->n_functions)
1245 info2->n_functions);
/haiku-buildtools/isl/
H A Disl_flow.c1258 struct isl_sched_info *info2 = second; local
1263 n2 = isl_vec_size(info2->cst);
1274 if (!info2->is_cst[i])
1276 cmp = isl_vec_cmp_element(info1->cst, info2->cst, i);
/haiku-buildtools/gcc/gcc/
H A Dipa-inline.c1810 struct inline_summary *info2 = inline_summaries->get (n2); local
1811 if (info2->scc_no)
1813 info2->scc_no = id;
H A Dtree-ssa-uninit.c1412 pred_info info2 = pred2[i2]; local
1416 if (is_pred_expr_subset_of (info1, info2))
/haiku-buildtools/binutils/bfd/
H A Dxcofflink.c505 const struct xcoff_archive_info *info2;
508 info2 = (const struct xcoff_archive_info *) data2;
509 return info1->archive == info2->archive;
503 const struct xcoff_archive_info *info2; local

Completed in 157 milliseconds