代码搜索:errors
找到约 10,000 项符合「errors」的源代码
代码结果 10,000
www.eeworm.com/read/243014/12968382
cpp errors.cpp
#include
#include "errors.h"
#include "Grammer.h"
void CErrors::Add(int err)
{
if(numcifa->GetLine();
}
}
void CErrors
www.eeworm.com/read/243014/12968384
h errors.h
#ifndef __ERRORS_H
#define __ERRORS_H
#include "pl0.h"
#define MAX_ERROR_NUM 40
class CErrors
{
public:
CErrors(CPlCompiler *p) {pl=p;num=0;}
void Add(int err);
int Number() {retur
www.eeworm.com/read/243014/12968444
obj errors.obj
www.eeworm.com/read/329030/12988797
h errors.h
/*****************************************************************************
FILE NAME: errors.h
DESCRIPTION:
Defines error code.
Copyright (c) 2002, VIA Technologies, Inc.
**
www.eeworm.com/read/328739/13005710
log errors.log
www.eeworm.com/read/328104/13046307
cpp errors.cpp
#include "Errors.h"
#include "SymSet.h"
#include
using namespace std;
Errors::Errors(PL0Compiler *pl)
{
initErrorMap();
pl0Compiler = pl;
numOfErrors = 0;
}
void Errors::in
www.eeworm.com/read/328104/13046312
h errors.h
#ifndef __ERRORS_H
#define __ERRORS_H
#include "PL0Compiler.h"
#include "SymSet.h"
#include "LexAnalyze.h"
const int MAX_ERROR_NUM = 40;
typedef map::value_type errorVauleType;
www.eeworm.com/read/327441/13077982
h errors.h
/* known errors */
#define ERR_ILLCHAR 1
#define ERR_NEEDCHAR 2
#define ERR_NEEDCONST 3
#define ERR_FPCON 4
#define ERR_IDEXPECT 5
#define ERR_IDENTEXPECT 6
#define ERR_UNEX
www.eeworm.com/read/140161/13102931
h errors.h
/*
Copyright 2002-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t
www.eeworm.com/read/140161/13103219
h errors.h
/*
Copyright 1994-2003 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
t