代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/470693/1463836
c vla-2.c
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
/* These are crash tests related to PR middle-end/6994; see also
g++.dg/ext/vla1.C. Note that at present A and C cannot be inlined. */
www.eeworm.com/read/243634/4519608
c xlocale.c
/* File: xlocale.c */
#include
#include
#include
int main(int argc, char **argv)
{
if((setlocale(LC_ALL, "")) == NULL){
printf("cannot set locale\n");
www.eeworm.com/read/240162/4583214
c pmf3.c
// { dg-do assemble }
// From: enewton@uunet.uu.NET
// Subject: g++ 2.5.8: cannot cast member function pointers
// Date: 27 Jan 1994 01:22:56 -0500
struct A {
void f(char);
void g(int);
};
typede
www.eeworm.com/read/234134/4662034
err ml.err
FATAL
cannot open file
I/O error closing file
I/O error writing file
I/O error reading file
out of far memory
assembler limit : macro parameter name table full
invalid command-line option
nest
www.eeworm.com/read/233448/4676033
c pmf3.c
// { dg-do assemble }
// From: enewton@uunet.uu.NET
// Subject: g++ 2.5.8: cannot cast member function pointers
// Date: 27 Jan 1994 01:22:56 -0500
struct A {
void f(char);
void g(int);
};
typede
www.eeworm.com/read/233448/4684275
c vla-2.c
/* { dg-do compile } */
/* { dg-options "-std=gnu99" } */
/* These are crash tests related to PR middle-end/6994; see also
g++.dg/ext/vla1.C. Note that at present A and C cannot be inlined. */
www.eeworm.com/read/216502/4892013
c savres.c
#include "old.h"
save()
{
int i;
int f;
f = creat("chess.out", 0666);
if(f < 0) {
printf("cannot create file\n");
return;
}
write(f, clktim, 4);
write(f, &bookp, 2);
write(f, &moveno, 2)
www.eeworm.com/read/204040/5036367
err ml.err
FATAL
cannot open file
I/O error closing file
I/O error writing file
I/O error reading file
out of far memory
assembler limit : macro parameter name table full
invalid command-line option
nest
www.eeworm.com/read/199629/5075637
mak prj0041.mak
# Prevent "Cannot find missing dependency..." warnings while compiling
# pngw32.rc (PRJ0041).
all: $(IntDir)\alloc.h \
$(IntDir)\fp.h \
$(IntDir)\m68881.h \
$(IntDir)\mem.h \
$(IntDir)
www.eeworm.com/read/190666/5175827
c pmf3.c
// From: enewton@uunet.uu.NET
// Subject: g++ 2.5.8: cannot cast member function pointers
// Date: 27 Jan 1994 01:22:56 -0500
// Build don't link:
struct A {
void f(char);
void g(int);
};
typedef