ROSE
0.9.6a
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
programVerification.h
Go to the documentation of this file.
1
#ifndef PROGRAM_VERIFICATION_H
2
#define PROGRAM_VERIFICATION_H
3
4
5
6
class
Conditions;
7
8
class
ProgramVerifier
9
{
10
public
:
11
bool
verify
(
SgFunctionDeclaration
*, Conditions *);
12
std::string
report
();
13
};
14
15
Conditions *
classInvariants
(
SgClassDefinition
*);
16
Conditions *
functionPrePostConditions
(
SgFunctionDeclaration
*);
17
Conditions *
combineConditions
(Conditions *, Conditions *);
18
19
#endif
rose-edg4x
src
midend
programAnalysis
distributedMemoryAnalysis
distributedVerificationExample
programVerification.h
Generated on Mon May 5 2014 17:29:25 for ROSE by
1.8.4