Searched refs:count3 (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/property/
H A Dat-property-17.mm20 - (int)count3;
40 - (int) count3
92 @interface MyClass3 (count3)
93 @property int count3;
96 @implementation MyClass3 (count3)
H A Dat-property-26.mm36 int count3;
47 @property (getter=number3, setter=setNumber3:) int count3;
55 return count3;
59 count3 = value;
76 object.count3 = 19;
77 if (object.count3 != 19)
H A Dat-property-24.mm37 @property (getter=number3, setter=setNumber3:) int count3;
50 int count3;
67 @synthesize count3;
100 object.count3 = 77;
101 if (object.count3 != 77)
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/property/
H A Dat-property-17.m20 - (int)count3;
40 - (int) count3
92 @interface MyClass3 (count3)
93 @property int count3;
96 @implementation MyClass3 (count3)
H A Dat-property-26.m36 int count3;
47 @property (getter=number3, setter=setNumber3:) int count3;
55 return count3;
59 count3 = value;
76 object.count3 = 19;
77 if (object.count3 != 19)
H A Dat-property-24.m37 @property (getter=number3, setter=setNumber3:) int count3;
50 int count3;
67 @synthesize count3;
100 object.count3 = 77;
101 if (object.count3 != 77)
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-stmt.c3353 generate_loop_for_temp_to_lhs (gfc_expr *expr, tree tmp1, tree count3, argument
3428 wheremaskexpr = gfc_build_array_ref (wheremask, count3, NULL);
3445 /* Increment count3. */
3446 if (count3)
3449 gfc_array_index_type, count3,
3451 gfc_add_modify (&body, count3, tmp);
3472 generate_loop_for_rhs_to_temp (gfc_expr *expr2, tree tmp1, tree count3, argument
3527 wheremaskexpr = gfc_build_array_ref (wheremask, count3, NULL);
3555 /* Increment count3. */
3556 if (count3)
[all...]

Completed in 108 milliseconds