代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/368386/2817196
makefile
#
# Makefile for Parallel port IDE device drivers.
#
# 7 October 2000, Bartlomiej Zolnierkiewicz
# Rewritten to use lists instead of if-statements.
#
L_TARGET := paride.a
export-
www.eeworm.com/read/367182/2851478
h endian.h
/* Alpha is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/366702/2869461
c lookup17.c
// { dg-do run }
// Bug: t->B is resolved to the type instead of the field.
struct A {
struct B { } *B;
int i, j, k, l, m;
};
struct A a;
int
main ()
{
void *p = a.B;
}
www.eeworm.com/read/366702/2870982
c union1.c
// { dg-do run }
// GROUPS passed unions
// This is fixed by finish_anon_union doing a string_cst_equal check on
// the DECL_SIZE of the decls, instead of comparing the DECL_SIZE nodes.
// The compi
www.eeworm.com/read/366702/2876317
f90 forall_3.f90
! the problem here was that we had forgot to call
! fold_convert in gfc_trans_pointer_assign_need_temp
! so that we got a pointer to char instead of a
! pointer to an array
! we really don't need a t
www.eeworm.com/read/366702/2876451
f90 char_component_initializer_1.f90
! { dg-do run }
! Check the fix for PR31487 in which the derived type default initializer
! would be padded out with nulls instead of spaces.
!
! Reported by Harald Anlauf
!
program gf
www.eeworm.com/read/366702/2877444
f90 namelist_22.f90
!{ dg-do run }
! Tests filling arrays from a namelist read when object list is not complete.
! This is the same as namelist_21.f90 except using spaces as seperators instead
! of commas. Developed from
www.eeworm.com/read/366702/2880301
c 20030921-1.c
/* PR 12281 The darwin back-end was causing the function
f is not being emitted. TREE_SYMBOL_REFERENCED was being set
instead of calling mark_referenced. */
static void f(void);
void g(void
www.eeworm.com/read/366702/2883740
c cast-qual-1.c
/* Incorrect `cast discards `const'' warnings. There should be warnings
in bad_cast and bad_assign; bad_assign gets the correct warning, but
good_cast may get the warning instead of bad_cast.
www.eeworm.com/read/366696/2884989
tcl icon.tcl
# icon.tcl --
#
# This demonstration script creates a toplevel window containing
# buttons that display bitmaps instead of text.
#
# RCS: @(#) $Id: icon.tcl,v 1.2 1998/09/14 18:23:28 stanton Exp $
if