代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/366702/2866714
c non-dependent2.c
// { dg-do compile }
// Copyright (C) 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 16 Jul 2003
// A non-dependent field_decl can bind at parse time.
www.eeworm.com/read/366702/2870883
c parsing4.c
// { dg-do assemble }
// GROUPS passed parsing
// parsing folder
// From: Glenn Engel
// Date: Fri, 29 Jan 93 18:42:03 PST
// Subject: Parse Error
// Message-ID:
www.eeworm.com/read/366702/2871634
c 900324_03.c
// { dg-do run }
// g++ 1.37.1 bug 900324_03
// g++ is unable to correctly parse declarations of non-global function-pointer
// variables and/or function-pointer formal parameters.
// Cfront 2.0 pa
www.eeworm.com/read/366702/2884375
c 20040322-1.c
/* PR c/14069 */
/* { dg-do compile } */
struct S { int a; char b[]; char *c; }; /* { dg-error "" "flexible array member not" } */
struct S s = { .b = "foo", .c = .b }; /* { dg-error "" "parse error b
www.eeworm.com/read/358243/2992280
java lexicalhandler.java
// LexicalHandler.java - optional handler for lexical parse events.
// http://www.saxproject.org
// Public Domain: no warranty.
// $Id: LexicalHandler.java,v 1.2 2004/11/03 22:49:08 jsuttor Exp $
pac
www.eeworm.com/read/354521/3077734
h pgpconf.h
/*
* pgpConf.h - Parse configuration files and lines.
*
* Written by: Derek Atkins
*
* $Id: pgpConf.h,v 1.1.1.1 1999/08/08 19:38:29 heller Exp $
*/
#ifndef Included_pg
www.eeworm.com/read/352283/3095657
dsv sample.dsv
# Comment lines like this are permitted by default, as are
# blank lines. Header line follows:
i|d|b
# Two good rows:
1|2007-01-02|true
2|2007-01-03|false
# This should cause a parse erro
www.eeworm.com/read/262419/4313579
dox ht1-uri.dox
/**
* @ingroup libosip2 The GNU oSIP stack
* @defgroup howto1_uri How-To parse URI.
To demonstrate how to use the libosip2 parser, the
simplest way is to start playing with URI. (Uniform
Resource I
www.eeworm.com/read/258893/4349337
h pgpconf.h
/*
* pgpConf.h - Parse configuration files and lines.
*
* Written by: Derek Atkins
*
* $Id: pgpConf.h,v 1.9 1997/06/25 19:41:43 lloyd Exp $
*/
#ifndef Included_pgpConf