Searched refs:Test (Results 1 - 25 of 1771) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dextern-C-1.C8 extern "C" struct Test struct
/haiku-buildtools/binutils/gas/testsuite/gas/i860/
H A Ddual01.s0 # Test fnop's dual bit (all other floating point operations have their dual
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Dasi.s0 # Test asi's.
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/i860/
H A Ddual01.s0 # Test fnop's dual bit (all other floating point operations have their dual
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sparc/
H A Dasi.s0 # Test asi's.
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dinterface1.h3 struct Test { struct
7 inline void Test::f() {
H A Dinterface1-a.cc1 struct Test { struct
5 Test t;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/overload/
H A Dpmf3.C3 class Test class
6 Test();
7 ~Test();
12 bool fool(bool (Test::* const *fms)(void));
17 Test::Test() function in class:Test
21 Test::~Test()
25 bool Test::fool(bool (Test
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dtypedef1.C5 } Test; typedef in typeref:struct:__anon1304
7 static void foo(Test);
9 static void foo(Test t)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dweak5.C5 class Test { class
7 Test() __attribute__((weak));
11 Test test;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A DWtrigraphs-2.c4 /* Test warnings for trigraphs in comments, with trigraphs enabled.
7 /* { dg-bogus "converted" } Test ??< ??= a few ??/ random things in
14 Test
H A DWtrigraphs.c4 /* Test we don't double warn for trigraphs immediately after preceding
11 /* Test we warn of escaped newlines only in comments. Source Neil
14 /* { dg-bogus "ignored" } Test ??< ??= a few ??/ random things in
21 Test
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Dwarn_unused.C4 struct __attribute__((warn_unused)) Test struct
6 Test();
7 ~Test();
18 Test unused; // { dg-warning "unused variable" }
19 Test used; // { dg-bogus "unused variable" }
H A Dpr36954.C5 template<class C> void Test() function
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Derror2.C5 class Test { class
7 Test(const RT& c = RT()) {} // { dg-error "reference to void" } function in class:Test
12 Test<void> c; // { dg-message "required" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dpr66857.C6 struct Test struct
8 Test (const int &rhs) function in struct:Test
18 Test test = i;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dbitfield2.C4 struct Test struct
6 Test() function in struct:Test
15 Test<0> T;
H A Dstatic5.C8 struct Test { struct
17 void foo<Test::fun> ();
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A D24k-branch-delay-1.s0 # Test that we don't move store into delay slots
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Ddot.C7 class Test class
11 Test(char c) : ch(c) {} function in class:Test
17 Test *p = new Test('x');
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/
H A Dvolatile-1.m0 /* Test for proper handling of volatile parameters in ObjC methods. */
6 @interface Test
10 @implementation Test
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Dexception1.C12 class Test { class in namespace:ns
14 inline Test() throw( Exception );
15 inline Test(int n ) throw( Exception );
23 ns::Test::Test() throw( Exception ) : i( 1 ) function in class:ns::Test
27 ns::Test::Test( int n ) throw( Exception ) : i( n ) function in class:ns::Test
32 ns::Test test;
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dstructure_constructor_12.f907 type :: Test type
12 class(Test), allocatable :: test(:)
14 print *, TestReference([Test(99), Test(199)]) ! { dg-error "Data transfer element at .1. cannot have ALLOCATABLE components unless it is processed by a defined input/output procedure" }
/haiku-buildtools/binutils/gas/testsuite/gas/i386/
H A Dnommx-2.s0 # Test -march=...+nommx
H A Dnoavx-2.s0 # Test -march=+noavx

Completed in 218 milliseconds

1234567891011>>