代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/340665/3272894
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/340665/3273617
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/340665/3274637
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/340665/3276114
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/340665/3276755
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/340665/3281083
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/339586/3298754
doc groups.doc
/** @defgroup resip_crit Critically Important Classes */
/** @defgroup sip_grammar SIP Grammar Elements */
/** @defgroup sip_parse SIP Parsing Infrastructure */
/** @defgroup make_sip SIP Message Gene
www.eeworm.com/read/336847/3346690
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/334812/3362427
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/334125/3374631
pl build_smb_interfaces.pl
#!/usr/bin/perl
#
# Create ejs interfaces for structures in a C header file
#
use File::Basename;
use Data::Dumper;
#
# Generate parse tree for header file
#
my $file = shift;
require smb_interface