代码搜索:cannot
找到约 7,468 项符合「cannot」的源代码
代码结果 7,468
www.eeworm.com/read/379915/2666490
txt msgrt4.txt
933 30165
0 "No error has occurred"
1 "The User Interface Manager could not be opened"
2 "The system font could not be loaded"
3 "The operation attempted cannot be performed while a pop-up
www.eeworm.com/read/379915/2666491
txt msgrte.txt
933 30165
0 "No error has occurred"
1 "The User Interface Manager could not be opened"
2 "The system font could not be loaded"
3 "The operation attempted cannot be performed while a pop-up
www.eeworm.com/read/375736/2720367
err cl.err
/* fatal messages */
1001 "could not execute '%s'"
1002 "too many open files, cannot redirect '%s'"
1000 "UNKNOWN COMMAND LINE FATAL ERROR\n\t\tContact Microsoft Technical Support"
/*
www.eeworm.com/read/375613/2723274
c strtod.c
#include
#include
double
strtod(const char *p, char **pp)
{
fprintf(stderr,"cannot print floating point\n");
exit(EXIT_FAILURE);
}
www.eeworm.com/read/374446/2752445
inf pci2040.inf
;; PCI2040.inf
;; ********* PLEASE READ ***********
;; The wizard cannot create exact INF files for all buses and device types.
;; You may have to make changes to this file in order to get your
www.eeworm.com/read/368758/2808979
h serial.h
/*
* serial.h - common serial defines for early debug and serial driver.
* any functions defined here must be always_inline since
* initcode cannot have function calls.
*
*
www.eeworm.com/read/366702/2867344
c nrv11.c
// PR middle-end/25977
// Bug: We were assuming that the return slot of the current function is
// always safe to use as the return slot for another call, because its
// address cannot escape. But it
www.eeworm.com/read/366702/2867972
c virtual2.c
//PR c++/29022
struct A
{
operator int();
};
struct B : virtual A, A {}; // { dg-error "token" }
int foo(B &b)
{
return b; // { dg-error "cannot convert" }
}
www.eeworm.com/read/366702/2869560
c eh4.c
// { dg-do assemble }
// Origin: Jean-Marc Bourguet
class foo {
public:
foo() {}
void throwMe () {
throw *this; // { dg-error "" } cannot be used in thr
www.eeworm.com/read/366702/2872926
m missing-proto-2.m
/* Test for graceful handling of missing protocol declarations. */
/* Author: Ziemowit Laski . */
/* { dg-do compile } */
void *protRef = @protocol(Missing); /* { dg-error "cannot