]> andersk Git - splint.git/blame - src/Headers/lslparse.h
Added files
[splint.git] / src / Headers / lslparse.h
CommitLineData
885824d3 1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
3** See ../LICENSE for license information.
4**
5*/
6/*
7** lslparse.h
8*/
9
10extern /*@dependent@*/ /*@null@*/ lslOp g_importedlslOp;
11extern bool g_lslParsingTraits;
12
13/*@-namechecks@*/
14extern int lsldebug; /* defined by bison (not a bool) */
15/*@=namechecks@*/
16
17extern lsymbol processTraitSortId (lsymbol p_sortid);
18extern int parseSignatures (cstring p_infile);
19extern /*@only@*/ lslOp parseOpLine (char *p_fname, char *p_line);
20extern void readlsignatures (interfaceNode p_n);
21extern void callLSL (char *p_specfile, /*@only@*/ char *p_text);
This page took 0.050912 seconds and 5 git commands to generate.