代码搜索:Objective-C

找到约 134 项符合「Objective-C」的源代码

代码结果 134
www.eeworm.com/read/123658/14618934

def objc-tree.def

/* This file contains the definitions and documentation for the additional tree codes used in the Objective C front end (see tree.def for the standard codes). Copyright (C) 1990 Free Software
www.eeworm.com/read/158865/5594310

def objc-tree.def

/* This file contains the definitions and documentation for the additional tree codes used in the Objective C front end (see tree.def for the standard codes). Copyright (C) 1990, 1997 Free So
www.eeworm.com/read/162614/5522736

mm basic.mm

// A basic sanity check for Objective-C++. // { dg-do run } #include #include @interface Greeter : Object - (void) greet: (const char *)msg; @end @implementation Greeter
www.eeworm.com/read/162614/5522761

mm method-14.mm

/* Check if casting the receiver type causes method lookup to succeed. This was broken in Objective-C++. */ /* Contributed by Ziemowit Laski */ /* { dg-do compile } */ @inter
www.eeworm.com/read/162614/5522796

mm cxx-class-1.mm

/* Test that Objective-C++ is able to chew through a simple C++ class hierarchy. This was broken in earlier ObjC++ incarnations. */ struct foo { foo(void *a) {}; }; struct bar : foo { bar()
www.eeworm.com/read/162614/5522858

m method-8.m

/* Check if casting the receiver type causes method lookup to succeed. This was broken in Objective-C++. */ /* Contributed by Ziemowit Laski */ /* { dg-do compile } */ @inter
www.eeworm.com/read/195453/8154435

html oo_objective_c.html

www.eeworm.com/read/152557/12105703

html objective-c.html

Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/152557/12106080

html compatibility_alias.html

Using the GNU Compiler Collection (GCC)
www.eeworm.com/read/162614/5522894

m static-1.m

/* Test out static (non-heap) allocations of ObjC class instances. These should elicit errors. */ /* Developed by Ziemowit Laski . */ /* { dg-do compile } */ @interface Object