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