代码搜索:Method

找到约 10,000 项符合「Method」的源代码

代码结果 10,000
www.eeworm.com/read/233448/4676341

mm method-11.mm

/* APPLE LOCAL file mainline */ /* Check if class references (generated for the NeXT runtime) are appropriately folded. This test is safe to run on all targets. */ /* Author: Ziemowit Laski
www.eeworm.com/read/233448/4676347

mm method-10.mm

/* APPLE LOCAL file mainline */ /* Test for sending messages to aliased classes (and instances thereof). */ /* Author: Ziemowit Laski . */ /* { dg-options "-lobjc" } */ /* { dg-do
www.eeworm.com/read/233448/4676348

mm method-1.mm

/* APPLE LOCAL file mainline */ /* Test whether casting 'id' to a specific class removes method lookup ambiguity. */ /* Author: Ziemowit Laski . */ /* { dg-do compile } */ #inc
www.eeworm.com/read/233448/4676379

mm method-8.mm

/* APPLE LOCAL file mainline */ /* Tests of duplication. */ /* { dg-do compile } */ @interface class1 - (int) meth1; - (void) meth1; /* { dg-error "duplicate declaration of method .\\-meth1." } */
www.eeworm.com/read/233448/4676380

mm method-23.mm

/* APPLE LOCAL file 4209854 */ /* Check if array and function parameters get decayed to pointers as they should. */ /* { dg-do run } */ /* { dg-options "-O2" } */ #include #includ
www.eeworm.com/read/233448/4676398

mm method-4.mm

/* APPLE LOCAL file mainline */ /* Warn about "slightly" mismatched method signatures if -Wstrict-selector-match is on. */ /* { dg-do compile } */ /* { dg-options "-Wstrict-selector-match" } */
www.eeworm.com/read/233448/4676402

mm method-22.mm

/* APPLE LOCAL file 4175534 */ /* Ensure that overload resolution does not produce warnings as side-effects. */ /* { dg-do run } */ #include #include #define CHECK_IF(
www.eeworm.com/read/233448/4676404

mm method-20.mm

/* APPLE LOCAL file mainline */ /* Test if context-sensitive "in", "out", "byref", etc., qualifiers can be used as method selectors. */ /* Author: Ziemowit Laski . */ /* { dg-do
www.eeworm.com/read/233448/4676420

mm method-3.mm

/* APPLE LOCAL file mainline */ /* Do not warn about "slightly" mismatched method signatures if -Wstrict-selector-match is off. */ /* { dg-do compile } */ /* { dg-options "-Wno-strict-selector-ma
www.eeworm.com/read/233448/4676424

mm method-13.mm

/* APPLE LOCAL file mainline */ /* Check if finding multiple signatures for a method is handled gracefully. Author: Ziemowit Laski */ /* { dg-do compile } */ #include