代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/470693/1464260
c mi3.c
/* Another test case for over-eager multiple include optimization.
This one distilled from glibc's setlocale.c and categories.def. */
/* { dg-do compile } */
#define X a
#include "mi3.def"
#undef
www.eeworm.com/read/240162/4583172
c virtual.c
// { dg-do assemble }
// From: chw@bellcore.com (Charlie Woloszynski,MRE 2J-278,8295228,,27143)
// Newsgroups: gnu.g++.bug
// Subject: gcc-2.5.5 bug in multiple inheritance and pure virtual functions
www.eeworm.com/read/240162/4589735
h fp-struct-check.h
/* Function definitions that are used by multiple tests. */
#define CHECKS(NAME,TYPEM) \
void checkS##NAME##1 (S##NAME##1 x, TYPEM y) \
{ if (x.a != y) DEBUG_CHECK } \
void checkS##NAME##2
www.eeworm.com/read/240162/4589947
c mi3.c
/* Another test case for over-eager multiple include optimization.
This one distilled from glibc's setlocale.c and categories.def. */
/* { dg-do compile } */
#define X a
#include "mi3.def"
#undef
www.eeworm.com/read/240162/4590010
c mi3.c
/* Another test case for over-eager multiple include optimization.
This one distilled from glibc's setlocale.c and categories.def. */
/* { dg-do compile } */
#define X a
#include "mi3.def"
#undef
www.eeworm.com/read/233448/4669504
c cls_multi_ushortchar.c
/* Area: ffi_call, closure_call
Purpose: Check passing of multiple unsigned short/char values.
Limitations: none.
PR: PR13221.
Originator: 20031129 */
/* { dg-do
www.eeworm.com/read/233448/4669525
c cls_multi_ushort.c
/* Area: ffi_call, closure_call
Purpose: Check passing of multiple unsigned short values.
Limitations: none.
PR: PR13221.
Originator: 20031129 */
/* { dg-do run {
www.eeworm.com/read/233448/4669550
c cls_multi_uchar.c
/* Area: ffi_call, closure_call
Purpose: Check passing of multiple unsigned char values.
Limitations: none.
PR: PR13221.
Originator: 20031129 */
/* { dg-do run {
www.eeworm.com/read/233448/4669580
c cls_multi_schar.c
/* Area: ffi_call, closure_call
Purpose: Check passing of multiple signed char values.
Limitations: none.
PR: PR13221.
Originator: 20031129 */
/* { dg-do run { xfail
www.eeworm.com/read/233448/4675991
c virtual.c
// { dg-do assemble }
// From: chw@bellcore.com (Charlie Woloszynski,MRE 2J-278,8295228,,27143)
// Newsgroups: gnu.g++.bug
// Subject: gcc-2.5.5 bug in multiple inheritance and pure virtual functions