代码搜索:parse

找到约 10,000 项符合「parse」的源代码

代码结果 10,000
www.eeworm.com/read/440906/1776937

c crash58.c

// Build don't link: // GROUPS passed old-abort class X { public: void doit(); }; X::::doit()// ERROR - (syntax|parse) error.* { }
www.eeworm.com/read/437028/1837444

c inpdpar.c

/********** Copyright 1990 Regents of the University of California. All rights reserved. Author: 1985 Thomas L. Quarles **********/ /* * INPdevParse() * * parse a given input acc
www.eeworm.com/read/434359/1872817

c parser.c

#include "global.h" int lookahead; /* parses and translates expression list */ parse() { lookahead = lexan(); while( lookahead != DONE ) { expr(); match(';'); } } expr() { int t
www.eeworm.com/read/432906/1886403

i xenstat.i

%module xenstat_swig %{ /* Includes the header in the wrapper code */ #include "xenstat.h" %} /* Parse the header file to generate wrappers */ %include "xenstat.h"
www.eeworm.com/read/432906/1889037

c libelf-loader.c

/* * parse and load elf binaries */ #include "libelf-private.h" /* ------------------------------------------------------------------------ */ int elf_init(struct elf_binary *elf, const char *ima
www.eeworm.com/read/404049/2307632

def olsrconf.def

EXPORTS olsrd_parse_cnf @1 olsrd_get_default_cnf @2 olsrd_free_cnf @3 olsrd_write_cnf
www.eeworm.com/read/385462/2588606

i xenstat.i

%module xenstat_swig %{ /* Includes the header in the wrapper code */ #include "xenstat.h" %} /* Parse the header file to generate wrappers */ %include "xenstat.h"
www.eeworm.com/read/385462/2591911

c libelf-loader.c

/* * parse and load elf binaries */ #include "libelf-private.h" /* ------------------------------------------------------------------------ */ int elf_init(struct elf_binary *elf, const char *ima
www.eeworm.com/read/366702/2880335

c 20040910-1.c

/* Tests error recovery for invalid code. */ __attribute__((foo) int f (){} /* { dg-error "(parse error|syntax error|expected '\\)') before 'int'" } */
www.eeworm.com/read/159030/5588750

number7

// This is one more than the largest positive number // If they document how this will be caught later with u-minus // at parse time, it's all good and it should SUCCEED // But if not, then it should