]> andersk Git - splint.git/blame_incremental - src/Headers/quantifierNode.h
*** empty log message ***
[splint.git] / src / Headers / quantifierNode.h
... / ...
CommitLineData
1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2001.
3** See ../LICENSE for license information.
4**
5*/
6
7typedef struct {
8 ltoken quant;
9 varNodeList vars;
10 bool isForall;
11} *quantifierNode;
12
13extern quantifierNode quantifierNode_copy (quantifierNode p_x);
14extern void quantifierNode_free (/*@null@*/ /*@only@*/ quantifierNode p_x);
This page took 2.698977 seconds and 5 git commands to generate.