代码搜索:error

找到约 10,000 项符合「error」的源代码

代码结果 10,000
www.eeworm.com/read/240162/4581897

c bad-error6.c

// { dg-do assemble } // GROUPS passed bad-errors typedef __SIZE_TYPE__ size_t; class tt { public: tt(int); private: void *operator new(size_t a); // Forbid object creation in heap
www.eeworm.com/read/240162/4581946

c missed-error1.c

// { dg-do assemble } // GROUPS passed missed-error // missed-error file // From: John Carr // Date: Tue, 02 Feb 1993 07:38:53 EST // Subject: Re: g++ ignores language conte
www.eeworm.com/read/240162/4581958

c missed-error3.c

// { dg-do assemble } // GROUPS passed missed-error // missed-error file // From: Neil Wilson // Date: Tue, 28 Apr 92 13:53:54 WET DST // Subject: g++ version 2.1 bug
www.eeworm.com/read/240162/4581968

c bad-error1.c

// { dg-do assemble } // GROUPS passed bad-errors // bad-error file // Message-Id: // From: jjc@jclark.com (James Clark) // Subject: initializer for static class membe
www.eeworm.com/read/240162/4582013

c missed-error2.c

// { dg-do assemble } // GROUPS passed missed-error // missed-error file // From: ndc!don@csvax.cs.caltech.edu (Don Erway) // Date: Thu, 21 May 92 15:40:45 PDT // Subject: More on [g++ 2.1 : ove
www.eeworm.com/read/240162/4582027

c bad-error4.c

// { dg-do assemble } // GROUPS passed bad-errors #include void * operator new(size_t, int *); void * operator new(size_t, void *); int *x = 0; int foo(){ new (x) int *; new (&x) int *;
www.eeworm.com/read/238768/4609650

pod err_put_error.pod

=pod =head1 NAME ERR_put_error, ERR_add_error_data - record an error =head1 SYNOPSIS #include void ERR_put_error(int lib, int func, int reason, const char *file, int li
www.eeworm.com/read/238768/4609657

pod err_clear_error.pod

=pod =head1 NAME ERR_clear_error - clear the error queue =head1 SYNOPSIS #include void ERR_clear_error(void); =head1 DESCRIPTION ERR_clear_error() empties the current thread's
www.eeworm.com/read/238768/4609670

pod err_get_error.pod

=pod =head1 NAME ERR_get_error, ERR_peek_error, ERR_peek_last_error, ERR_get_error_line, ERR_peek_error_line, ERR_peek_last_error_line, ERR_get_error_line_data, ERR_peek_error_line_data, ERR_peek_la
www.eeworm.com/read/238768/4609677

pod err_error_string.pod

=pod =head1 NAME ERR_error_string, ERR_error_string_n, ERR_lib_error_string, ERR_func_error_string, ERR_reason_error_string - obtain human-readable error message =head1 SYNOPSIS #include