代码搜索:Multiple

找到约 9,501 项符合「Multiple」的源代码

代码结果 9,501
www.eeworm.com/read/366702/2871656

c 900519_13.c

// { dg-do assemble } // g++ 1.37.1 bug 900519_13 // If multiple inheritance creates a situation in which a given name is // inherited from more than one base class, and if the inherited declaration
www.eeworm.com/read/366702/2872435

mm method-13.mm

/* Check if finding multiple signatures for a method is handled gracefully. Author: Ziemowit Laski */ /* { dg-options "-Wstrict-selector-match" } */ /* { dg-do compile } */ #inc
www.eeworm.com/read/366702/2872439

mm method-15.mm

/* Check if finding multiple signatures for a method is handled gracefully when method lookup succeeds (see also method-7.m). */ /* Contributed by Ziemowit Laski */ /* { dg-option
www.eeworm.com/read/366702/2872891

m method-9.m

/* Check if finding multiple signatures for a method is handled gracefully when method lookup succeeds (see also method-7.m). */ /* Contributed by Ziemowit Laski */ /* { dg-do
www.eeworm.com/read/366702/2877124

f03 binding_label_tests_15.f03

! { dg-do compile } ! Verify that an error is correctly reported if multiple identifiers are given ! with a bind(c) statement that has a NAME= specifier. module m use iso_c_binding implicit none
www.eeworm.com/read/366702/2879418

c 20031227-1.c

/* PR opt/13159 -- test unswitching a loop multiple times. */ void foo (void) { long j, k, p, g; while (p) { while (k < 0 && j < 0) ; if (g) ; else if (g) ; }
www.eeworm.com/read/366702/2882788

c redecl-1.c

/* Test for multiple declarations and composite types. As in bug 13801. Test no problems in debug information generation. */ /* Origin: Joseph Myers */ /* { dg-do compile
www.eeworm.com/read/366702/2882834

c redecl-2.c

/* Test for multiple declarations and composite types. As in bug 13801. Illustrates how bug causes correct code to be wrongly diagnosed. Debug test: avoid ICE. */ /* Origin: Joseph Myers
www.eeworm.com/read/366702/2884477

c multattr-2.c

/* Test for multiple format attributes. Test for printf and scanf attributes together, in different places on the declarations. */ /* Origin: Joseph Myers */ /* { dg-do compile
www.eeworm.com/read/363719/2913518

java synchbanktest.java

/** @version 1.30 2004-08-01 @author Cay Horstmann */ import java.util.concurrent.locks.*; /** This program shows how multiple threads can safely access a data structure. */ publ