代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/368348/2823078
sh generator.sh
#!/bin/bash
# $Id: generator.sh,v 2.0 2003/11/18 15:20:44 nijel Exp $
#
# Shell script that adds a new function file using a template. Should not be called directly
# but instead by template_Generator
www.eeworm.com/read/367182/2850652
h endian.h
/* s390 is big-endian */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __BIG_ENDIAN
www.eeworm.com/read/367182/2853787
h endian.h
/* i386 is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/366702/2867314
c ptrintsum1.c
// PR c++/4401
// This testcase was miscompiled on 64-bit platforms, resulting to
// operating on a[0x100000000] instead of a[0].
// { dg-do run }
// { dg-options "-O2" }
char *a;
char b[] = "AAAA";
www.eeworm.com/read/366702/2868628
c access19.c
/* PR c++/29475 The error diagnostic contained "U = U" instead of "U = char" */
/* { dg-do "compile" } */
template< class T >
class explicit_t
{
public:
explicit_t( const T& c ): value
www.eeworm.com/read/366702/2881011
c pr25682.c
/* PR c/25682 */
/* { dg-do compile } */
/* Test whether we don't ICE on questionable constructs where offsetof
should have been used instead. */
struct S
{
char a[4];
int b;
};
char c[(char
www.eeworm.com/read/361261/2947441
am makefile.am
# modules/access/vcd/Makefile.am automatically generated from modules/access/vcd/Modules.am by modules/genmf
# DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead.
basedir = access
dir = access/vc
www.eeworm.com/read/361261/2947499
am makefile.am
# modules/access/dvb/Makefile.am automatically generated from modules/access/dvb/Modules.am by modules/genmf
# DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead.
basedir = access
dir = access/dv
www.eeworm.com/read/361261/2947511
am makefile.am
# modules/access/mms/Makefile.am automatically generated from modules/access/mms/Modules.am by modules/genmf
# DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead.
basedir = access
dir = access/mm
www.eeworm.com/read/361261/2947525
am makefile.am
# modules/access/bda/Makefile.am automatically generated from modules/access/bda/Modules.am by modules/genmf
# DO NOT EDIT THIS FILE DIRECTLY! See Modules.am instead.
basedir = access
dir = access/bd