Home
last modified time | relevance | path

Searched defs:Test (Results 1 – 25 of 123) sorted by relevance

12345

/minix/common/dist/zlib/contrib/ada/
H A Dtest.adb25 procedure Test is subprogram
58 File_In : File_Type;
59 File_Out : File_Type;
60 File_Back : File_Type;
67 procedure Generate_File;
71 procedure Compare_Streams
79 procedure Copy_Streams
85 procedure Data_In
97 procedure Stamp;
162 procedure Copy_Streams
[all …]
/minix/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dblock.cpp7 struct Test struct
10 Test(Test&c) { func((void*)this); } in Test() argument
11 Test() { func((void*)this); } in Test() function
H A Ddebug-info-dup-fwd-decl.cpp3 class Test class
6 Test () : reserved (new data()) {} in Test() function in Test
H A Ddebug-info-enum-class.cpp18 template <typename T> struct Test { struct
19 enum class Tag {
22 Test() { in Test() function
25 Tag tag() const { return static_cast<Tag>(1); } in tag()
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dwarn-new-overaligned.cpp4 struct Test { struct
15 …new Test; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the defaul… in helper()
21 class Test { class
34 struct Test { struct
50 …new Test[10]; // expected-warning {{type 'test3::Test' requires 256 bytes of alignment and the de… in helper()
55 struct Test { struct
70 …new Test; // expected-warning {{type 'test4::Test' requires 256 bytes of alignment and the defaul… in helper()
H A DPR11358.cpp12 struct Test { struct
13 typedef container<T> Container;
14 void test() { in test()
17 Container c;
44 struct Test { struct
45 typedef container<T> Container;
46 void test() { in test()
49 Container c;
H A Dwarn-new-overaligned-2.cpp10 struct Test { struct
20 Test t; in helper() argument
H A Dconversion-incomplete-type.cpp8 struct Test { struct
16 struct TestStatic { argument
H A Dwarn-new-overaligned-3.cpp8 struct Test { struct
19 …new Test; // expected-warning {{type 'test1::Test' requires 256 bytes of alignment and the defaul… in helper()
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A D2002-03-12-ArrayInitialization.c15 struct Test { int X; double Y; }; argument
H A D2002-02-17-ArgumentAddress.c13 struct Test { short X, x; int Y, Z; }; argument
/minix/external/bsd/llvm/dist/clang/test/Misc/
H A Dast-dump-lookups.cpp5 namespace Test { namespace
10 namespace Test { } namespace
/minix/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dcrash.mm11 @interface Test : NSObject interface
14 @implementation Test implementation in Ts
/minix/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Dattr-minsize.m3 @interface Test interface
7 @implementation Test implementation
H A Dmangle-blocks.m6 @interface Test interface
10 @implementation Test implementation
H A Dobjc2-strong-cast-block-import.m4 @interface Test { interface
13 @implementation Test implementation
H A Dattr-callconv.m3 @interface Test interface
7 @implementation Test implementation
H A Divar-layout-array0-struct.m15 @interface Test : NSObject { interface
21 @implementation Test @end implementation
H A Dstret-1.m8 @interface Test @end interface
10 @implementation Test implementation
H A Dclass-getter-dotsyntax.m3 @interface Test { } interface
8 @implementation Test implementation
/minix/external/bsd/llvm/dist/clang/test/Sema/
H A Dcompound-literal.c19 typedef struct Test {int a;int b;} Test; argument
/minix/external/bsd/llvm/dist/clang/test/CoverageMapping/
H A Dnestedclass.cpp6 struct Test { // CHECK-OUTER: emitTest struct
7 …void emitTest() { // CHECK-OUTER: File 0, [[@LINE]]:19 -> [[@LINE+2]]:4 = #0 (HasCodeB… in emitTest() argument
10 struct Test2 { // CHECK-INNER: emitTest2 argument
/minix/external/bsd/llvm/dist/clang/test/Rewriter/
H A Drewrite-block-argument.m7 @interface Test { interface
11 @implementation Test implementation
H A Dobjc-modern-property-attributes.mm48 @interface Test @end interface
49 @interface Test (Category) interface in Category
53 @implementation Test (Category) implementation in Category
/minix/tests/lib/csu/
H A Dh_initfini_common.cxx9 class Test { class
11 Test() in Test() function in Test

12345