⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 method-20.mm

📁 Mac OS X 10.4.9 for x86 Source Code gcc 实现源代码
💻 MM
字号:
/* APPLE LOCAL file mainline *//* Test if context-sensitive "in", "out", "byref", etc., qualifiers can be   used as method selectors.  *//* Author: Ziemowit Laski <zlaski@apple.com>.  *//* { dg-do compile } */@interface Foo- (void)insertNewButtonImage:(Foo *)newButtonImage in:(Foo *)buttonCell;+ (oneway void)oneway:(int)i2 byref:(int)i3 out:(float)f4 bycopy:(float)f5;@end@implementation Foo- (void)insertNewButtonImage:(Foo *)newButtonImage in:(Foo *)buttonCell { }+ (oneway void)oneway:(int)i2 byref:(int)i3 out:(float)f4 bycopy:(float)f5 { }@end/* { dg-final { scan-assembler "insertNewButtonImage:in:" } } *//* { dg-final { scan-assembler "oneway:byref:out:bycopy:" } } */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -