Searched refs:Tc (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.pt/
H A Ddefarg10.C6 template<class M, class T = A, class C> class Tc {}; // { dg-error "" } no defarg class
10 Tc<int> oops; // { dg-error "" } using template
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.pt/
H A Ddefarg10.C6 template<class M, class T = A, class C> class Tc {}; // { dg-error "" } no defarg class
10 Tc<int> oops; // { dg-error "" } using template
/netbsd-6-1-5-RELEASE/sys/arch/emips/stand/common/
H A Dclock.c42 struct _Tc *Tc = (struct _Tc *)TIMER_DEFAULT_ADDRESS; local
48 Tc->Control = TCCT_ENABLE;
52 now = Tc->FreeRunning;
/netbsd-6-1-5-RELEASE/sys/arch/emips/ebus/
H A Dclock_ebus.c279 struct _Tc *Tc = sc->sc_dp; local
281 return (u_int)Tc->FreeRunning; /* NB: chops to 32bits */

Completed in 110 milliseconds