代码搜索:Multiple
找到约 9,501 项符合「Multiple」的源代码
代码结果 9,501
www.eeworm.com/read/367182/2850318
h smp.h
/* Determine whether the host has multiple processors. Linux version.
Copyright (C) 1996, 2002, 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C L
www.eeworm.com/read/367182/2850371
h smp.h
/* Determine whether the host has multiple processors. Linux version.
Copyright (C) 1996, 2002, 2004, 2006 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C L
www.eeworm.com/read/366702/2867082
c diag-5.c
// PR c++/30536
// Invalid __thread specifiers.
// { dg-require-effective-target tls_native }
struct A { __thread register int i; }; // { dg-error "multiple storage classes|storage class specified" }
www.eeworm.com/read/366702/2870987
c code-gen3.c
// { dg-do run }
// GROUPS passed code-generation
// Check that passing things which are not a multiple of
// 4 bytes in size doesn't mess up other subsequent parameters.
extern "C" int printf (cons
www.eeworm.com/read/366702/2876663
f90 open_status_3.f90
! { dg-do run }
! PR27704 Incorrect runtime error on multiple OPEN.
! Test case contribyted by Jerry DeLisle
OPEN(8, FORM = 'unformatted', STATUS = 'scratch')
OPE
www.eeworm.com/read/366702/2881630
c pr27363.c
/* PR27363. CSE was breaking on the arm store multiple insn used for
structure copies. */
/* { dg-do run } */
/* { dg-options "-Os" } */
extern void abort (void);
struct snd_mask {
unsigned
www.eeworm.com/read/366702/2882789
c redecl-3.c
/* Test for multiple declarations and composite types. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "" } */
int y[];
void
g (void)
{
extern int y[1
www.eeworm.com/read/366702/2884014
def mi3.def
/* Another test case for over-eager multiple include optimization.
This one distilled from glibc's setlocale.c and categories.def.
The #ifdef block doesn't cover the entire file, so it must
www.eeworm.com/read/366702/2884131
def mi3.def
/* Another test case for over-eager multiple include optimization.
This one distilled from glibc's setlocale.c and categories.def.
The #ifdef block doesn't cover the entire file, so it must
www.eeworm.com/read/366702/2884676
c redecl-4.c
/* Test for multiple declarations and composite types, with built-in
functions. */
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=c89 -Wformat -g"