Home
last modified time | relevance | path

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

/dports/textproc/jade/jade-1.2.1/style/
H A DInsn.h457 class UnboxInsn : public Insn {
459 UnboxInsn(InsnPtr next);
H A DInsn.cxx1042 UnboxInsn::UnboxInsn(InsnPtr next) in UnboxInsn() function in DSSSL_NAMESPACE::UnboxInsn
1047 const Insn *UnboxInsn::execute(VM &vm) const in execute()
H A DExpression.cxx212 return new UnboxInsn(tem); in compile()
221 tem = new UnboxInsn(tem); in compile()
/dports/textproc/openjade/openjade-1.3.3-pre1/style/
H A DInsn.h457 class UnboxInsn : public Insn {
459 UnboxInsn(InsnPtr next); in call()
H A DInsn.cxx1044 UnboxInsn::UnboxInsn(InsnPtr next) in InheritedC()
1049 const Insn *UnboxInsn::execute(VM &vm) const in InheritedC()
H A DExpression.cxx212 return new UnboxInsn(tem); in compile()
221 tem = new UnboxInsn(tem); in compile()