代码搜索:Multiple

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

代码结果 9,501
www.eeworm.com/read/235335/4651688

php testgenid.php

www.eeworm.com/read/233448/4669546

c closure_fn3.c

/* Area: closure_call Purpose: Check multiple values passing from different type. Also, exceed the limit of gpr and fpr registers on PowerPC Darwin. Limitations: none. PR: none. Origi
www.eeworm.com/read/233448/4669552

c closure_fn1.c

/* Area: closure_call. Purpose: Check multiple values passing from different type. Also, exceed the limit of gpr and fpr registers on PowerPC Darwin. Limitations: none. PR: none. Orig
www.eeworm.com/read/233448/4669562

c closure_fn2.c

/* Area: closure_call Purpose: Check multiple values passing from different type. Also, exceed the limit of gpr and fpr registers on PowerPC Darwin. Limitations: none. PR: none. Origi
www.eeworm.com/read/233448/4669579

c closure_fn0.c

/* Area: closure_call Purpose: Check multiple values passing from different type. Also, exceed the limit of gpr and fpr registers on PowerPC Darwin. Limitations: none. PR: none. Origi
www.eeworm.com/read/233448/4673219

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/233448/4673455

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/233448/4684105

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/233448/4684283

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/233448/4684750

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