?? method-14.m
字號:
/* 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 + -