Searched refs:same (Results 1 - 25 of 414) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/obj-c++.dg/property/
H A Ddotsyntax-6.mm28 - (MyRootClass *)same;
46 - (MyRootClass *)same
70 object.same.count = 1000;
71 if (object.same.count != 1000)
75 object.same.next = object;
76 if (object.same.next != object)
80 if (object.next.next.same.same.next.next.same != object)
90 MyRootClass.sharedInstance.same
[all...]
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/property/
H A Ddotsyntax-6.m28 - (MyRootClass *)same;
46 - (MyRootClass *)same
70 object.same.count = 1000;
71 if (object.same.count != 1000)
75 object.same.next = object;
76 if (object.same.next != object)
80 if (object.next.next.same.same.next.next.same != object)
90 MyRootClass.sharedInstance.same
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dnon-dependent2.C11 static bool const same = true; local
12 X<same>::execute<int> (0);
H A Dnon-dependent3.C11 static bool const same = true; local
12 X<same>::execute ((int*)0);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dpure_dummy_length_1.f909 string, ignore_case) result(same)
12 integer(4) :: same local in function:equals
14 same = 1
22 pure function purity(self, string, ignore_case) result(same)
H A Darray_temporaries_3.f903 ! for the temporary coming from the call to 'same'.
17 function same(xx) result(yy) function in module:bar
21 end function same
23 c = trim_append(["a"],same(["b"])) ! The problem occurred here
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp1y/
H A Dvar-templ17.C1 // DR 1727: a specialization doesn't need to have the same type
7 template<class T, class U> struct same;
8 template<class T> struct same<T,T> {}; struct
9 same<void*,decltype(t<int>)> s;
H A Dvar-templ18.C1 // DR 1727: a specialization doesn't need to have the same type
7 template<class T, class U> struct same;
8 template<class T> struct same<T,T> {}; struct
9 same<int,decltype(t<void*>)> s;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dalias-decl-38.C5 struct same { static const bool value = false; }; struct
7 struct same<T, T> { static const bool value = true; }; struct
23 static_assert(same<apply<map, int>::type, int>::value, "");
24 static_assert(same<apply<mapc, int>::type, const int>::value, "");
25 static_assert(same<apply<mapv, int>::type, volatile int>::value, "");
26 static_assert(same<apply<mapcv, int>::type, const volatile int>::value, "");
28 static_assert(same<applyc<map, int>::type, const int>::value, "");
29 static_assert(same<applyc<mapc, int>::type, const int>::value, "");
30 static_assert(same<applyc<mapv, int>::type, const volatile int>::value, "");
31 static_assert(same<apply
[all...]
H A Dalias-decl-dr1286.C4 template <class T, class U> struct same;
5 template <class T> struct same<T,T> {}; struct
13 same<C<A>, C<B> > s;
H A Dalias-decl-6.C5 template <class T, class U> struct same;
6 template <class T> struct same<T,T> {}; struct
12 same<A<Ptr>::X<int>,int*> s;
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Ddest-unpredictable.l2 [^:]*:6: Error: registers may not be the same -- `mrrc p0,#1,r1,r1,c4'
3 [^:]*:7: Error: registers may not be the same -- `mrrc2 p0,#1,r1,r1,c4'
4 [^:]*:20: Error: registers may not be the same -- `mrrc p0,#1,r1,r1,c4'
5 [^:]*:21: Error: registers may not be the same -- `mrrc2 p0,#1,r1,r1,c4'
H A Dldrd-unpredictable.l4 [^:]*:8: Warning: source register same as write-back base
6 [^:]*:13: Warning: source register same as write-back base
H A Dldr-bad.l2 [^:]*:5: Warning: destination register same as write-back base
5 [^:]*:15: Warning: destination register same as write-back base
8 [^:]*:22: Warning: source register same as write-back base
10 [^:]*:26: Warning: source register same as write-back base
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dresource-func-unit-1.d1 #name: C6X parallel instructions on same functional unit
H A Dresource-func-unit-2.d1 #name: C6X parallel instructions on same functional unit, multiple sections
H A Dparallel-bad-1.l4 [^:]*:10: Error: multiple '||' on same line
7 [^:]*:16: Error: multiple '||' on same line
9 [^:]*:18: Error: multiple '||' on same line
11 [^:]*:20: Error: multiple '||' on same line
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dbpo-8.s1 # A BPO and an ordinary reloc in the same section.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dbpo-8.s1 # A BPO and an ordinary reloc in the same section.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dint128-4.C6 template <class T, class U> struct same;
7 template <class T> struct same<T,T> { }; struct
8 #define assert_same(T,U) (same<T,U>())
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr49706-2.c14 same (int a, int b) function
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dgroup1b.d2 #name: group section with multiple sections of same name
/haiku-buildtools/binutils/gas/testsuite/gas/i386/ilp32/elf/
H A Dgroup1b.d3 #name: group section with multiple sections of same name
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/elf/
H A Dgroup1b.d2 #name: group section with multiple sections of same name
H A Dsection4.d2 #name: label arithmetic with multiple same-name sections

Completed in 131 milliseconds

1234567891011>>