代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/366702/2864767
c paired-9.c
/* { dg-do compile { target powerpc-*-linux*paired* } } */
/* { dg-options "-mpaired -m32 -ffinite-math-only " } */
/* Test PowerPC PAIRED extensions. */
#include
static float out[2] __
www.eeworm.com/read/366702/2870931
c alignof.c
// { dg-do assemble }
// GROUPS passed extensions
struct bar { int bit : 1; };
void foo (int *r, bar t)
{
// doing alignof on a bit-field should be illegal
__alignof__ (t.bit);// { dg-error "" }
www.eeworm.com/read/366702/2884618
c union-cast-1.c
/* { dg-do compile } */
/* { dg-options "-std=gnu89" } */
/* A combine of two extensions to C89 are used here.
First casts to unions is used.
Second subscripting non lvalue arrays, this is in C9
www.eeworm.com/read/364001/2908403
cnf bots.cnf
vti_encoding:SR|utf8-nl
vinavbar:VW|c:\\\\Program\\ Files\\\\Common\\ Files\\\\Microsoft\\ Shared\\\\Web\\ Server\\ Extensions\\\\40\\\\bots\\\\vinavbar\\\\vinavbar.inf vinavbar E I info N c:\\\\Prog
www.eeworm.com/read/357083/3029881
h pstate.h
/* $Id: pstate.h,v 1.6 1997/06/25 07:39:45 jj Exp $ */
#ifndef _SPARC64_PSTATE_H
#define _SPARC64_PSTATE_H
/* The V9 PSTATE Register (with SpitFire extensions).
*
* --------------------------------
www.eeworm.com/read/355264/3060927
h gameservertest.h
#ifndef __GAME_SERVER_TEST_H__
#define __GAME_SERVER_TEST_H__
#include
#include
#include "Types.h"
#include "Exception.h"
#include "Test
www.eeworm.com/read/355264/3062061
h scheduletest.h
#ifndef __SCHEDULE_TEST_H__
#define __SCHEDULE_TEST_H__
#include
#include
#include "Types.h"
#include "Exception.h"
#include "TestDef.h"
www.eeworm.com/read/355264/3062064
h warsystemtest.h
#ifndef __WAR_SYSTEM_TEST_H__
#define __WAR_SYSTEM_TEST_H__
#include
#include
#include "Types.h"
#include "Exception.h"
#include "TestDe
www.eeworm.com/read/258149/4359084
cnf bots.cnf
vti_encoding:SR|utf8-nl
vinavbar:VW|c:\\\\Program\\ Files\\\\Common\\ Files\\\\Microsoft\\ Shared\\\\Web\\ Server\\ Extensions\\\\40\\\\bots\\\\vinavbar\\\\vinavbar.inf vinavbar E I info N c:\\\\Prog
www.eeworm.com/read/253244/4399249
java oldtestclassrunnertest.java
package org.junit.tests;
import static org.junit.Assert.assertEquals;
import junit.extensions.TestDecorator;
import junit.framework.JUnit4TestAdapter;
import junit.framework.TestCase;
import junit.fr