Searched refs:t1 (Results 1 - 25 of 881) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/abi/
H A Dmangle7.C3 typedef void *const t1[2]; typedef
4 float const f1(t1 (&)[79], ...) {} variable
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/abi/
H A Dmangle7.C3 typedef void *const t1[2]; typedef
4 float const f1(t1 (&)[79], ...) {} variable
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gold/testsuite/
H A Dexception_test.h26 extern bool t1();
H A Dincremental_test_2.c23 extern int t1(int);
26 if (t1(b) != 0)
H A Dstart_lib_test_1.c25 extern void t1 (void);
29 t1 (void) function
H A Dscript_test_5.cc28 t1() __attribute__ ((section (".text.foo")));
31 t1() function
41 if (t1())
H A Dprotected_2.cc28 t1() function
H A Dthin_archive_test_1.cc34 t1() function
H A Dver_test_1.cc29 t1() function
H A Dincremental_test_1.c23 extern int t1(int);
25 int t1(int b) function
H A Dprotected_main_1.cc28 extern bool t1();
34 assert(t1());
H A Drelro_test_main.cc25 extern bool t1();
31 assert(t1());
H A Dthin_archive_main.cc24 // routine, t1, defined in libthin1.a or libthin3.a, which then references
30 extern int t1();
37 assert(t1() == 0x4321);
H A Dweak_undef.h23 extern int t1();
H A Dexception_test_main.cc33 assert(t1());
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-4.c5 _Bool t1();
9 return t() && t1();
H A Dloadpre11.c7 int *t1 = t; local
8 if (*t1)
9 *t1 = 2;
10 return g(*t1);
H A Dloadpre12.c8 type *t1 = t; local
9 if ((*t1)[0])
10 (*t1)[0] = 2;
11 return g((*t1)[0]);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/tree-ssa/
H A Dphi-opt-4.c5 _Bool t1();
9 return t() && t1();
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dtimeval.c45 * Make `t1' consistent.
49 timevalfix(struct timeval *t1) argument
51 if (t1->tv_usec < 0) {
52 t1->tv_sec--;
53 t1->tv_usec += 1000000;
55 if (t1->tv_usec >= 1000000) {
56 t1->tv_sec++;
57 t1->tv_usec -= 1000000;
62 * t1 += t2
66 timevaladd(struct timeval *t1, cons argument
78 timevalsub(struct timeval *t1, const struct timeval *t2) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb48.C2 char *t1 (const char *s) function
7 char *&t1 (const char *&s) function
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb48.C2 char *t1 (const char *s) function
7 char *&t1 (const char *&s) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/20_util/tuple/comparison_operators/
H A D35480.cc28 std::tuple<int> t1( 1 );
30 if ( t1 < t2 ) {} // { dg-error "here" }
31 if ( t1 == t2 ) {} // { dg-error "here" }
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/execute/
H A D931002-1.c13 void t1 () function
20 t1 ();
23 t1 ();
24 t1 ();
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A Drecip-divf.c5 float t1(float a, float b) function

Completed in 203 milliseconds

1234567891011>>