代码搜索:Multiple

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

代码结果 9,501
www.eeworm.com/read/376006/2717782

pgc test2.pgc

/* * this file tests multiple connections to databases and switches * between them. */ #include #include #include #include exec sql include ../regressio
www.eeworm.com/read/370177/2787150

tex rendezvous_8h.tex

\hypertarget{rendezvous_8h}{ \subsection{rendezvous.h File Reference} \label{rendezvous_8h}\index{rendezvous.h@{rendezvous.h}} } \subsubsection{Detailed Description} This interface enables multiple
www.eeworm.com/read/367182/2850193

h smp.h

/* Determine whether the host has multiple processors. SH version. Copyright (C) 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free softwa
www.eeworm.com/read/366702/2869277

c union4.c

// { dg-do assemble } // { dg-options "" } // Origin: Mark Mitchell union A { int i; int j; A () : i (3), j (2) {} // { dg-error "" } multiple initializations }; unio
www.eeworm.com/read/366702/2869513

c overload7.c

// { dg-do run } // Check that object call works when there are multiple conversion ops // returning the same type. typedef int (*pfn)(); int zero () { return 0; } int one () { return 1; } int two
www.eeworm.com/read/366702/2872592

ads constructor.ads

-- { dg-do compile } package constructor is type R (Name_Length : Natural) is record Name : Wide_String (1..Name_Length); Multiple : Boolean; end record; Null_Params : co
www.eeworm.com/read/366702/2881178

c redecl-10.c

/* Test for multiple declarations and composite types. Check we don't ICE with nested initializers. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "
www.eeworm.com/read/366702/2881407

c redecl-3.c

/* Test for multiple declarations and composite types. Includes bug 13801. */ /* Origin: Joseph Myers */ /* { dg-do compile } */ /* { dg-options "-g" } */ typedef int IA[]
www.eeworm.com/read/366702/2881970

h small-struct-defs.h

/* Type definitions that are used by multiple tests. */ typedef struct { char c; } Sc; typedef struct { short s; } Ss; typedef struct { int i; } Si; typedef struct { short s; char c; } Ssc; typedef
www.eeworm.com/read/366702/2881980

h fp2-struct-defs.h

/* Type definitions that are used by multiple tests. */ typedef struct { float f; double d; } Sfd; typedef struct { float f; long double l; } Sfl; typedef struct { double d; float f; } Sdf; typedef