代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/470720/1452611
c uninit-4.c
/* Spurious uninit variable warnings, case 4.
Simplified version of cppexp.c (cpp_parse_expr).
This one is really fragile, it gets it right if you take out case
1, or if the structure is rep
www.eeworm.com/read/470693/1456426
c angle-bracket.c
// Contributed by Gabriel Dos Reis
// Origin: Bill Somerville
// { dg-do compile }
int main()
{
( int() > int() ); // { dg-bogus "parse|synt
www.eeworm.com/read/470693/1457116
c crash30.c
// Build don't link:
// Origin: Jakub Jelinek
struct foo
{
foo();
void x();
};
void foo::x() throw(bar) // ERROR - parse error
{
}
void bar()
{
foo x;
}
www.eeworm.com/read/470693/1458136
c crash13.c
// Build don't link:
template struct A {};
template struct A; // ERROR - does not specialize args
template const struct A; // ERROR - parse error
template
www.eeworm.com/read/470693/1459613
c 900406_02.c
// g++ bug 900406_02
// g++ fails to correctly parse some type specifications within casts.
// This results in incorrect errors being issued.
// These errors are not issued for identical code by ei
www.eeworm.com/read/470693/1460251
m naming-2.m
/* Test for collision of @interfaces with global vars. */
/* Author: Ziemowit Laski . */
/* { dg-do compile } */
@interface Foo
@end
float Foo; /* { dg-error "(parse|syntax) erro
www.eeworm.com/read/470693/1464557
c uninit-4.c
/* Spurious uninit variable warnings, case 4.
Simplified version of cppexp.c (cpp_parse_expr).
This one is really fragile, it gets it right if you take out case
1, or if the structure is rep
www.eeworm.com/read/470005/1478232
java parseexception.java
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
package org.apache.lucene.demo.html;
/**
* This exception is thrown when parse errors are encountered.
* You can ex
www.eeworm.com/read/466767/1509437
java iparsefile.java
/*
* FileName ParseFile.java
* Create Time 2005-7-29 10:04:56
* Author shiwei
* Descript 解析文件
* Version
*/
package com.snoics.reptile.parse;
public interface IParseFile {
/**
www.eeworm.com/read/464945/1523368
java parseexception.java
/* Generated By:JavaCC: Do not edit this line. ParseException.java Version 3.0 */
package src.com.laoer.bbscs.lucene.html;
/**
* This exception is thrown when parse errors are encountered.
* You ca