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

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/rtti/
H A Dtypeid5.C10 const std::type_info& info1 = typeid(int []); local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/visibility/
H A Dtypeinfo3.C8 const std::type_info& info1 = typeid(int []); variable
20 // { dg-final { scan-hidden "info1" } }
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/bench/shootout/
H A Dchameneosredux.go153 info1 := <-c0
154 othername = info1.name
155 info0.colour = complement[info0.colour|info1.colour<<2]
/haiku-buildtools/gcc/libgcc/
H A Dlibgcov-util.c535 gcov_merge (struct gcov_info *info1, struct gcov_info *info2, int w) argument
538 unsigned n_functions = info1->n_functions;
545 const struct gcov_fn_info *gfi_ptr1 = info1->functions[f_ix];
549 if (!gfi_ptr1 || gfi_ptr1->key != info1)
557 info1->filename);
565 gcov_merge_fn merge1 = info1->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)
1243 info1
[all...]
/haiku-buildtools/isl/
H A Disl_flow.c1257 struct isl_sched_info *info1 = first; local
1262 n1 = isl_vec_size(info1->cst);
1272 if (!info1->is_cst[i])
1276 cmp = isl_vec_cmp_element(info1->cst, info2->cst, i);
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-uninit.c1415 pred_info info1 = pred1[i1]; local
1416 if (is_pred_expr_subset_of (info1, info2))
/haiku-buildtools/binutils/bfd/
H A Dxcofflink.c504 const struct xcoff_archive_info *info1;
507 info1 = (const struct xcoff_archive_info *) data1;
509 return info1->archive == info2->archive;
502 const struct xcoff_archive_info *info1; local
/haiku-buildtools/binutils/binutils/
H A Ddwarf.c5054 debug_info * info1 = (debug_info *) v1; local
5055 return info0->addr_base - info1->addr_base;

Completed in 270 milliseconds