代码搜索:parse
找到约 10,000 项符合「parse」的源代码
代码结果 10,000
www.eeworm.com/read/233448/4675669
c 900406_02.c
// { dg-do run }
// 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 id
www.eeworm.com/read/233448/4682035
c 20050125-1.c
/* Verify that the CALL sideeffect isn't optimized away. */
/* Contributed by Greg Parker 25 Jan 2005 */
#include
#include
struct parse {
char *next;
www.eeworm.com/read/233448/4684139
c 20050209-1.c
/* Test for infinite loop in parser error recovery. From Serge
Belyshev on IRC. */
/* { dg-do compile } */
/* { dg-options "" } */
int f() { return 1); } /* { dg-error "parse|syntax|expecte
www.eeworm.com/read/229812/4742271
c afs240.c
// doesn't parse
#include
class C {
int val; public:
typedef double my_type;
C (int i) : val (i) {}
my_type change () {return val;}
};
/*
Currently, the r
www.eeworm.com/read/218586/4857427
makefile
.PHONY: help test test-light
help:
# Run 'make test' to run the parser tests.
# Run 'make doc' to run the phpdoc generation.
# Run 'make doxydoc' (unsupported doxygen generation).
test:
php parse