Home
last modified time | relevance | path

Searched refs:CopyFlowObjInsn (Results 1 – 6 of 6) sorted by relevance

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn2.h67 class CopyFlowObjInsn : public Insn {
69 CopyFlowObjInsn(FlowObj *, InsnPtr);
H A DInsn.cxx1241 CopyFlowObjInsn::CopyFlowObjInsn(FlowObj *flowObj, InsnPtr next) in CopyFlowObjInsn() function in DSSSL_NAMESPACE::CopyFlowObjInsn
1246 const Insn *CopyFlowObjInsn::execute(VM &vm) const in execute()
H A DExpression.cxx1273 return new CopyFlowObjInsn(flowObj, rest); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn2.h67 class CopyFlowObjInsn : public Insn {
69 CopyFlowObjInsn(FlowObj *, InsnPtr);
H A DInsn.cxx1243 CopyFlowObjInsn::CopyFlowObjInsn(FlowObj *flowObj, InsnPtr next) in InheritedC()
1248 const Insn *CopyFlowObjInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx1309 return new CopyFlowObjInsn(flowObj, rest); in compile()