]> andersk Git - splint.git/blame - src/Headers/nameChecks.h
Initial revision
[splint.git] / src / Headers / nameChecks.h
CommitLineData
885824d3 1/*
2** Copyright (C) University of Virginia, Massachusetts Institue of Technology 1994-2000.
3** See ../LICENSE for license information.
4**
5*/
6
7# ifndef NAMECHECKS_H
8# define NAMECHECKS_H
9
10extern bool checkCppName (cstring p_name, fileloc p_loc) /*@modifies g_msgstream@*/ ;
11extern void checkGlobalName (uentry p_ue);
12extern void checkLocalName (uentry p_ue);
13extern void checkPrefix (uentry p_ue);
14extern bool checkAnsiName (cstring p_name, fileloc p_loc);
15extern void checkParamNames (uentry p_ue) /*@modifies g_msgstream@*/ ;
16
17# else
18# error "Multiple include"
19# endif
This page took 0.049384 seconds and 5 git commands to generate.