]> andersk Git - splint.git/blame_incremental - src/Headers/typeNameNode.h
Fix tracker issue 1837229.
[splint.git] / src / Headers / typeNameNode.h
... / ...
CommitLineData
1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2003.
3** See ../LICENSE for license information.
4*/
5
6typedef struct {
7 bool isTypeName;
8 /*@null@*/ typeNamePack typename;
9 /*@null@*/ opFormNode opform;
10} *typeNameNode;
11
12extern void typeNameNode_free (/*@only@*/ /*@null@*/ typeNameNode p_n);
13extern /*@only@*/ cstring typeNameNode_unparse (/*@null@*/ typeNameNode p_n);
This page took 0.031542 seconds and 5 git commands to generate.