Uses of Class
edu.toronto.cs.yasm.pprogram.FunctionCallPStmt

Packages that use FunctionCallPStmt
edu.toronto.cs.yasm.abstractor   
edu.toronto.cs.yasm.pprogram   
 

Uses of FunctionCallPStmt in edu.toronto.cs.yasm.abstractor
 

Methods in edu.toronto.cs.yasm.abstractor that return FunctionCallPStmt
 FunctionCallPStmt PredicateRefiner.doFunctionCallRefine(FunctionCallPStmt fcall)
           
 

Methods in edu.toronto.cs.yasm.abstractor with parameters of type FunctionCallPStmt
 FunctionCallPStmt PredicateRefiner.doFunctionCallRefine(FunctionCallPStmt fcall)
           
 

Uses of FunctionCallPStmt in edu.toronto.cs.yasm.pprogram
 

Methods in edu.toronto.cs.yasm.pprogram that return FunctionCallPStmt
 FunctionCallPStmt FunctionCallEpilogue.getCall()
           
 FunctionCallPStmt FunctionCallPrologue.getCall()
           
 

Methods in edu.toronto.cs.yasm.pprogram with parameters of type FunctionCallPStmt
 PStmt PFunctionDef.makeFunctionCall(FunctionCallPStmt call)
           
 

Constructors in edu.toronto.cs.yasm.pprogram with parameters of type FunctionCallPStmt
FunctionCallEpilogue(FunctionCallPStmt _call)
           
FunctionCallPrologue(FunctionCallPStmt _call)