Methods in edu.toronto.cs.tp.cvcl with parameters of type CVectorExpr |
static Expr |
Expr.andExpr(CVectorExpr children)
|
Expr |
ValidityChecker.andExpr(CVectorExpr children)
|
static void |
CVCLUtil.assertFormula(ValidityChecker vc,
CVectorExpr v)
Assert all formulas in vector v |
Expr |
ValidityChecker.existsExpr(CVectorExpr vars,
Expr body)
|
Expr |
ValidityChecker.forallExpr(CVectorExpr vars,
Expr body)
|
Expr |
ValidityChecker.funExpr(Op op,
CVectorExpr children)
|
void |
ValidityChecker.getAssertions(CVectorExpr assertions)
|
void |
ValidityChecker.getAssumptions(CVectorExpr assumptions)
|
void |
ValidityChecker.getAssumptionsTCC(CVectorExpr assumptions)
|
void |
ValidityChecker.getCounterExample(CVectorExpr assertions)
|
protected static long |
CVectorExpr.getCPtr(CVectorExpr obj)
|
boolean |
ValidityChecker.inconsistent(CVectorExpr assumptions)
|
Expr |
ValidityChecker.lambdaExpr(CVectorExpr vars,
Expr body)
|
Expr |
ValidityChecker.listExpr(CVectorExpr kids)
|
Expr |
ValidityChecker.listExpr(java.lang.String op,
CVectorExpr kids)
|
static Expr |
Expr.orExpr(CVectorExpr children)
|
Expr |
ValidityChecker.orExpr(CVectorExpr children)
|
Expr |
ValidityChecker.recordExpr(SWIGTYPE_p_std__vectorTstd__string_t fields,
CVectorExpr exprs)
|
Expr |
ValidityChecker.simulateExpr(Expr f,
Expr s0,
CVectorExpr inputs,
Expr n)
|
Expr |
ValidityChecker.tupleExpr(CVectorExpr exprs)
|
Constructors in edu.toronto.cs.yasm.pgenerator with parameters of type CVectorExpr |
AIntellegence(PProgram p,
PrllAsmtPStmt _stmt,
PredicateRefiner _refiner,
WPComputer _wp,
CVectorExpr _pStatePred,
CVectorExpr _cStatePred,
CTLNode _prop,
java.util.Map _predMap)
|
BackEndGenerator(PProgram _pProgram,
PrllAsmtPStmt _stmt,
PredicateRefiner _refiner,
WPComputer _wp,
CVectorExpr _pStatePred,
CVectorExpr _cStatePred)
|
BasePredicateGenerator(PProgram _pProgram,
PrllAsmtPStmt _stmt,
PredicateRefiner _refiner,
WPComputer _wp,
CVectorExpr _pStatePred,
CVectorExpr _cStatePred)
This constructor of PredicateGenerator is almost the same
as the one above, the only difference is the last
two premeters. |
InconsistentDestinationGenerator(PProgram _pProgram,
PredicateRefiner _refiner,
CVectorExpr _cStatePred)
|
WPPredicateGenerator.WPDiff(PProgram p,
PrllAsmtPStmt _stmt,
PredicateRefiner _refiner,
WPComputer _wp,
CVectorExpr _pStatePred,
CVectorExpr _cStatePred)
|
WPPredicateGenerator.WPSame(PProgram p,
PrllAsmtPStmt _stmt,
PredicateRefiner _refiner,
WPComputer _wp,
CVectorExpr _pStatePred,
CVectorExpr _cStatePred)
|
WPPredicateGenerator(PProgram p,
PrllAsmtPStmt _stmt,
PredicateRefiner _refiner,
WPComputer _wp,
CVectorExpr _pStatePred,
CVectorExpr _cStatePred)
|