用于进行gcc测试
源代码在线查看: method-2.mm
/* Test if prior method lookup at method @implementation time is not overly aggressive, leading to methods being found in other classes. */ /* Author: Ziemowit Laski . */ /* { dg-do compile } */ #include @class NSString; @protocol NSMenuItem + (void)setUsesUserKeyEquivalents:(BOOL)flag; + (BOOL)usesUserKeyEquivalents; @end @interface NSMenuItem : Object { @private id _menu; } @end @interface NSResponder : Object { id _nextResponder; } @end @interface Object(NSMenuValidation) - (BOOL)validateMenuItem:(id )menuItem; @end @interface NSResponder (NSStandardKeyBindingMethods) - (void)insertText:(id)insertString; - (void)doCommandBySelector:(SEL)aSelector; @end @interface NSView : NSResponder { id _superview; id _subviews; } @end @interface SKTGraphicView : NSView { @private float _gridSpacing; } @end @implementation SKTGraphicView - (BOOL)validateMenuItem:(NSMenuItem *)item { return (BOOL)1; } - (void)insertText:(NSString *)str { } @end
|
相关资源 |
|
-
用于进行gcc测试
-
一份教辅软件 可用于进行apm的测试
对apm的提高有很大帮助
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于AIC功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于CAN功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于PMC功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于PWM功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于RII功能测试
-
AT91SAM7X系ARM系统开发功能测试程序,如果你着手用AT91SAM来进行系统开发,这是确实是个很好的资料,有了他,会助你一臂之力.本源码是ADS1.2下的源码,用于SPI功能测试
|