]> andersk Git - splint.git/blame - src/Headers/forwardTypes.h
*** empty log message ***
[splint.git] / src / Headers / forwardTypes.h
CommitLineData
885824d3 1# ifndef FORWARDTYPES_H
2# define FORWARDTYPES_H
3
4# ifndef NOLCL
5# include "lclForwardTypes.h"
6# endif
7
28bf4b0b 8abst_typedef /*@null@*/ struct s_sRef *sRef;
9abst_typedef /*@null@*/ struct s_uentry *uentry;
885824d3 10immut_typedef int typeIdSet;
11typedef /*@only@*/ uentry o_uentry;
28bf4b0b 12abst_typedef struct s_mttok *mttok;
13abst_typedef /*@null@*/ struct s_idDecl *idDecl;
14abst_typedef /*@null@*/ struct s_usymtab *usymtab;
15abst_typedef /*@null@*/ struct s_exprNode *exprNode;
16abst_typedef /*@null@*/ struct s_guardSet *guardSet;
17abst_typedef /*@null@*/ struct s_sRefSet *sRefSet;
18abst_typedef /*@null@*/ struct s_sRefList *sRefList ;
19abst_typedef /*@null@*/ struct s_aliasTable *aliasTable;
20abst_typedef /*@null@*/ struct s_fileloc *fileloc;
21abst_typedef /*@null@*/ struct s_cstringTable *cstringTable;
22abst_typedef /*@null@*/ struct s_genericTable *genericTable;
23abst_typedef /*@null@*/ struct s_annotationInfo *annotationInfo;
24abst_typedef /*@null@*/ struct s_inputStream *inputStream;
25abst_typedef /*@null@*/ struct s_stateValue *stateValue;
26abst_typedef /*@null@*/ genericTable valueTable;
27abst_typedef /*@null@*/ genericTable metaStateTable;
28abst_typedef /*@null@*/ genericTable annotationTable;
29abst_typedef /*@null@*/ struct s_metaStateInfo *metaStateInfo;
08eb3d0e 30abst_typedef struct s_metaStateConstraint *metaStateConstraint;
31abst_typedef struct s_metaStateSpecifier *metaStateSpecifier;
32abst_typedef /*@null@*/ struct s_metaStateExpression *metaStateExpression;
28bf4b0b 33
34abst_typedef /*@null@*/ struct s_functionClause *functionClause;
35abst_typedef /*@null@*/ struct s_functionClauseList *functionClauseList;
36
37abst_typedef struct s_globalsClause *globalsClause;
38abst_typedef struct s_modifiesClause *modifiesClause;
39abst_typedef /*@null@*/ struct s_warnClause *warnClause;
40abst_typedef struct s_stateClause *stateClause;
41
42abst_typedef /*@null@*/ struct s_stateClauseList *stateClauseList;
43
44/* The mt grammar nodes: */
45abst_typedef struct s_mtDeclarationNode *mtDeclarationNode;
46abst_typedef /*@null@*/ struct s_mtDeclarationPiece *mtDeclarationPiece;
47abst_typedef /*@null@*/ struct s_mtDeclarationPieces *mtDeclarationPieces;
48abst_typedef /*@null@*/ struct s_mtContextNode *mtContextNode;
49abst_typedef struct s_mtValuesNode *mtValuesNode;
50abst_typedef struct s_mtDefaultsNode *mtDefaultsNode;
51abst_typedef /*@null@*/ struct s_mtDefaultsDeclList *mtDefaultsDeclList;
52abst_typedef struct s_mtDefaultsDecl *mtDefaultsDecl;
53abst_typedef struct s_mtAnnotationsNode *mtAnnotationsNode;
54abst_typedef /*@null@*/ struct s_mtAnnotationList *mtAnnotationList;
55abst_typedef struct s_mtAnnotationDecl *mtAnnotationDecl;
56abst_typedef struct s_mtMergeNode *mtMergeNode;
57abst_typedef struct s_mtMergeItem *mtMergeItem;
58abst_typedef /*@null@*/ struct s_mtMergeClauseList *mtMergeClauseList;
59abst_typedef struct s_mtMergeClause *mtMergeClause;
60abst_typedef /*@null@*/ struct s_mtTransferClauseList *mtTransferClauseList;
61abst_typedef struct s_mtTransferClause *mtTransferClause;
62abst_typedef /*@null@*/ struct s_mtLoseReferenceList *mtLoseReferenceList;
63abst_typedef struct s_mtLoseReference *mtLoseReference;
64abst_typedef struct s_mtTransferAction *mtTransferAction;
65abst_typedef sRefSet globSet;
66
60eced23 67abst_typedef /*@null@*/ struct s_constraint *constraint;
68abst_typedef /*@null@*/ struct s_constraintList *constraintList;
93307a76 69
4cccc6ad 70
bf92e32c 71/* DRL modified 9 26 00 */
72
28bf4b0b 73abst_typedef /*@null@*/ struct s_constraintExpr * constraintExpr;
a8e557d3 74
75
a0a162cd 76
885824d3 77/*@-cppnames@*/
78typedef int bool;
79/*@=cppnames@*/
80
81abst_typedef /*@null@*/ char *cstring;
82typedef /*@only@*/ cstring o_cstring;
83
84immut_typedef int ctype;
85
86/* sRef -> bool */
87typedef bool (*sRefTest) (sRef);
88
28bf4b0b 89/* sRef, fileloc -> void; modifies sRef */
885824d3 90typedef void (*sRefMod) (sRef, fileloc);
91
28bf4b0b 92/* sRef, int, fileloc -> void; modifies sRef */
93typedef void (*sRefModVal) (sRef, int, fileloc);
94
885824d3 95/* sRef -> void */
96typedef void (*sRefShower) (sRef);
97
98# else
99# error "Multiple include"
100# endif
101
102
103
104
This page took 0.214195 seconds and 5 git commands to generate.