]> 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;
30
31abst_typedef /*@null@*/ struct s_functionClause *functionClause;
32abst_typedef /*@null@*/ struct s_functionClauseList *functionClauseList;
33
34abst_typedef struct s_globalsClause *globalsClause;
35abst_typedef struct s_modifiesClause *modifiesClause;
36abst_typedef /*@null@*/ struct s_warnClause *warnClause;
37abst_typedef struct s_stateClause *stateClause;
38
39abst_typedef /*@null@*/ struct s_stateClauseList *stateClauseList;
40
41/* The mt grammar nodes: */
42abst_typedef struct s_mtDeclarationNode *mtDeclarationNode;
43abst_typedef /*@null@*/ struct s_mtDeclarationPiece *mtDeclarationPiece;
44abst_typedef /*@null@*/ struct s_mtDeclarationPieces *mtDeclarationPieces;
45abst_typedef /*@null@*/ struct s_mtContextNode *mtContextNode;
46abst_typedef struct s_mtValuesNode *mtValuesNode;
47abst_typedef struct s_mtDefaultsNode *mtDefaultsNode;
48abst_typedef /*@null@*/ struct s_mtDefaultsDeclList *mtDefaultsDeclList;
49abst_typedef struct s_mtDefaultsDecl *mtDefaultsDecl;
50abst_typedef struct s_mtAnnotationsNode *mtAnnotationsNode;
51abst_typedef /*@null@*/ struct s_mtAnnotationList *mtAnnotationList;
52abst_typedef struct s_mtAnnotationDecl *mtAnnotationDecl;
53abst_typedef struct s_mtMergeNode *mtMergeNode;
54abst_typedef struct s_mtMergeItem *mtMergeItem;
55abst_typedef /*@null@*/ struct s_mtMergeClauseList *mtMergeClauseList;
56abst_typedef struct s_mtMergeClause *mtMergeClause;
57abst_typedef /*@null@*/ struct s_mtTransferClauseList *mtTransferClauseList;
58abst_typedef struct s_mtTransferClause *mtTransferClause;
59abst_typedef /*@null@*/ struct s_mtLoseReferenceList *mtLoseReferenceList;
60abst_typedef struct s_mtLoseReference *mtLoseReference;
61abst_typedef struct s_mtTransferAction *mtTransferAction;
62abst_typedef sRefSet globSet;
63
60eced23 64abst_typedef /*@null@*/ struct s_constraint *constraint;
65abst_typedef /*@null@*/ struct s_constraintList *constraintList;
93307a76 66
4cccc6ad 67
bf92e32c 68/* DRL modified 9 26 00 */
69
28bf4b0b 70abst_typedef /*@null@*/ struct s_constraintExpr * constraintExpr;
a8e557d3 71
72
a0a162cd 73
885824d3 74/*@-cppnames@*/
75typedef int bool;
76/*@=cppnames@*/
77
78abst_typedef /*@null@*/ char *cstring;
79typedef /*@only@*/ cstring o_cstring;
80
81immut_typedef int ctype;
82
83/* sRef -> bool */
84typedef bool (*sRefTest) (sRef);
85
28bf4b0b 86/* sRef, fileloc -> void; modifies sRef */
885824d3 87typedef void (*sRefMod) (sRef, fileloc);
88
28bf4b0b 89/* sRef, int, fileloc -> void; modifies sRef */
90typedef void (*sRefModVal) (sRef, int, fileloc);
91
885824d3 92/* sRef -> void */
93typedef void (*sRefShower) (sRef);
94
95# else
96# error "Multiple include"
97# endif
98
99
100
101
This page took 0.316709 seconds and 5 git commands to generate.