Searched refs:C3 (Results 1 - 25 of 84) sorted by relevance

1234

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dvtable2.C13 struct C3 : public virtual C2 struct in inherits:C2
15 virtual ~C3();
18 C3::~C3() {}
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dthunk1.C13 struct C3 : public virtual C2 struct in inherits:C2
15 virtual ~C3();
18 C3::~C3() {}
/haiku-buildtools/binutils/gold/testsuite/
H A Ddwp_test_1b.cc29 C3 c3;
H A Ddwp_test.h47 class C3 class
57 extern C3 c3;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Deffc3.C44 struct C3 { // { dg-warning "" "" } struct
46 C3();
47 ~C3();
48 C3& operator=(const C3&);
H A Dforward-inner.C7 class C1::C2::C3; // { dg-error "has not been declared" } member in class:C1::C2
12 class C2::C3; // { dg-error "does not name a type" } member in class:C1::C2
15 class C3;
16 class C3 { }; class in class:C1::C2
17 class C3;
20 class C2::C3; // { dg-warning "declaration 'class C1::C2::C3' does not declare anything" } member in class:C1::C2
25 class C1::C2::C3; // { dg-warning "declaration 'class C1::C2::C3' does not declare anything" } member in class:C1::C2
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Deh1.C8 class C3 { class
10 C3(const C2 &c);
15 C3 *foo(bool b, const C2 &c);
18 C3 *C4::foo(bool b, const C2 &c)
20 return new C3(b ? d().a() : c);
/haiku-buildtools/gcc/libgcc/config/rl78/
H A Drl78-divmod.h26 UINT_TYPE C3(udivmod,NAME_MODE,4) (UINT_TYPE, UINT_TYPE, word_type);
27 SINT_TYPE C3(__div,NAME_MODE,3) (SINT_TYPE, SINT_TYPE);
28 SINT_TYPE C3(__mod,NAME_MODE,3) (SINT_TYPE, SINT_TYPE);
29 UINT_TYPE C3(__udiv,NAME_MODE,3) (UINT_TYPE, UINT_TYPE);
30 UINT_TYPE C3(__umod,NAME_MODE,3) (UINT_TYPE, UINT_TYPE);
33 C3(udivmod,NAME_MODE,4) (UINT_TYPE num, UINT_TYPE den, word_type modwanted) function
59 C3(__div,NAME_MODE,3) (SINT_TYPE a, SINT_TYPE b) function
76 res = C3(udivmod,NAME_MODE,4) (a, b, 0);
85 C3(__mod,NAME_MODE,3) (SINT_TYPE a, SINT_TYPE b) function
99 res = C3(udivmo
108 C3(__udiv,NAME_MODE,3) (UINT_TYPE a, UINT_TYPE b) function
114 C3(__umod,NAME_MODE,3) (UINT_TYPE a, UINT_TYPE b) function
[all...]
H A Drl78-mul.h26 UINT_TYPE C3(__mul,NAME_MODE,3) (UINT_TYPE, UINT_TYPE);
28 C3(__mul,NAME_MODE,3) (UINT_TYPE a, UINT_TYPE b) function
/haiku-buildtools/gcc/libgcc/config/msp430/
H A Dmsp430-divmod.h26 UINT_TYPE C3(udivmod,NAME_MODE,4) (UINT_TYPE, UINT_TYPE, word_type);
27 SINT_TYPE C3(__div,NAME_MODE,3) (SINT_TYPE, SINT_TYPE);
28 SINT_TYPE C3(__mod,NAME_MODE,3) (SINT_TYPE, SINT_TYPE);
29 UINT_TYPE C3(__udiv,NAME_MODE,3) (UINT_TYPE, UINT_TYPE);
30 UINT_TYPE C3(__umod,NAME_MODE,3) (UINT_TYPE, UINT_TYPE);
33 C3(udivmod,NAME_MODE,4) (UINT_TYPE num, UINT_TYPE den, word_type modwanted) function
59 C3(__div,NAME_MODE,3) (SINT_TYPE a, SINT_TYPE b) function
76 res = C3(udivmod,NAME_MODE,4) (a, b, 0);
85 C3(__mod,NAME_MODE,3) (SINT_TYPE a, SINT_TYPE b) function
99 res = C3(udivmo
108 C3(__udiv,NAME_MODE,3) (UINT_TYPE a, UINT_TYPE b) function
114 C3(__umod,NAME_MODE,3) (UINT_TYPE a, UINT_TYPE b) function
[all...]
H A Dmsp430-mul.h26 UINT_TYPE C3(__mul,NAME_MODE,3) (UINT_TYPE, UINT_TYPE);
28 C3(__mul,NAME_MODE,3) (UINT_TYPE a, UINT_TYPE b) function
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dgeneric_actual_arg.f9025 MODULE PROCEDURE CALCULATION2, C3
31 SUBROUTINE C3(r) subroutine in module:TEST2
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/overload/
H A Dusing2.C32 void C3 (void) throw (); // { dg-message "std::C3" }
37 void C3 (void) throw (); // { dg-message "other::C3" }
59 int C3 (int) throw ();
67 using std::C3; using other::C3;
69 long C3 (long) throw ();
86 C3 (); // { dg-error "ambiguous" }
87 C3 (
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr23478.C7 struct C3 { int i; }; struct
37 C1 (const C3 &, const C3 &, const C3 &, const C3 *&);
40 C1::C1 (const C3 &, const C3 &, const C3 &, const C3 *&)
50 virtual void f1 (C2 &, long *, void *, C3
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dpr29043.C30 class C3 class
32 C3() { } function in class:C3
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dssa-sra-3.C13 class C3 class
55 void m1(C3 *c);
59 void m2(C3 *m);
62 void C1::m1 (C3 *r)
64 C3 x;
67 void C1::m2(C3 *x)
69 C3 m3;
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dlist-1.l14 [ ]*9[ ]+0001 C3 ret
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dvbase8-22.C19 class C3 class in inherits:C0,C2,C1
27 , virtual public C3
35 , virtual public C3
42 , virtual public C3
50 , virtual public C3
57 , public C3
64 , public C3
73 C3 c3;
H A Dvbase8-10.C19 class C3 class in inherits:C1,C2,C0
27 , virtual public C3
31 : public C3
39 , virtual public C3
52 , public C3
68 C3 c3;
H A Dvbase8-4.C19 class C3 class in inherits:C0,C1,C2
26 , public C3
39 , public C3
54 , public C3
59 , virtual public C3
71 C3 c3;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.abi/
H A Dvbase8-5.C19 class C3 class in inherits:C0,C2,C1
28 , virtual public C3
31 : virtual public C3
39 , virtual public C3
45 : virtual public C3
59 , public C3
62 : public C3
73 C3 c3;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/abi/
H A Dvbase8-22.h10 class C3 class in inherits:C0,C2,C1
18 , virtual public C3
26 , virtual public C3
33 , virtual public C3
41 , virtual public C3
48 , public C3
55 , public C3
H A Dvbase8-10.h10 class C3 class in inherits:C1,C2,C0
18 , virtual public C3
22 : public C3
30 , virtual public C3
43 , public C3
H A Dvbase8-4.h10 class C3 class in inherits:C0,C1,C2
17 , public C3
30 , public C3
45 , public C3
50 , virtual public C3
/haiku-buildtools/gcc/libgcc/config/avr/
H A Dlib1funcs-fixed.S396 #define C3 C2+1 define
399 ;;; (C3:C0) = (A3:A0) * (B3:B0)
412 ;; Use C2/C3 for these LSBs.
418 mul A1, B0 $ add C3, r0 $ adc C0, r1
419 mul A0, B1 $ add C3, r0 $ adc C0, r1 $ rol C1
424 sbrc C3, 7
426 0: push C3
429 ;; C2/C3 is the high part.
436 mul A0, B3 $ add C1, r0 $ adc C2, r1 $ sbc C3, C3
517 #define C3 C0+3 define
689 #define C3 C0+3 define
784 #define C3 C0+3 define
1624 #define C3 C0 + 3 define
1750 #define C3 C0 + 3 define
[all...]

Completed in 113 milliseconds

1234