代码搜索:Because
找到约 10,000 项符合「Because」的源代码
代码结果 10,000
www.eeworm.com/read/190666/5172670
c null1.c
// PR c++/5453: Test that we don't assume that the pointer target of a
// reference is non-null just because we know the reference isn't.
// { dg-do run }
struct V { };
struct A: virtual public V {
www.eeworm.com/read/190666/5172797
c dg-11.c
/* Test the tester. */
/* { dg-prms-id 42 } */
/* { dg-do run { target sparc-sun-solaris2* } } */
/* The \n is left out of the pattern because tcl's exec will remove it. */
/* { dg-output {Hello wor
www.eeworm.com/read/190666/5174702
c asm-extn1.c
// Build don't link:
// Special g++ Options: -S
// GROUPS passed asm-extension
// Skip if not target: sparc-sun-*
// This used to crash because c_expand_asm_keyword didn't know what to
// do with thi
www.eeworm.com/read/190666/5178046
c 20020129-1.c
/* This testcase failed at -O2 on IA-64, because scheduling did not take
into account conditional execution when using cselib for alias
analysis. */
struct D { int d1; struct D *d2; };
struct
www.eeworm.com/read/190666/5179495
c i386-sse-3.c
/* { dg-do compile { target i?86-*-* x86_64-*-* } } */
/* { dg-options "-O2 -msse" } */
/* Test that the intrinsics compile with optimization. These were not
tested in i386-sse-[12].c because the
www.eeworm.com/read/180137/5289250
sum mif.sum
#!/bin/sh
# MIF.sum
#
# D. Wessels 3/13/95
tmp=$TMPDIR/rbow$$
# Note, we have to do bizarre redirections because
# rbmaker prints a heading to stdout which confuses
# essence. We could redirect ev
www.eeworm.com/read/179911/5298603
h ipcbuf.h
#ifndef __i386_IPCBUF_H__
#define __i386_IPCBUF_H__
/*
* The ipc64_perm structure for i386 architecture.
* Note extra padding because this structure is passed back and forth
* between kernel and u
www.eeworm.com/read/173141/5379795
out unicodeescape_jp.out
ij> drop table jtest;
ERROR 42Y55: 'DROP TABLE' cannot be performed on 'JTEST' because it does not exist.
ij> create table jtest(jint integer, jtime time, jvarchar varchar(255));
0 rows inserted/updat
www.eeworm.com/read/171026/5400706
h recv.h
#include "stdafx.h"
#define FRAME_LEN 1472 //=32*46
#define DATA_LEN FRAME_LEN
#define MEMBLOCK_LEN 1024 //must
www.eeworm.com/read/171026/5400738
h sender.h
#include "stdafx.h"
#define FRAME_LEN 1472 //=32*46
#define DATA_LEN FRAME_LEN
#define MEMBLOCK_LEN 1024 //must