Searched refs:ref1 (Results 1 - 25 of 27) sorted by relevance

12

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr23376.c14 simple_block_diff_up_mmx_4 (const int width, __m64 ref1) argument
19 sum = _mm_add_pi32 (sum, ref1);
/haiku-buildtools/gcc/gmp/tests/mpz/
H A Dreuse.c193 mpz_t ref1, ref2, ref3; local
211 mpz_init (ref1);
252 (dss_funcs[i]) (ref1, in1, in2);
253 MPZ_CHECK_FORMAT (ref1);
258 if (mpz_cmp (ref1, res1) != 0)
264 if (mpz_cmp (ref1, res1) != 0)
275 (ddss_div_funcs[i]) (ref1, ref2, in1, in2);
276 MPZ_CHECK_FORMAT (ref1);
283 if (mpz_cmp (ref1, res1) != 0 || mpz_cmp (ref2, res2) != 0)
290 if (mpz_cmp (ref1, res
[all...]
/haiku-buildtools/gcc/mpfr/tests/
H A Dtaway.c94 mpfr_t ref1, ref2, ref3; local
104 mpfr_init2 (ref1, p1);
118 inexd = testfunc (ref1, ref2, ref3, r);
120 if (mpfr_compare (res1, ref1) || inexa != inexd)
125 printf ("expected "); mpfr_print_binary (ref1); puts ("");
131 mpfr_clear (ref1);
198 mpfr_t ref1, ref2; local
208 mpfr_init2 (ref1, p1);
221 inexd = testfunc (ref1, ref2, ref3, r);
223 if (mpfr_compare (res1, ref1) || inex
243 mpfr_t ref1, ref3; local
285 mpfr_t ref1, ref2; local
327 mpfr_t ref1, ref2, ref3; local
[all...]
H A Dreuse.c96 mpfr_t ref1, ref2, ref3; local
103 mpfr_init2 (ref1, prec);
116 testfunc (ref1, ref2, ref3, rnd);
122 if (mpfr_compare (res1, ref1))
126 printf ("expected "); mpfr_print_binary (ref1); puts ("");
134 if (mpfr_compare (res1, ref1))
138 DISP("expected ", ref1); DISP2(", got ",res1);
144 testfunc (ref1, ref2, ref3, rnd);
148 if (mpfr_compare (res1, ref1))
152 DISP("expected ", ref1); DISP
296 mpfr_t ref1, ref2; local
341 mpfr_t ref1, ref3; local
383 mpfr_t ref1, ref2; local
423 mpfr_t ref1, ref2; local
463 mpfr_t ref1, ref2, ref3; local
526 mpfr_t ref1, ref2, ref3; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dlifetime3.C28 const A& ref1 = f->foo(); local
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/function_objects/binders/
H A D1.cc53 mem_fun_ref_t<void, s> ref1(&s::f_void_void);
56 ref1(a);
87 const_mem_fun_ref_t<void, s> ref1(&s::f_void_void_const);
90 ref1(a);
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-alias.c724 aliasing_component_refs_p (tree ref1, argument
746 base1 = ref1;
775 refp = &ref1;
813 nonoverlapping_component_refs_of_decl_p (tree ref1, tree ref2) argument
819 while (handled_component_p (ref1))
821 component_refs1.safe_push (ref1);
822 ref1 = TREE_OPERAND (ref1, 0);
824 if (TREE_CODE (ref1) == MEM_REF)
826 if (!integer_zerop (TREE_OPERAND (ref1,
1028 decl_refs_may_alias_p(tree ref1, tree base1, HOST_WIDE_INT offset1, HOST_WIDE_INT max_size1, tree ref2, tree base2, HOST_WIDE_INT offset2, HOST_WIDE_INT max_size2) argument
1327 refs_may_alias_p_1(ao_ref *ref1, ao_ref *ref2, bool tbaa_p) argument
1483 refs_may_alias_p(tree ref1, ao_ref *ref2) argument
1491 refs_may_alias_p(tree ref1, tree ref2) argument
[all...]
H A Dsanopt.c118 static inline bool equal_keys (const_tree ref1, const_tree ref2) argument
120 return operand_equal_p (ref1, ref2, 0);
145 equal_keys (const sanopt_tree_triplet &ref1, const sanopt_tree_triplet &ref2) argument
147 return operand_equal_p (ref1.t1, ref2.t1, 0)
148 && operand_equal_p (ref1.t2, ref2.t2, 0)
149 && operand_equal_p (ref1.t3, ref2.t3, 0);
H A Ddf-scan.c2067 df_ref_equal_p (df_ref ref1, df_ref ref2)
2072 if (ref1 == ref2)
2075 if (DF_REF_CLASS (ref1) != DF_REF_CLASS (ref2)
2076 || DF_REF_REGNO (ref1) != DF_REF_REGNO (ref2)
2077 || DF_REF_REG (ref1) != DF_REF_REG (ref2)
2078 || DF_REF_TYPE (ref1) != DF_REF_TYPE (ref2)
2079 || ((DF_REF_FLAGS (ref1) & ~(DF_REF_REG_MARKER + DF_REF_MW_HARDREG))
2081 || DF_REF_BB (ref1) != DF_REF_BB (ref2)
2082 || DF_REF_INSN_INFO (ref1) != DF_REF_INSN_INFO (ref2))
2085 switch (DF_REF_CLASS (ref1))
2062 df_ref_equal_p(df_ref ref1, df_ref ref2) argument
2101 df_ref_compare(df_ref ref1, df_ref ref2) argument
[all...]
H A Dipa-devirt.c734 struct ipa_ref *ref1, *ref2; local
737 end1 = !prevailing->iterate_reference (n1, ref1);
745 || (DECL_ASSEMBLER_NAME (ref1->referred->decl)
747 && TREE_CODE (ref1->referred->decl) == FUNCTION_DECL))
773 != DECL_ASSEMBLER_NAME (ref1->referred->decl)
775 && TREE_CODE (ref1->referred->decl) != FUNCTION_DECL)
778 end1 = !prevailing->iterate_reference (n1, ref1);
810 if (DECL_ASSEMBLER_NAME (ref1->referred->decl)
818 if (TREE_CODE (ref1->referred->decl) != FUNCTION_DECL
839 if (TREE_CODE (ref1
[all...]
H A Dtree-ssa-phiopt.c1919 tree arg1, arg2, ref1, ref2, field1, field2, fieldswap; local
1959 ref1 = gimple_assign_rhs1 (def1);
1962 if (TREE_CODE (ref1) != COMPONENT_REF
1972 if (!operand_equal_p (TREE_OPERAND (ref1, 0), TREE_OPERAND (ref2, 0), 0))
1975 field1 = TREE_OPERAND (ref1, 1);
H A Dtree-ssa-loop-im.c2134 refs_independent_p (mem_ref_p ref1, mem_ref_p ref2) argument
2136 if (ref1 == ref2)
2141 ref1->id, ref2->id);
2143 if (mem_refs_may_alias_p (ref1, ref2, &memory_accesses.ttae_cache))
H A Dtree-loop-distribution.c1195 data_reference_p ref1, ref2; local
1213 FOR_EACH_VEC_ELT (RDG_DATAREFS (rdg, i), k, ref1)
1215 tree base1 = ref_base_address (ref1);
H A Dalias.c409 ao_ref ref1, ref2;
411 if (!ao_ref_from_mem (&ref1, x)
415 return refs_may_alias_p_1 (&ref1, &ref2,
408 ao_ref ref1, ref2; local
H A Dtree-ssa-pre.c3782 vn_reference_s ref1; local
3789 vn_reference_lookup_call (as_a <gcall *> (stmt), &ref, &ref1);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/
H A D1.cc47 ref ref1 = str02[csz02 - 1]; local
48 VERIFY( ref1 == 'a' );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/
H A D1.cc47 ref ref1 = str02[csz02 - 1]; local
48 VERIFY( ref1 == L'a' );
/haiku-buildtools/legacy/gcc/texinfo/info/
H A Dinfo-utils.c326 info_concatenate_references (ref1, ref2)
327 REFERENCE **ref1, **ref2;
334 if (!ref1)
337 return (ref1);
340 for (i = 0; ref1[i]; i++);
348 for (i = 0; ref1[i]; i++)
349 result[i] = ref1[i];
356 free (ref1);
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dencode-7-next.m108 - (NSError *)_errorWithOSStatus:(OSStatus)inOSStatus ref1:(const FSRef *)inRef1 ref2:(const struct FSRef *)inRef2
136 - (NSError *)_errorWithOSStatus:(OSStatus)inOSStatus ref1:(const FSRef *)inRef1 ref2:(const struct FSRef *)inRef2
200 meth = class_getInstanceMethod (fooClass, @selector(_errorWithOSStatus:ref1:ref2:reading:));
H A Dencode-7-next-64bit.m109 - (NSError *)_errorWithOSStatus:(OSStatus)inOSStatus ref1:(const FSRef *)inRef1 ref2:(const struct FSRef *)inRef2
137 - (NSError *)_errorWithOSStatus:(OSStatus)inOSStatus ref1:(const FSRef *)inRef1 ref2:(const struct FSRef *)inRef2
204 meth = class_getInstanceMethod (fooClass, @selector(_errorWithOSStatus:ref1:ref2:reading:));
/haiku-buildtools/gcc/gcc/fortran/
H A Ddependency.c1180 gfc_ref *ref1; local
1208 for (ref1 = expr1->ref; ref1; ref1 = ref1->next)
1210 if (ref1->type != REF_COMPONENT)
1213 if (ref1->u.c.component->ts.type == BT_DERIVED)
1216 if ((sym2->attr.pointer || ref1->u.c.component->attr.pointer)
1217 && gfc_compare_types (&ref1->u.c.component->ts, &sym2->ts))
H A Dresolve.c7253 gfc_ref *ref1, *ref2; local
7256 for (ref1 = p->expr->ref, ref2 = stat->ref; ref1 && ref2;
7257 ref1 = ref1->next, ref2 = ref2->next)
7259 if (ref1->type != REF_COMPONENT || ref2->type != REF_COMPONENT)
7261 if (ref1->u.c.component->name != ref2->u.c.component->name)
7298 gfc_ref *ref1, *ref2; local
7301 for (ref1 = p->expr->ref, ref2 = errmsg->ref; ref1
[all...]
/haiku-buildtools/gcc/gcc/java/
H A Dverify-impl.c319 refs_equal (ref_intersection *ref1, ref_intersection *ref2) argument
321 if (! ref1->is_resolved && ! ref2->is_resolved
322 && vfy_strings_equal (ref1->data.name, ref2->data.name))
324 if (! ref1->is_resolved)
325 resolve_ref (ref1);
328 return ref1->data.klass == ref2->data.klass;
335 merge_refs (ref_intersection *ref1, ref_intersection *ref2) argument
338 for (; ref1 != NULL; ref1 = ref1
[all...]
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dcall.c1631 int ref1, i; local
1654 ref1 = 1;
1679 ref1 = 0;
1714 if (i == 0 && ref1
1723 if (i != 0 || ! ref1)
1742 if (i != 0 || ! ref1)
/haiku-buildtools/gcc/gcc/cp/
H A Dcall.c2829 int ref1, i; local
2857 ref1 = 1;
2894 ref1 = 0;
2928 if (i == 0 && ref1
2937 if (i != 0 || ! ref1)
2955 if (i != 0 || ! ref1)

Completed in 556 milliseconds

12