]> andersk Git - splint.git/blame - src/Headers/quantifierNode.h
*** empty log message ***
[splint.git] / src / Headers / quantifierNode.h
CommitLineData
885824d3 1/*
c0de361f 2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
885824d3 3** See ../LICENSE for license information.
4**
5*/
6
28bf4b0b 7typedef struct {
885824d3 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 0.098443 seconds and 5 git commands to generate.