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