Home
last modified time | relevance | path

Searched defs:Test8 (Results 1 – 23 of 23) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/CodeGenCXX/
H A Dmangle-unnamed.cpp76 template <class T> struct Test8 { struct
78 Test8(type t) {} // tested later in Test8() argument
H A Dunknown-anytype.cpp78 struct Test8 { struct
H A Dskip-vtable-pointer-initialization.cpp164 namespace Test8 { namespace
H A Dclass-layout.cpp96 namespace Test8 { namespace
H A Ddevirtualize-virtual-function-calls-final.cpp155 namespace Test8 { namespace
H A Dthunks.cpp220 namespace Test8 { namespace
H A Dmicrosoft-abi-vtables-virtual-inheritance.cpp224 namespace Test8 { namespace
H A Dvtable-layout.cpp425 namespace Test8 { namespace
H A Dvisibility.cpp244 namespace Test8 { namespace
H A Dmicrosoft-abi-vbtables.cpp128 namespace Test8 { namespace
/minix3/external/bsd/llvm/dist/clang/test/CodeGenObjC/
H A Darc-blocks.m278 @interface Test8 @end interface
279 @implementation Test8 implementation
H A Darc-captured-32bit-block-var-layout.m356 void Test8() { function
H A Darc-captured-block-var-layout.m355 void Test8() { function
/minix3/external/bsd/llvm/dist/clang/test/SemaObjC/
H A Ddefault-synthesize-2.m119 @interface Test8 interface
128 @implementation Test8 @end // expected-warning {{autosynthesized property 'y' will use instance va… implementation
H A Dobjcbridge-attribute.m121 void Test8(CFMyPersonalErrorRef cf) { function
H A Dobjcbridge-attribute-arc.m192 void Test8(CFMyPersonalErrorRef cf) { function
H A Darc.m157 @interface Test8 : Test8_super interface
204 @implementation Test8 implementation
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dattr-weak.cpp38 class __attribute__((weak)) Test8 {}; // OK class
H A Dempty-class-layout.cpp160 namespace Test8 { namespace
/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dobjcbridge-attribute-arc.mm179 void Test8(CFMyPersonalErrorRef cf) { function
H A Dobjcbridge-attribute.mm179 void Test8(CFMyPersonalErrorRef cf) { function
/minix3/external/bsd/llvm/dist/clang/test/Sema/
H A Dblock-return.c139 enum Test8 { T8_a, T8_b, T8_c }; enum
/minix3/external/bsd/llvm/dist/clang/test/ARCMT/
H A Dchecking.m194 @interface Test8 : Test8_super interface
238 @implementation Test8 implementation