代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/190666/5173553
c defarg8.c
// Build don't link:
// Default arguments containing more than one non-nested explicit
// template argument leads to parse error
template class foo1;
template class foo2
www.eeworm.com/read/190666/5174590
c parsing5.c
// Build don't link:
// GROUPS passed parsing
// From: Teemu Torma
// Date: Mon, 15 Jun 92 18:42:25 +0300
// Subject: G++ 2.2.2: Strange parse error
// Message-ID:
www.eeworm.com/read/190666/5179623
c 20000906-1.c
/* { dg-do run } */
/* Testcase distilled from glibc's nss_parse_service_list in nss/nsswitch.c
It can't be distilled further. Fails with `-O2' for i[3456]86. */
/* this simulates a bounded-poi
www.eeworm.com/read/184388/5249594
changes
Ulrich Windl (xntpd/refclock_parse.c):
- Added support to supply power from RS232 with CLOCK_RAWDCF.
Known to work with Linux 1.2.
- Made Linux ignore parity e
www.eeworm.com/read/180137/5289203
c replace.c
/* replace.c
Parse ASP style replacement file.
Written by James Clark (jjc@jclark.com). */
#include "sgmlsasp.h"
#include "replace.h"
#define TABLE_SIZE 251
struct table_entry {
enum event
www.eeworm.com/read/180137/5289806
c cql.c
/* A Bison parser, made from cql.y
by GNU bison 1.35. */
#define YYBISON 1 /* Identify Bison output. */
#define yyparse cql_parse
#define yylex cql_lex
#define yyerror cql_error
#define yylval
www.eeworm.com/read/177353/5328239
c tables.c
/* HTML tables renderer */
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include
#include
#include "elinks.h"
#include "document/html/parser/parse.h"
#include "document/ht
www.eeworm.com/read/173914/5366831
changes
Ulrich Windl (xntpd/refclock_parse.c):
- Added support to supply power from RS232 with CLOCK_RAWDCF.
Known to work with Linux 1.2.
- Made Linux ignore parity e
www.eeworm.com/read/169327/5424171
java parserhelper.java
//$Id: ParserHelper.java,v 1.7 2003/06/15 12:45:05 oneovthafew Exp $
package net.sf.hibernate.hql;
import java.util.StringTokenizer;
import net.sf.hibernate.QueryException;
public final class Parse
www.eeworm.com/read/162614/5529369
c 990416-1.c
extern void *memcpy (void *, const void *, __SIZE_TYPE__);
typedef int word_type;
static void
copy_reg (unsigned int reg, frame_state *udata, /* { dg-error "parse|syntax|expected" } */
frame_st